Skip to content

Commit

Permalink
Add missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Mar 16, 2023
1 parent cd568b2 commit e197c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpga/hdl/reset_manager.v
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ begin
end
else
begin
triggerState <= trigger_in_int || sata_trigger_int
triggerState <= trigger_in_int || sata_trigger_int;
end

masterTriggerState_pre <= reset_cfg[5] & counter_trigger; // counter_trigger must always be high if not enabled
Expand Down

0 comments on commit e197c8c

Please sign in to comment.