debug: Use more unique debug ROM names
[riscv-isa-sim.git] / debug_rom / debug_rom_defines.h
1 #define DEBUG_ROM_HALTED 0x100
2 #define DEBUG_ROM_GOING 0x104
3 #define DEBUG_ROM_RESUMING 0x108
4 #define DEBUG_ROM_EXCEPTION 0x10C
5 #define DEBUG_ROM_FLAGS 0x400
6 #define DEBUG_ROM_FLAG_GO 0
7 #define DEBUG_ROM_FLAG_RESUME 1
8 #define DEBUG_ROM_WHERETO 0x300
9 #define DEBUG_ROM_ENTRY 0x800