Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / tests / flush / flush-fifo.test
1 // FIXME: need test for ADD carry-out c-flag
2
3 #ship debug : Debug
4 #ship fifo  : Fifo
5
6 #expect 1
7 #expect 3
8
9 debug.in:
10   set ilc=*;
11   recv, deliver;
12
13 fifo.out:
14   set ilc=*;
15   collect, send to debug.in;
16
17 fifo.in:
18   set word=1;
19   deliver;
20   set word=2;
21   flush;
22   set word=3;
23   deliver;