Skip to content

Commit

Permalink
[rtl] Do not enter the execution unit for instructions that are not e…
Browse files Browse the repository at this point in the history
…xecuted.
  • Loading branch information
qinjun-li committed Jun 3, 2024
1 parent edcd791 commit c4e2d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1/src/laneStage/LaneExecutionBridge.scala
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class LaneExecutionBridge(parameter: LaneParameter, isLastSlot: Boolean, slotInd
(executionRecordValid || sendFoldReduce.get) && (responseFinish || !executionRecord.decodeResult(Decoder.red))
} else {
executionRecordValid
})
}) && !executionRecord.decodeResult(Decoder.dontNeedExecuteInLane)
//--- record <-> vfu end ---
// --- record <-> record pipe queue <-> response stage
val recordQueue = Module(
Expand Down

0 comments on commit c4e2d05

Please sign in to comment.