diff options
author | Tim Newsome <tim@sifive.com> | 2016-04-23 11:09:07 -0700 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2016-05-23 12:12:11 -0700 |
commit | 191671a2015136c429394fd3051e4a9c1ff45352 (patch) | |
tree | 5ff49620581cec35ec650d6fe2b0d0eb07ccaf14 /debug_rom/debug_rom.h | |
parent | 78332ffbafeae5e9079bfc69ff136c5d24644a4c (diff) | |
download | riscv-isa-sim-191671a2015136c429394fd3051e4a9c1ff45352.zip riscv-isa-sim-191671a2015136c429394fd3051e4a9c1ff45352.tar.gz riscv-isa-sim-191671a2015136c429394fd3051e4a9c1ff45352.tar.bz2 |
ROM -> RAM -> ROM, waiting for debug int.
Diffstat (limited to 'debug_rom/debug_rom.h')
-rw-r--r-- | debug_rom/debug_rom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_rom/debug_rom.h b/debug_rom/debug_rom.h index 96eb972..10c4fef 100644 --- a/debug_rom/debug_rom.h +++ b/debug_rom/debug_rom.h @@ -1,6 +1,6 @@ static const unsigned char debug_rom_raw[] = { 0x6f, 0x00, 0x40, 0x05, 0xf3, 0x24, 0x00, 0xf1, 0x23, 0x24, 0x90, 0x10, - 0xf3, 0x24, 0x00, 0x79, 0x93, 0xf4, 0x04, 0x40, 0x63, 0x94, 0x04, 0x08, + 0xf3, 0x24, 0x00, 0x79, 0x93, 0xf4, 0x04, 0x40, 0xe3, 0x9c, 0x04, 0xfe, 0xf3, 0x24, 0x00, 0xf0, 0x63, 0xc6, 0x04, 0x00, 0x83, 0x24, 0xc0, 0xc3, 0x6f, 0x00, 0x80, 0x01, 0x93, 0x94, 0x14, 0x00, 0x63, 0xc6, 0x04, 0x00, 0x83, 0x34, 0x80, 0xc3, 0x6f, 0x00, 0x80, 0x00, 0x13, 0x00, 0x00, 0x00, |