]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
fix readback of df35 register (mult logic 0) blackcat deepsea
authorJan Michel <j.michel@gsi.de>
Tue, 2 Nov 2021 17:27:10 +0000 (18:27 +0100)
committerJan Michel <j.michel@gsi.de>
Tue, 2 Nov 2021 17:27:10 +0000 (18:27 +0100)
base/code/input_to_trigger_logic_record.vhd

index 05f86f1eea088d9051468dbce0ae943bd4358413..de8c913240c3642e4938b8ff489e71165b0ac678 100644 (file)
@@ -218,7 +218,7 @@ begin
     elsif BUS_RX.addr(6 downto 0) = "0110100" then
       BUS_TX.data <= edge_enable & set_output_coin & set_output_mult(0) & set_output_simplecoin;
     elsif BUS_RX.addr(6 downto 0) = "0110101" and INPUTS > 32 then
-      BUS_TX.data                 <= multiplicity_enable(1)(63 downto 32);
+      BUS_TX.data                 <= multiplicity_enable(0)(63 downto 32);
     elsif BUS_RX.addr(6 downto 0) = "0110110" then
       BUS_TX.data                 <= x"00000" & "000" & set_stretchedge & "00" & std_logic_vector(set_stretcher);
     elsif BUS_RX.addr(6 downto 0) = "0110111" then