final pass to update instruction encoding; should now match the spec
[fleet.git] / tests / requeue / test-requeue.fleet
similarity index 93%
rename from tests/recycle/test-recycle.fleet
rename to tests/requeue/test-requeue.fleet
index a33b9ae..08964cb 100644 (file)
@@ -57,19 +57,19 @@ f.in: literal 2; deliver; literal 4; deliver;
 f.out: take, sendto alu.in1;
        take, sendto alu.in2;
 
-alu.in1:   [*] nop;
+alu.in1:   clog;
            (*) take, deliver;
            (*) deliver;
            (*) dismiss;
            (4) deliver;
-           kill*;
+           unclog;
 alu.in2:   take;
            [*] deliver;
 alu.inOp:  literal Alu2.inOp[ADD];
            [*] deliver;
-alu.out:   [*] nop;
+alu.out:   clog;
            (40) take, sendto alu.in1;
            (50) sendto debug.in;
-           kill*;
+           unclog;
 debug.in:  [*] take, deliver;