From 61eccc80ab65cb829f47ab4e81b97603315b3b5d Mon Sep 17 00:00:00 2001 From: Cahit Date: Mon, 2 Feb 2015 15:24:15 +0100 Subject: [PATCH] ring buffer full threshold register moved to 0xc804 --- tdc_releases/tdc_v2.1.1/TDC.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0