1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-02-07 06:44:09 +08:00
oh/irqc/hdl/irqc_regmap.v

17 lines
340 B
Coq
Raw Normal View History

`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