1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00
oh/accelerator/hdl/accelerator_regmap.v
Andreas Olofsson abd25426b6 Fixing various small bugs
-sandbox accelerator working in simulation!
-t0+6 hrs wall time (lost 2 hours due to travel)
2016-01-20 17:23:09 -05:00

15 lines
200 B
Verilog

`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