Skip to content

Commit

Permalink
Merge pull request #1157 from slaclab/ESSURF-25
Browse files Browse the repository at this point in the history
SyncTrigPeriod.vhd: bug fix for wrong period measurement for first trigger
  • Loading branch information
ruck314 authored May 6, 2024
2 parents b5a757b + 484bedc commit 3d26015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/sync/rtl/SyncTrigPeriod.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ begin
v.periodMin := v.cnt;
end if;

-- Reset the counter
v.cnt := (others => '0');

end if;

-- Reset the counter
v.cnt := (others => '0');

end if;

-- Outputs
Expand Down

0 comments on commit 3d26015

Please sign in to comment.