1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/emailbox/hdl/emailbox_regmap.vh

20 lines
306 B
Plaintext
Raw Normal View History

2015-11-01 16:45:39 -05:00
`ifndef EMAILBOX_REGMAP_V_
`define EMAILBOX_REGMAP_V_
2015-11-01 16:45:39 -05:00
`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
2015-11-01 16:45:39 -05:00
`endif