Skip to content

Commit

Permalink
Add vector CSRs to CSR table (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman authored Nov 6, 2024
1 parent cc636c0 commit 152ef53
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/priv-csrs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,37 @@ URW
Floating-Point Dynamic Rounding Mode. +
Floating-Point Control and Status Register (`frm` +`fflags`).

4+^|Unprivileged Vector CSRs

|`0x008` +
`0x009` +
`0x00A` +
`0x00F` +
`0xC20` +
`0xC21` +
`0xC22`
|URW +
URW +
URW +
URW +
URO +
URO +
URO
|`vstart` +
`vxsat` +
`vxrm` +
`vcsr` +
`vl` +
`vtype` +
`vlenb`
|Vector start position. +
Fixed-point accrued saturation flag. +
Fixed-point rounding mode. +
Vector control and status register. +
Vector length. +
Vector data type register. +
Vector register length in bytes.

4+^|Unprivileged Zicfiss extension CSR
|`0x011` +
|URW +
Expand Down

0 comments on commit 152ef53

Please sign in to comment.