1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/irqc/hdl/irqc_regmap.v
2016-02-11 22:04:36 -05:00

17 lines
340 B
Verilog

`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