1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/emailbox/hdl/emailbox_regmap.vh
2016-02-26 17:02:59 -05:00

20 lines
306 B
Systemverilog

`ifndef EMAILBOX_REGMAP_V_
`define EMAILBOX_REGMAP_V_
`ifndef E_MAILBOXLO
`define E_MAILBOXLO 6'hC
`define E_MAILBOXHI 6'hD
`define E_MAILBOXSTAT 6'hE
`endif
`ifndef EGROUP_MMR
`define EGROUP_MMR 4'hF
`endif
`ifndef EGROUP_MESH
`define EGROUP_MESH 3'h7
`endif
`endif