#expect 2 #expect 2 #expect 2 #expect 2 #ship debug : Debug #ship alu : Alu // attempts to get tokens to "collide" in the switch fabric debug.in: set word= 2; set ilc=*; recv token, deliver; 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;