Skip to content

Commit

Permalink
[rtl] fix T1Interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li committed Jul 25, 2024
1 parent 03746ae commit d4a0c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t1/src/T1.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ class T1(val parameter: T1Parameter)
decodeResult(Decoder.nr),
// evl for Whole Vector Register Move -> vs1 * (vlen / datapathWidth)
(requestRegDequeue.bits.instruction(17, 15) +& 1.U) ## 0.U(log2Ceil(parameter.vLen / parameter.datapathWidth).W),
T1Issue.vsew(requestReg.bits.issue)
requestReg.bits.issue.vl
)

val vSewForLsu: UInt = Mux(lsWholeReg, 2.U, requestRegDequeue.bits.instruction(13, 12))
Expand Down

0 comments on commit d4a0c21

Please sign in to comment.