1 parent 799985e commit eaf9ebaCopy full SHA for eaf9eba
1 file changed
rtl/src/backend/rob/ROB.scala
@@ -627,7 +627,7 @@ class ROB(val parameter: ROBParameter) extends Module with SerializableModule[RO
627
valid(deqPtr.value) &&
628
writeBacked(deqPtr.value) &&
629
(robState === s_normal || robState === s_idle) &&
630
- sampleInt &&
+ !sampleInt &&
631
io.lsuCanCommit // hasException 只会存在一个周期,这一个周期会commit掉syscall指令,并将状态转移到exception状态
632
/** 4.Commit */
633
val commit = Wire(
0 commit comments