mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
ff3af0b21c
- All "folders" should be independent
12 lines
184 B
Verilog
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
|