remove Memory.{outIhorn,inStride,inCount} ports
[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          : Alu2
8
9 // attempts to get tokens to "collide" in the switch fabric
10
11 debug.in:
12   literal 2;
13   [*] wait, deliver;
14
15 alu.inOp: deliver; notify debug.in;
16 alu.in1:  deliver; notify debug.in;
17 alu.in2:  deliver; notify debug.in;
18 alu.out:  collect; notify debug.in;
19