Skip to content

Commit

Permalink
Merge pull request #2578 from chipsalliance/vstart-alu
Browse files Browse the repository at this point in the history
Add OMVectorExtension.vstartALU field
  • Loading branch information
aswaterman authored Jul 28, 2020
2 parents b650aea + 95b8775 commit aec9cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/diplomaticobjectmodel/model/OMISA.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ case class OMVectorExtension(
vLen: Int,
sLen: Int,
eLen: Int,
vstartALU: Boolean, // whether non-memory/non-vsetvl instructions permit vstart != 0
name: String = "V Standard Extension for Vector Operations",
_types: Seq[String] = Seq("OMVectorExtension")
)
Expand Down

0 comments on commit aec9cc4

Please sign in to comment.