add more ship files
[fleet.git] / src / edu / berkeley / fleet / slipway / execute.v
1 `include "macros.v"
2
3 module execute (clk, command_r,   command_a_, command_d,
4                      ihorn_r_, ihorn_a, ihorn_d_,
5                      dhorn_r_, dhorn_a, dhorn_d_
6                );
7   input clk;
8
9   `include "execute.inc"
10
11 endmodule
12