Skip to content

Commit

Permalink
[rocketv] fix vectorReadRs1 for cross lane instruction (vxm).
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li committed Aug 20, 2024
1 parent 22bafb1 commit 2767cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocketv/src/Decoder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ case class RocketDecodePattern(instruction: Instruction) extends DecodePattern {
case s"v${op}.vx" => true
case s"v${op}.v.x" => true
case s"v${op}.wx" => true
case s"v${op}.vxm" => true
// set vl
case s"vsetvl${i}" => true
case _ => false
Expand Down

0 comments on commit 2767cbc

Please sign in to comment.