From 729bc834f69f9cb58d93c50432b66c61c3206d5d Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Wed, 14 Nov 2012 19:30:23 +0000 Subject: [PATCH] Minor bug-fix to remove the errorous time-reference signal after reset --- cts/source/cts.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/source/cts.vhd b/cts/source/cts.vhd index c67ba88..b5b8c9a 100755 --- a/cts/source/cts.vhd +++ b/cts/source/cts.vhd @@ -578,7 +578,7 @@ begin if rising_edge(CLK) then TIME_REFERENCE_OUT <= '0'; if RESET = '1' then - time_reference_counter_v := TIME_REFERENCE_COUNT; + time_reference_counter_v := TIME_REFERENCE_COUNT - 1; else if time_reference_start_i = '1' then -- start -- 2.43.0