Skip to content

Commit

Permalink
Initized min to correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
dawoodalnajjar committed Apr 12, 2024
1 parent 241af86 commit 9355763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/rtl/TrigControlAxi.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ begin

if (r.trig.acqCountReset = '1') then
v.trig.daqPauseCycleCntMax := (others => '0');
v.trig.daqPauseCycleCntMin := (others => '0');
v.trig.daqPauseCycleCntMin := (others => '1');
end if;
if (r.trig.iDaqTrigPauseR1 = '1' and r.trig.iDaqTrigPauseR2 = '0') then
-- pause started
Expand Down

0 comments on commit 9355763

Please sign in to comment.