Marina/MarinaTest.java: a few hacks to get the silicon working
[fleet.git] / contrib / demo.fleet
index bd4377e..8f8c514 100644 (file)
@@ -1,13 +1,14 @@
-#include "contrib/demo.ships"
+#ship debug    : Debug
+#ship iscratch : Iscratch
 
-BOB:          sendto icache.cbd;
-icache.cbd:   [*] take, deliver;
-debug.data:   [*] take, deliver;
+BOB:             sendto iscratch.inCBD;
+iscratch.inCBD:  [*] take, deliver;
+debug.in:        [*] take, deliver;
 
 BOB: {
-  12:           sendto debug.data;
-  13:           sendto debug.data;
-  14:           sendto debug.data;
-  BOB:          sendto icache.cbd;
+  12:           sendto debug.in;
+  13:           sendto debug.in;
+  14:           sendto debug.in;
+  BOB:          sendto iscratch.inCBD;
 }