]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
should work better with full TDC
authorCahit <c.ugur@gsi.de>
Mon, 10 Mar 2014 09:54:28 +0000 (10:54 +0100)
committerCahit <c.ugur@gsi.de>
Mon, 10 Mar 2014 09:54:28 +0000 (10:54 +0100)
tdc_releases/tdc_v1.6/TDC.vhd

index 3dd2e8afdb255c271cdf21345943d5b3ec19572c..241aaf0e5317fa91d521ba861fc539382cffc07b 100644 (file)
@@ -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