diff options
author | DPY <38260090+asd055189@users.noreply.github.com> | 2025-07-28 19:45:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-28 04:45:04 -0700 |
commit | dc3dfad509b5274a3bc69a377cd7821550d30b3e (patch) | |
tree | d2c9625e025e3e66df3572169827cb0893367a1c | |
parent | 29f3684036e7e46d1bff08a3d830c2b25c2fa60e (diff) | |
download | riscv-opcodes-master.zip riscv-opcodes-master.tar.gz riscv-opcodes-master.tar.bz2 |
These two S-mode delegation CSRs are moved to N-extension, which is no longer a standard CSR.
Reference: https://lists.gnu.org/archive/html/qemu-riscv/2022-09/msg00062.html
Signed-off-by: DPY <38260090+asd055189@users.noreply.github.com>
-rw-r--r-- | csrs.csv | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -44,8 +44,6 @@ 0xC21, "vtype" 0xC22, "vlenb" 0x100, "sstatus" -0x102, "sedeleg" -0x103, "sideleg" 0x104, "sie" 0x105, "stvec" 0x106, "scounteren" |