]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
ring buffer full threshold register moved to 0xc804
authorCahit <c.ugur@gsi.de>
Mon, 2 Feb 2015 14:24:15 +0000 (15:24 +0100)
committerCahit <c.ugur@gsi.de>
Mon, 2 Feb 2015 14:24:15 +0000 (15:24 +0100)
tdc_releases/tdc_v2.1.1/TDC.vhd

index cdff96a10319409244980b8470580c972ce6f359..3dc468a6bcdbb617e3179a88a93b81adcc7d720e 100644 (file)
@@ -232,7 +232,7 @@ begin
   trg_win_en             <= CONTROL_REG_IN(1*32+31);
   ch_en                  <= CONTROL_REG_IN(3*32+31 downto 2*32+0);
   -- data_limit          <= unsigned(CONTROL_REG_IN(4*32+7 downto 4*32+0)); -- since flexible threshold it is not needed
-  ring_buffer_full_thres <= CONTROL_REG_IN(5*32+6 downto 5*32+0) when rising_edge(CLK_READOUT);
+  ring_buffer_full_thres <= CONTROL_REG_IN(4*32+6 downto 4*32+0) when rising_edge(CLK_READOUT);
 
 
 -- Reset signals