From: Luke Kenneth Casson Leighton Date: Sat, 3 Nov 2018 09:46:00 +0000 (+0000) Subject: add remap and shape sv csrs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be914e25a9d4a26bcad94542d2f873f8ded3b6a0;p=riscv-isa-sim.git add remap and shape sv csrs --- 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