mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
abd25426b6
-sandbox accelerator working in simulation! -t0+6 hrs wall time (lost 2 hours due to travel)
15 lines
200 B
Verilog
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
|
|
|
|
|