Skip to content

Commit

Permalink
Fix the issue 1671 Missing Vector CSR in listing table
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVyM committed Oct 29, 2024
1 parent 34b6e75 commit 83890b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/priv-csrs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ URW
Floating-Point Dynamic Rounding Mode. +
Floating-Point Control and Status Register (`frm` +`fflags`).

4+^|Unprivileged Vector CSR

| `0x008` | URW | `vstart` | Vector start position
| `0x009` | URW | `vxsat` | Fixed-Point Saturate Flag
| `0x00A` | URW | `vxrm` | Fixed-Point Rounding Mode
| `0x00F` | URW | `vcsr` | Vector control and status register
| `0xC20` | URO | `vl` | Vector length
| `0xC21` | URO | `vtype` | Vector data type register
| `0xC22` | URO | `vlenb` | VLEN/8 (vector register length in bytes)

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

0 comments on commit 83890b3

Please sign in to comment.