mirror of
https://github.com/sxpert/hp-saturn
synced 2024-11-16 19:50:19 +01:00
20 lines
No EOL
286 B
Verilog
20 lines
No EOL
286 B
Verilog
`ifndef _CLOCKS
|
|
`define _CLOCKS
|
|
|
|
|
|
`define PH_DEBUGGER 0
|
|
|
|
`define PH_BUS_SEND 0
|
|
`define PH_BUS_RECV 1
|
|
`define PH_BUS_ECMD 3
|
|
|
|
`define PH_INST_DEC 2
|
|
`define PH_INST_EXE 3
|
|
|
|
`define PH_ALU_DUMP 0
|
|
`define PH_ALU_INIT 3
|
|
`define PH_ALU_PREP 1
|
|
`define PH_ALU_CALC 2
|
|
`define PH_ALU_SAVE 3
|
|
|
|
`endif |