Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / contrib / demo.fleet
index f17bbe0..8f8c514 100644 (file)
@@ -1,14 +1,14 @@
-#include "contrib/demo.ships"
-
-
-0:  sendto alu2.op;
-10: sendto alu2.a;
-2:  sendto alu2.b;
-
-alu2.a:   take, deliver;
-alu2.b:   take, deliver;
-alu2.op:  take, deliver;
-alu2.out: take, sendto debug.data;
-
-
+#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;
+}