massive overhaul of slipway (fpga-fleet)
[fleet.git] / contrib / demo.ships
1 #import edu.berkeley.fleet.ships
2
3 // alu1
4 // alu2
5 // sort2
6 // mux
7 // lut
8 // dup
9 // fifo
10 // shifter
11 // counter
12
13
14 // want: memory, fetch, halt
15
16 //#ship alu1         : Alu1
17
18 #ship alu2         : Alu2
19 #ship debug        : Debug
20 #ship execute      : Execute
21
22 //#ship alu1        : Alu1
23 //#ship dup1        : Dup
24 //#ship dup2        : Dup
25 //#ship dup3        : Dup
26 //#ship dup3        : Dup3
27 //#ship demux1      : DeMux
28 //#ship demux2      : DeMux
29 //#ship sort        : Sort2