Newsgroups: comp.sys.transputer
From: andyr@wizzy.com (Andy Rabagliati)
Subject: Re: transputer (t8) process activation
Organization: W.Z.I.
Date: Wed, 9 Mar 1994 19:14:50 GMT
Message-ID: <CMEw4r.3MG@wizzy.com>

In article <1994Mar9.144239.9230@jupiter.sun.csd.unb.ca>,
Brian d'Auriol <k3mi@jupiter.sun.csd.unb.ca> wrote:
>hello all,
>i am trying to figure out how the process activation occures on the
>transputer (t8).
>
>
>  More particular to me is the following situation.
>
>PAR
>  c1 ! data1
>  c2 ! data2
>  c3 ! data3
>

After this you define some PROCs, but do not say how they are
instanced.

As any transputer introduction will tell you, any output MUST
have a parallel input, otherwise the system will deadlock.

So, add some instances of your declared PROCs running in parallel
with the above outputs, and study the situation again.

Cheers,     Andy.


