aboutsummaryrefslogtreecommitdiff
path: root/riscv/decode.h
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2016-06-01 08:39:31 -0700
committerTim Newsome <tim@sifive.com>2016-06-01 08:44:07 -0700
commitdf1f020012e8eee548e8ff5d3942a59397400d36 (patch)
tree21ef9ac48082ea3045a5c8e0a06f7cc48ef8bc87 /riscv/decode.h
parent106ece891aa9ddcd78c65251425ef365298c30dd (diff)
downloadspike-df1f020012e8eee548e8ff5d3942a59397400d36.zip
spike-df1f020012e8eee548e8ff5d3942a59397400d36.tar.gz
spike-df1f020012e8eee548e8ff5d3942a59397400d36.tar.bz2
Move sethaltnot and cleardebint.
Now it matches Krste's memory map.
Diffstat (limited to 'riscv/decode.h')
-rw-r--r--riscv/decode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscv/decode.h b/riscv/decode.h
index 4480312..b607bf3 100644
--- a/riscv/decode.h
+++ b/riscv/decode.h
@@ -234,8 +234,8 @@ private:
#define DEBUG_RAM_SIZE 64
#define DEBUG_RAM_END (DEBUG_RAM_START + DEBUG_RAM_SIZE)
#define DEBUG_END 0xfff
-#define DEBUG_CLEARDEBINT 0x104
-#define DEBUG_SETHALTNOT 0x100
+#define DEBUG_CLEARDEBINT 0x100
+#define DEBUG_SETHALTNOT 0x10c
#define DEBUG_SIZE (DEBUG_END - DEBUG_START + 1)
#endif