We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4980a53 + 9652e5f commit 9d67355Copy full SHA for 9d67355
src/main/scala/naxriscv/execute/EnvCallPlugin.scala
@@ -4,6 +4,7 @@
4
5
package naxriscv.execute
6
7
+import naxriscv.Frontend.{INSTRUCTION_ALIGNED, MICRO_OP}
8
import naxriscv.Global._
9
import naxriscv.fetch.{FetchCachePlugin, FetchPlugin}
10
import naxriscv.frontend.DispatchPlugin
@@ -120,6 +121,7 @@ class EnvCallPlugin(val euId : String)(var rescheduleAt : Int = 0) extends Plugi
120
121
setup.reschedule.cause := CSR.MCAUSE_ENUM.ILLEGAL_INSTRUCTION
122
setup.reschedule.reason := ScheduleReason.TRAP
123
setup.reschedule.skipCommit := True
124
+ setup.reschedule.tval := MICRO_OP.resized
125
}
126
127
//Handle FENCE.I and FENCE.VMA
0 commit comments