From be914e25a9d4a26bcad94542d2f873f8ded3b6a0 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 3 Nov 2018 09:46:00 +0000 Subject: [PATCH] add remap and shape sv csrs --- riscv/encoding.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/riscv/encoding.h b/riscv/encoding.h index ae66637..6dc3e92 100644 --- a/riscv/encoding.h +++ b/riscv/encoding.h @@ -918,6 +918,10 @@ #define CSR_USVMVL 0x4f1 #define CSR_USVSTATE 0x4f2 #define CSR_USVCFG 0x4f3 +#define CSR_UREMAP 0x4f7 +#define CSR_USHAPE0 0x4f8 +#define CSR_USHAPE1 0x4f9 +#define CSR_USHAPE2 0x4fa #define CSR_MVENDORID 0xf11 #define CSR_MARCHID 0xf12 #define CSR_MIMPID 0xf13 -- 2.30.2