]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Independent register for second injection DAC
authorTobias Weber <webert@kph.uni-mainz.de>
Thu, 6 Nov 2014 10:26:38 +0000 (11:26 +0100)
committerTobias Weber <webert@kph.uni-mainz.de>
Thu, 6 Nov 2014 10:26:38 +0000 (11:26 +0100)
mupix/sources/spi_if.vhd

index e3058fb25bbcf4fa32c9e470e88a331827e93a6d..6e4b43c6f8c2ebd22962c0e3978c52ec6c098fef 100644 (file)
@@ -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 =>