Skip to content

Commit

Permalink
[rtl] fix update ffo's register.
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li committed Jun 3, 2024
1 parent a27ce03 commit edcd791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1/src/Lane.scala
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ class Lane(val parameter: LaneParameter) extends Module with SerializableModule[
executionUnit.dequeue.bits.ffoSuccess.foreach(_ => stage3.enqueue.bits.ffoSuccess := _)

if (isLastSlot){
when(laneResponseFeedback.valid && slotOccupied(index)) {
when(laneResponseFeedback.valid) {
when(laneResponseFeedback.bits.complete) {
ffoRecord.ffoByOtherLanes := true.B
}
Expand Down

0 comments on commit edcd791

Please sign in to comment.