1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/pic/hdl/pic_regmap.v

17 lines
340 B
Coq
Raw Normal View History

2016-02-22 23:50:37 -05:00
`ifndef IRQC_REGMAP_V_
`define IRQC_REGMAP_V_
//registers
`ifndef ECORE_IRET
`define ECORE_IRET 6'h08
`define ECORE_IMASK 6'h09
`define ECORE_ILAT 6'h0A
`define ECORE_ILATST 6'h0B
`define ECORE_ILATCL 6'h0C
`define ECORE_IPEND 6'h0D
`define IRQ_VECTOR_TABLE 32'h00000000
`endif
`endif