massive overhaul of slipway (fpga-fleet)
[fleet.git] / contrib / demo.fleet
index f17bbe0..7e17550 100644 (file)
@@ -1,14 +1,16 @@
 #include "contrib/demo.ships"
 
-
-0:  sendto alu2.op;
-10: sendto alu2.a;
-2:  sendto alu2.b;
-
-alu2.a:   take, deliver;
-alu2.b:   take, deliver;
-alu2.op:  take, deliver;
-alu2.out: take, sendto debug.data;
-
-
+10:       sendto alu2.a;
+2:        sendto alu2.b;
+0:        sendto alu2.op;
+0:        sendto alu2.op;
+0:        sendto alu2.op;
+0:        sendto alu2.op;
+alu2.out:
+   take;
+   [2] sendto alu2.a;
+   [2] sendto alu2.b;
+   take, sendto alu2.a;
+   take, sendto alu2.b;
+   take, ack debug.data;