From: Tobias Weber Date: Thu, 6 Nov 2014 10:26:38 +0000 (+0100) Subject: Independent register for second injection DAC X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=5929aaa4c43fc53c4d729fa9a428f353f0b4cce0;p=trb3.git Independent register for second injection DAC --- diff --git a/mupix/sources/spi_if.vhd b/mupix/sources/spi_if.vhd index e3058fb..6e4b43c 100644 --- a/mupix/sources/spi_if.vhd +++ b/mupix/sources/spi_if.vhd @@ -163,7 +163,7 @@ begin SLV_ACK_OUT <= '1'; wren <= '1'; when x"0042" => - injection1_reg <= SLV_DATA_IN(15 downto 0); + injection2_reg <= SLV_DATA_IN(15 downto 0); SLV_ACK_OUT <= '1'; wren <= '1'; when others =>