Newsgroups: comp.sys.transputer
From: Daniel Scheurell <daniel.j.scheurell@boeing.com>
Reply-To: daniel.j.scheurell@boeing.com
Subject: Re: C004 on IMS-B008. Not working?
Organization: Boeing D+SG - AWACS Advanced Products
Date: Mon, 10 Mar 1997 16:12:27 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <332432EB.F51@boeing.com>

Daniel Escalante wrote:
> 
> We are trying to get communication between two T805 through
> the C004 crossbar switch.
> The software used is the "Toolset ANSI-C from SG Thompson.
> The hardware is an IMS B008 mother board with 4 TRAMs.
> The physical connection is defined in the configuration file like
> this:
>         connect trans1.link[3] to trans2.link[0];
> The configuration file has this lines:
>         connect proces1.out3 to proces2.in3;
>         connect proces1.in4  to proces2.out4;
> Mapping:
>         place proces1 on trans1;
>         place proces2 on trans2;
>         place proces1.in4 on trans1.link[3]
>         place proces1.out3 on trans1.link[3]
>         place proces2.in3 on trans2.link[0]
>         place proces2.out4 on trans2.link[0]
> Somebody knows if we are missing something?
> We are including here the relevant lines only.
> Yesterday we found that the C004 is not always reported by the
> "rapy" tool.We do not know if it is a hardware or software
> problem.
> Any help and reply will be appreciated.As I do not access this
> newsgroup very frecuently, please reply by email.

	You don't mention if you've actually programmed the C004.  The C004
links are all disconnnected when the B008 powers up.  You can easily
program the links as required by using a product such as ispy/check
(available from the author at http://www.wizzy.com/wizzy/ispy.html) or
MMS (Module Motherboard Software, provided with the B008, I think.)

	There is a latch on the T2 that is used to program the C004 that
sometimes prevents a network mapping tool (which I assume "rapy" is)
from seeing the C004.  The latch can be reset by resetting some internal
memory space on the chip, the easiest way being ispy/mtest (see above.)

-- 
Dan Scheurell
Boeing D&SG - AWACS Advanced Products
daniel.j.scheurell@boeing.com

