hp-saturn/attic/def-clocks.v

20 lines
286 B
Coq
Raw Normal View History

2019-02-16 22:38:44 +01:00
`ifndef _CLOCKS
`define _CLOCKS
`define PH_DEBUGGER 0
`define PH_BUS_SEND 0
`define PH_BUS_RECV 1
2019-02-17 08:35:26 +01:00
`define PH_BUS_ECMD 3
2019-02-16 22:38:44 +01:00
`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