diff --git a/Model/model.xml b/Model/model.xml index ff21437..315a160 100644 --- a/Model/model.xml +++ b/Model/model.xml @@ -1,7 +1,14 @@ // Place global declarations here. -// Place template instantiations here. -Process = Template(); +// Place template instantiations here. +Network1 = Network(); +Host1_Handshake = Host_Handshake(); +Host2_Handshake = Host_Handshake(); // List one or more processes to be composed into a system. -system Process; \ No newline at end of file +system Network,Host1_Handshake,Host2_Handshake; + \ No newline at end of file