projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
825b89f
)
add remap and shape sv csrs
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 3 Nov 2018 09:46:00 +0000
(09:46 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 3 Nov 2018 09:46:00 +0000
(09:46 +0000)
riscv/encoding.h
patch
|
blob
|
history
diff --git
a/riscv/encoding.h
b/riscv/encoding.h
index ae66637dc72358290f29c5abce97b221f381b8df..6dc3e924069df6bfc5b246bebac8ef4929337c50 100644
(file)
--- 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