Skip to content

Commit

Permalink
[rocketv] fix vectorReadRs1 for cross lane instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjun-li committed Aug 20, 2024
1 parent bf5ec5d commit 3f92ae2
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 @@ -728,6 +728,7 @@ case class RocketDecodePattern(instruction: Instruction) extends DecodePattern {
// vx type
case s"v${op}.vx" => true
case s"v${op}.v.x" => true
case s"v${op}.wx" => true
// set vl
case s"vsetvl${i}" => true
case _ => false
Expand Down

0 comments on commit 3f92ae2

Please sign in to comment.