From: Cahit Date: Mon, 2 Feb 2015 14:24:15 +0000 (+0100) Subject: ring buffer full threshold register moved to 0xc804 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=61eccc80ab65cb829f47ab4e81b97603315b3b5d;p=trb3.git ring buffer full threshold register moved to 0xc804 --- diff --git a/tdc_releases/tdc_v2.1.1/TDC.vhd b/tdc_releases/tdc_v2.1.1/TDC.vhd index cdff96a..3dc468a 100644 --- a/tdc_releases/tdc_v2.1.1/TDC.vhd +++ b/tdc_releases/tdc_v2.1.1/TDC.vhd @@ -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