1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/accelerator/hdl/accelerator_regmap.vh
Andreas Olofsson a5194a30a3 Reorg
-Renaming constants files as ".vh"
-Cleanup parameters
2016-02-26 19:08:40 -05:00

15 lines
200 B
Systemverilog

`ifndef EMAILBOX_REGMAP_V_
`define EMAILBOX_REGMAP_V_
`ifndef EGROUP_MMR
`define EGROUP_MMR 4'hf
`endif
`define REG_INPUT0 6'h0
`define REG_INPUT1 6'h1
`define REG_OUTPUT 6'h2
`endif