aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDPY <38260090+asd055189@users.noreply.github.com>2025-07-28 19:45:04 +0800
committerGitHub <noreply@github.com>2025-07-28 04:45:04 -0700
commitdc3dfad509b5274a3bc69a377cd7821550d30b3e (patch)
treed2c9625e025e3e66df3572169827cb0893367a1c
parent29f3684036e7e46d1bff08a3d830c2b25c2fa60e (diff)
downloadriscv-opcodes-master.zip
riscv-opcodes-master.tar.gz
riscv-opcodes-master.tar.bz2
Update csrs.cs: Remove s[ie]deleg (#362)HEADmaster
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.csv2
1 files changed, 0 insertions, 2 deletions
diff --git a/csrs.csv b/csrs.csv
index 6aae1e9..46702c4 100644
--- a/csrs.csv
+++ b/csrs.csv
@@ -44,8 +44,6 @@
0xC21, "vtype"
0xC22, "vlenb"
0x100, "sstatus"
-0x102, "sedeleg"
-0x103, "sideleg"
0x104, "sie"
0x105, "stvec"
0x106, "scounteren"