Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / dock / test-use-loop-counter.fleet
index fab816c..7a07847 100644 (file)
@@ -9,7 +9,6 @@
 #ship memory       : Memory
 #ship debug        : Debug
 #ship fifo         : Fifo
-#ship fifo2        : Fifo
 
 debug.in:
    set ilc=*;
@@ -21,19 +20,22 @@ fifo.out:
 
 fifo.in:
   set olc=3;
-  [Rq] set word=5;
-  [Rq] deliver;
-  [Rq] send token to memory.inCBD;
-  [Rq] recv, deliver;
-  [Rq] set olc--;
+  head;
+  set word=5;
+  deliver;
+  send token to memory.inCBD;
+  recv, deliver;
+  set olc--;
+  [d] abort;
+  [d] send token to memory.out;
   tail;
 
-fifo2.out:
+memory.out:
   set word=7;
   set ilc=3;
   send to fifo.in;
 
-memory.out:
+  recv token;
   set ilc=*;
   collect packet, send;