Skip to content

Commit

Permalink
[rtl] Add a comment to doubleExecutionInRecord.
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li committed Aug 4, 2024
1 parent 11011ab commit f5cca8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t1/src/laneStage/LaneExecutionBridge.scala
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class LaneExecutionBridge(parameter: LaneParameter, isLastSlot: Boolean, slotInd
val doubleExecutionInRecord: Bool =
executionRecord.decodeResult(Decoder.crossWrite) ||
executionRecord.decodeResult(Decoder.crossRead) ||
// Type widenReduce instructions occupy double the data registers because they need to retain the carry bit.
executionRecord.decodeResult(Decoder.widenReduce)

// data in executionRecord is narrow type
Expand Down

0 comments on commit f5cca8b

Please sign in to comment.