run omegaCounter inverter study with Electric LE code fixed
[fleet.git] / tests / colliding-tokens.test
1 #expect 2
2 #expect 2
3 #expect 2
4 #expect 2
5
6 #ship debug        : Debug
7 #ship alu          : Alu
8
9 // attempts to get tokens to "collide" in the switch fabric
10
11 debug.in:
12   set word= 2;
13   set ilc=*;  recv token, deliver;
14
15 alu.inOp: set word=Alu.inOp[ADD]; deliver; send token to debug.in;
16 alu.in1:  deliver; send token to debug.in;
17 alu.in2:  deliver; send token to debug.in;
18 alu.out:  collect; send token to debug.in;
19