import slipway (fpga-fleet) code
[fleet.git] / src / edu / berkeley / fleet / slipway / ihorn.v
1 `include "macros.v"
2 `define XWIDTH  (`INSTRUCTION_WIDTH-1)
3 `define dest(p)  `instruction_dest(p)
4 `define dest_steer(p)  `instruction_dest_steer(p)
5 module ihorn
6 `include "horn.inc"
7