Skip to content

Commit

Permalink
registers: Fix else statement in FFARNC (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvantor committed May 15, 2024
1 parent 0d67563 commit f4d6406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common_cells/registers.svh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
end else begin \
if (__clear) begin \
__q <= (__reset_value); \
end begin \
end else begin \
__q <= (__d); \
end \
end \
Expand Down

0 comments on commit f4d6406

Please sign in to comment.