Skip to content

Commit 1a92b69

Browse files
authored
Add jvt CSR to CSR table (riscv#1808)
1 parent b5aa38c commit 1a92b69

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/priv-csrs.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ Vector register length in bytes.
196196
|`seed` +
197197
|Seed for cryptographic random bit generators. +
198198

199+
4+^|Unprivileged Zcmt Extension CSR
200+
|`0x017` +
201+
|URW +
202+
|`jvt` +
203+
|Table jump base vector and control register. +
204+
199205
4+^|Unprivileged Counter/Timers
200206

201207
|`0xC00` +

src/zc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ Table jump base vector and control register
23682368

23692369
Address:
23702370

2371-
0x0017
2371+
0x017
23722372

23732373
Permissions:
23742374

0 commit comments

Comments
 (0)