From dc3dfad509b5274a3bc69a377cd7821550d30b3e Mon Sep 17 00:00:00 2001 From: DPY <38260090+asd055189@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:45:04 +0800 Subject: [PATCH] Update csrs.cs: Remove s[ie]deleg (#362) 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> --- csrs.csv | 2 -- 1 file changed, 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"