summaryrefslogtreecommitdiff
path: root/rvcontroller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rvcontroller.lua')
-rw-r--r--rvcontroller.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/rvcontroller.lua b/rvcontroller.lua
index 3fda5db..25e66f9 100644
--- a/rvcontroller.lua
+++ b/rvcontroller.lua
@@ -2316,8 +2316,8 @@ if event.type == "program" or event.iid == "reset" then
mem.csr = {
[0x017] = 0, --jvt
[0xf11] = 0, --mvendorid
- [0xf12] = 0x6f435652, --marchid ("RVCo")
- [0xf13] = 0, --mimpid
+ [0xf12] = 0, --marchid
+ [0xf13] = 0x6f435652, --mimpid ("RVCo")
[0xf14] = 0, --mhartid
[0x300] = 0, --mstatus
[0x301] = 0x40001107, --misa (RV32IMACB)