1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/emailbox/hdl/emailbox_regmap.v
Andreas Olofsson ff3af0b21c Fixing include files for emailbox
- All "folders" should be independent
2015-11-02 16:15:20 -05:00

12 lines
184 B
Verilog

`ifndef EMAILBOX_REGMAP_V_
`define EMAILBOX_REGMAP_V_
`ifndef E_MAILBOXLO
`define E_MAILBOXLO 6'd4
`endif
`ifndef E_MAILBOXHI
`define E_MAILBOXHI 6'd5
`endif
`endif