X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=contrib%2Fdemo.fleet;h=8f8c514783d8f0033214fcbe2322c760f48e040b;hb=daa7ab3d282553b18a61333a3d122813212939e2;hp=64810b14f56278a632b50984fd67a0653ac2112c;hpb=574567fe285a64e706515cdfc29c1697a7b08aa3;p=fleet.git diff --git a/contrib/demo.fleet b/contrib/demo.fleet index 64810b1..8f8c514 100644 --- a/contrib/demo.fleet +++ b/contrib/demo.fleet @@ -1,24 +1,14 @@ -#include "contrib/demo.ships" - -debug.data: [*] take, deliver; - -1: sendto alu2.a; -1: sendto alu2.b; -0: sendto alu2.op; -0: sendto alu2.op; -0: sendto alu2.op; -0: sendto alu2.op; - -alu2.out: - take; - [2] sendto alu2.a; - [2] sendto alu2.b; - take, sendto alu2.a; - take, sendto alu2.b; - take, sendto debug.data; - -alu2.op: [*] take, deliver; -alu2.a: [*] take, deliver; -alu2.b: [*] take, deliver; - +#ship debug : Debug +#ship iscratch : Iscratch + +BOB: sendto iscratch.inCBD; +iscratch.inCBD: [*] take, deliver; +debug.in: [*] take, deliver; + +BOB: { + 12: sendto debug.in; + 13: sendto debug.in; + 14: sendto debug.in; + BOB: sendto iscratch.inCBD; +}