mirror of
https://github.com/sxpert/hp-saturn
synced 2024-12-28 09:58:33 +01:00
13 lines
No EOL
235 B
Verilog
13 lines
No EOL
235 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_END 31
|
|
`endif |