Skip to content

Commit 7d6110f

Browse files
committed
fix: int first
X-Actions-Control: difftest
1 parent 551f356 commit 7d6110f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rtl/src/backend/rob/ROB.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ class ROB(val parameter: ROBParameter) extends Module with SerializableModule[RO
627627
valid(deqPtr.value) &&
628628
writeBacked(deqPtr.value) &&
629629
(robState === s_normal || robState === s_idle) &&
630-
sampleInt &&
630+
!sampleInt &&
631631
io.lsuCanCommit // hasException 只会存在一个周期,这一个周期会commit掉syscall指令,并将状态转移到exception状态
632632
/** 4.Commit */
633633
val commit = Wire(

0 commit comments

Comments
 (0)