lots of changes to Marina test code, mostly for scan chain counters
[fleet.git] / tests / colliding-tokens.test
index 31a976e..682d781 100644 (file)
@@ -4,7 +4,7 @@
 #expect 2
 
 #ship debug        : Debug
-#ship alu          : Alu2
+#ship alu          : Alu
 
 // attempts to get tokens to "collide" in the switch fabric
 
@@ -12,7 +12,7 @@ debug.in:
   set word= 2;
   set ilc=*;  recv token, deliver;
 
-alu.inOp: deliver; send token to debug.in;
+alu.inOp: set word=Alu.inOp[ADD]; deliver; send token to debug.in;
 alu.in1:  deliver; send token to debug.in;
 alu.in2:  deliver; send token to debug.in;
 alu.out:  collect; send token to debug.in;