From 5929aaa4c43fc53c4d729fa9a428f353f0b4cce0 Mon Sep 17 00:00:00 2001 From: Tobias Weber Date: Thu, 6 Nov 2014 11:26:38 +0100 Subject: [PATCH] Independent register for second injection DAC --- mupix/sources/spi_if.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => -- 2.43.0