From ad05f5bf99b88785c7fb9d17c01b7ded4eedb1dc Mon Sep 17 00:00:00 2001 From: Dan Smathers Date: Thu, 8 Feb 2024 09:02:28 -0700 Subject: [PATCH] Update CLIC CSR_xINTSTATUS addresses, add CSR_xINTTHRESH update CSR_MINTSTATUS, CSR_SINTSTATUS, CSR_UINTSTATUS addresses to read-only csr addresses and add CSR_MINTTHRESH, CSR_SINTTHRESH, CSR_UINTTHRESH csrs. spec: https://github.com/riscv/riscv-fast-interrupt Signed-off-by: Dan Smathers --- csrs.csv | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/csrs.csv b/csrs.csv index 81e5b278..80e429cd 100644 --- a/csrs.csv +++ b/csrs.csv @@ -118,17 +118,20 @@ 0xDB0, "stopi" 0x007, "utvt" 0x045, "unxti" -0x046, "uintstatus" +0xCB1, "uintstatus" +0x047, "uintthresh" 0x048, "uscratchcsw" 0x049, "uscratchcswl" 0x107, "stvt" 0x145, "snxti" -0x146, "sintstatus" +0xDB1, "sintstatus" +0x147, "sintthresh" 0x148, "sscratchcsw" 0x149, "sscratchcswl" 0x307, "mtvt" 0x345, "mnxti" -0x346, "mintstatus" +0xFB1, "mintstatus" +0x347, "mintthresh" 0x348, "mscratchcsw" 0x349, "mscratchcswl" 0x300, "mstatus"