Skip to content

Commit

Permalink
re-enabling reset through clean_reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Dec 28, 2023
1 parent 84fdc62 commit 451fa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/common/clean_reset.si
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $$end
unit clean_reset(
output uint1 out(1)
) {
uint$clean_reset_width$ trigger( $(1<<clean_reset_width)-1$ );
uint$clean_reset_width$ trigger = $(1<<clean_reset_width)-1$;
always {
out = trigger[0,1];
trigger = trigger >> 1;
Expand Down

0 comments on commit 451fa30

Please sign in to comment.