lots of changes to Marina test code, mostly for scan chain counters
[fleet.git] / tests / torpedo / basic-torpedo-outbox.test
1 #expect 20
2 #ship debug : Debug
3 #ship fifo  : Fifo
4
5 debug.in:
6   set ilc=*;
7   recv, deliver;
8
9 fifo.out:
10   head;
11   send token to fifo.in;
12   set ilc=*;
13   [T] recv token;
14   [*] set word=20;
15   [*] send to debug.in;
16   tail;
17
18 fifo.in:
19   recv token;
20   send token to fifo.out:i;
21