From eca1b6859afcf561777f8230653e9af625438a87 Mon Sep 17 00:00:00 2001 From: Cahit Date: Mon, 10 Mar 2014 10:54:28 +0100 Subject: [PATCH] should work better with full TDC --- tdc_releases/tdc_v1.6/TDC.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdc_releases/tdc_v1.6/TDC.vhd b/tdc_releases/tdc_v1.6/TDC.vhd index 3dd2e8a..241aaf0 100644 --- a/tdc_releases/tdc_v1.6/TDC.vhd +++ b/tdc_releases/tdc_v1.6/TDC.vhd @@ -443,7 +443,7 @@ begin if reset_tdc = '1' then coarse_cntr_reset <= '1'; elsif run_mode_200 = '0' then - coarse_cntr_reset <= trig_win_end_tdc_i(1); + coarse_cntr_reset <= trig_win_end_tdc_i(32); elsif run_mode_edge_200 = '1' then coarse_cntr_reset <= '1'; elsif reset_coarse_cntr_flag = '1' and (VALID_TIMING_TRG_IN = '1' or VALID_NOTIMING_TRG_IN = '1') then -- 2.43.0