mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
20 lines
306 B
Systemverilog
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
|