Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / dock / test-repeat-zero.fleet
1 #expect 1
2
3 #ship debug        : Debug
4 #ship fifo         : Fifo
5
6 debug.in:
7   set ilc=*;
8   recv, deliver;
9
10 fifo.out:
11   set ilc=*;
12   collect, send to debug.in;
13
14 fifo.in:
15   set word=0;
16   set ilc=0;
17   deliver;
18   set word=1;
19   deliver;