From 40dbd4e5cc0a28711af6f9de4c27ce236072d3dc Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 9 Sep 2015 22:17:18 +0200 Subject: Organisation; assignment 2 --- assignment2/hyman.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 assignment2/hyman.xml (limited to 'assignment2/hyman.xml') diff --git a/assignment2/hyman.xml b/assignment2/hyman.xml new file mode 100644 index 0000000..fb22f25 --- /dev/null +++ b/assignment2/hyman.xml @@ -0,0 +1,10 @@ +// Place global declarations here. +typedef int[0,1] ids; +bool blocked[ids]; +int turn = 0;// Place template instantiations here. +p1 = Process(0); +p2 = Process(1); + +// List one or more processes to be composed into a system. +system p1, p2; \ No newline at end of file -- cgit v1.2.3