Skip to content

Commit

Permalink
show failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Feb 22, 2024
1 parent 101c1f1 commit 442c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Timer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Timer extends Module {
when (load) {
next := din
} .elsewhen (!done) {
next := cntReg - 1.U
next := cntReg + 1.U
}
cntReg := next
//- end
Expand Down

0 comments on commit 442c016

Please sign in to comment.