aboutsummaryrefslogtreecommitdiff
path: root/debug_rom/debug_rom.S
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 /debug_rom/debug_rom.S
parent106ece891aa9ddcd78c65251425ef365298c30dd (diff)
downloadriscv-isa-sim-df1f020012e8eee548e8ff5d3942a59397400d36.zip
riscv-isa-sim-df1f020012e8eee548e8ff5d3942a59397400d36.tar.gz
riscv-isa-sim-df1f020012e8eee548e8ff5d3942a59397400d36.tar.bz2
Move sethaltnot and cleardebint.
Now it matches Krste's memory map.
Diffstat (limited to 'debug_rom/debug_rom.S')
-rwxr-xr-xdebug_rom/debug_rom.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_rom/debug_rom.S b/debug_rom/debug_rom.S
index 9c32691..457104f 100755
--- a/debug_rom/debug_rom.S
+++ b/debug_rom/debug_rom.S
@@ -8,8 +8,8 @@
#define DEBUG_RAM 0x400
#define DEBUG_RAM_SIZE 64
-#define SETHALTNOT 0x100
-#define CLEARDEBINT 0x104
+#define CLEARDEBINT 0x100
+#define SETHALTNOT 0x10c
.global entry
.global resume