aboutsummaryrefslogtreecommitdiff
path: root/debug_rom/debug_rom.h
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2018-07-17 13:38:26 -0700
committerTim Newsome <tim@sifive.com>2019-03-04 09:19:10 -0800
commit9a2904a97a1b157386555ec134e2f9b8f365ec36 (patch)
tree3d0f1bb65d29b109f5466d318a1c76c77687e169 /debug_rom/debug_rom.h
parentf9d2be538b134ac42bf33b4b04e97d182ced5e36 (diff)
downloadriscv-isa-sim-debug_rom.zip
riscv-isa-sim-debug_rom.tar.gz
riscv-isa-sim-debug_rom.tar.bz2
Clean up/optimize Debug ROM.debug_rom
It's 3 instructions shorter now.
Diffstat (limited to 'debug_rom/debug_rom.h')
-rw-r--r--debug_rom/debug_rom.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/debug_rom/debug_rom.h b/debug_rom/debug_rom.h
index d21e166..57d65ca 100644
--- a/debug_rom/debug_rom.h
+++ b/debug_rom/debug_rom.h
@@ -1,12 +1,11 @@
static const unsigned char debug_rom_raw[] = {
- 0x6f, 0x00, 0xc0, 0x00, 0x6f, 0x00, 0x40, 0x05, 0x6f, 0x00, 0x40, 0x03,
- 0x0f, 0x00, 0xf0, 0x0f, 0x73, 0x10, 0x24, 0x7b, 0x73, 0x24, 0x40, 0xf1,
- 0x23, 0x20, 0x80, 0x10, 0x03, 0x44, 0x04, 0x40, 0x13, 0x74, 0x14, 0x00,
- 0x63, 0x10, 0x04, 0x02, 0x73, 0x24, 0x40, 0xf1, 0x03, 0x44, 0x04, 0x40,
- 0x13, 0x74, 0x24, 0x00, 0xe3, 0x18, 0x04, 0xfc, 0x6f, 0xf0, 0xdf, 0xfd,
- 0x23, 0x26, 0x00, 0x10, 0x73, 0x00, 0x10, 0x00, 0x73, 0x24, 0x20, 0x7b,
+ 0x6f, 0x00, 0x80, 0x00, 0x23, 0x26, 0x00, 0x10, 0x0f, 0x00, 0xf0, 0x0f,
+ 0x73, 0x10, 0x24, 0x7b, 0x73, 0x24, 0x40, 0xf1, 0x23, 0x20, 0x80, 0x10,
+ 0x03, 0x44, 0x04, 0x40, 0x13, 0x74, 0x14, 0x00, 0x63, 0x1c, 0x04, 0x00,
+ 0x73, 0x24, 0x40, 0xf1, 0x03, 0x44, 0x04, 0x40, 0x13, 0x74, 0x24, 0x00,
+ 0x63, 0x1e, 0x04, 0x00, 0x6f, 0xf0, 0xdf, 0xfd, 0x73, 0x24, 0x20, 0x7b,
0x23, 0x22, 0x00, 0x10, 0x0f, 0x00, 0xf0, 0x0f, 0x0f, 0x10, 0x00, 0x00,
0x67, 0x00, 0x00, 0x30, 0x73, 0x24, 0x40, 0xf1, 0x23, 0x24, 0x80, 0x10,
0x73, 0x24, 0x20, 0x7b, 0x73, 0x00, 0x20, 0x7b
};
-static const unsigned int debug_rom_raw_len = 104;
+static const unsigned int debug_rom_raw_len = 92;