Skip to content

Commit

Permalink
stoptime is now default true
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Jul 31, 2024
1 parent 49b3f9c commit 497aac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/vexriscv/plugin/CsrPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ class CsrPlugin(val config: CsrPluginConfig) extends Plugin[VexRiscv] with Excep
val nmip = False
val mprven = True
val cause = RegInit(U"000")
val stoptime = RegInit(False)
val stoptime = RegInit(True)
val stopcount = RegInit(False)
val stepie = RegInit(False) //TODO
val ebreaku = userGen generate RegInit(False)
Expand Down

0 comments on commit 497aac7

Please sign in to comment.