hp-saturn/saturn_def_debugger.v
Raphaël Jacquot b3d72c1d3b add some more debugging functionnality
segregate reading of the rom in it's own little world
2019-03-03 07:25:22 +01:00

14 lines
No EOL
265 B
Verilog

`ifndef _SATURN_DEF_DEBUGGER
`define _SATURN_DEF_DEBUGGER
/*
* debugger values for the register dump
*/
`define DBG_REG_PC_STR 0
`define DBG_REG_PC_VALUE 1
`define DBG_REG_PC_SPACES 2
`define DBG_REG_CARRY_STR 3
`define DBG_REG_END 31
`endif