convert many more test cases
[fleet.git] / tests / recycle / test-recycle.fleet
index 0699b33..6fea3e1 100644 (file)
 
 #ship alu   : Alu2
 #ship debug : Debug
+#ship f     : Fifo
+
+f.in: literal 2; deliver; literal 4; deliver;
+f.out: take, sendto alu.in1;
+       take, sendto alu.in2;
 
-2:               sendto alu.in1;
-4:               sendto alu.in2;
 Alu2.inOp[ADD]:  sendto alu.inOp;
 alu.in1:   [*] nop;
            (*) take, deliver;