Skip to content

Commit

Permalink
missed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
faramire committed Apr 4, 2024
1 parent 6d267c1 commit 6dae66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stopwatch_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module tt_um_faramire_stopwatch (
.clk (dividedClock),
.ena (counter_enable),
.res (reset_either),
.min_X0 (min_X0)
.min_X0 (min_X0),
.min_0X (min_0X),
.sec_X0 (sec_X0),
.sec_0X (sec_0X),
Expand Down

0 comments on commit 6dae66b

Please sign in to comment.