aboutsummaryrefslogtreecommitdiff
path: root/debug_rom/debug_rom.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 /debug_rom/debug_rom.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 'debug_rom/debug_rom.h')
-rw-r--r--debug_rom/debug_rom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug_rom/debug_rom.h b/debug_rom/debug_rom.h
index a619446..bbd7f23 100644
--- a/debug_rom/debug_rom.h
+++ b/debug_rom/debug_rom.h
@@ -1,7 +1,7 @@
static const unsigned char debug_rom_raw[] = {
0x6f, 0x00, 0x00, 0x06, 0x6f, 0x00, 0xc0, 0x00, 0x13, 0x04, 0xf0, 0xff,
0x6f, 0x00, 0x80, 0x00, 0x13, 0x04, 0x00, 0x00, 0xf3, 0x24, 0x40, 0xf1,
- 0x23, 0x22, 0x90, 0x10, 0x0f, 0x00, 0xf0, 0x0f, 0xf3, 0x24, 0x00, 0xf1,
+ 0x23, 0x20, 0x90, 0x10, 0x0f, 0x00, 0xf0, 0x0f, 0xf3, 0x24, 0x00, 0xf1,
0x63, 0xc6, 0x04, 0x00, 0x83, 0x24, 0xc0, 0x43, 0x6f, 0x00, 0xc0, 0x01,
0x93, 0x94, 0x14, 0x00, 0x63, 0xc6, 0x04, 0x00, 0x83, 0x34, 0x80, 0x43,
0x6f, 0x00, 0xc0, 0x00, 0x13, 0x00, 0x00, 0x00, 0x23, 0x2e, 0x80, 0x42,
@@ -12,7 +12,7 @@ static const unsigned char debug_rom_raw[] = {
0x73, 0x24, 0x00, 0xf1, 0x63, 0x46, 0x04, 0x00, 0x23, 0x2e, 0x90, 0x42,
0x67, 0x00, 0x00, 0x40, 0x13, 0x14, 0x14, 0x00, 0x63, 0x46, 0x04, 0x00,
0x23, 0x3c, 0x90, 0x42, 0x67, 0x00, 0x00, 0x40, 0x13, 0x00, 0x00, 0x00,
- 0x67, 0x00, 0x00, 0x40, 0x73, 0x24, 0x40, 0xf1, 0x23, 0x20, 0x80, 0x10,
+ 0x67, 0x00, 0x00, 0x40, 0x73, 0x24, 0x40, 0xf1, 0x23, 0x26, 0x80, 0x10,
0x73, 0x60, 0x04, 0x7b, 0x73, 0x24, 0x00, 0x7b, 0x13, 0x74, 0x04, 0x02,
0xe3, 0x0c, 0x04, 0xfe, 0x6f, 0xf0, 0xdf, 0xfb
};