home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / transput / 1171 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.0 KB

  1. Path: sparky!uunet!sun-barr!olivea!spool.mu.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!sunova!pdsf!henk
  2. From: henk@pdsf.ssc.gov (Henk Uijterwaal)
  3. Newsgroups: comp.sys.transputer
  4. Subject: Re: Link Splitting
  5. Message-ID: <1992Nov9.151720.12999@sunova.ssc.gov>
  6. Date: 9 Nov 92 15:17:20 GMT
  7. References: <27661@castle.ed.ac.uk>
  8. Sender: henk@pdsf (Henk Uijterwaal)
  9. Organization: Superconducting Super Collider Laboratory
  10. Lines: 37
  11. Nntp-Posting-Host: cshp1c
  12.  
  13. In article <27661@castle.ed.ac.uk>, bxhv02@castle.ed.ac.uk (Tim Wilkinson) writes:
  14.  
  15. +> Dear all
  16. +> I'm looking for some info on the probability of splitting a single transputer
  17. +> link to allow it to be connected to more than one destination transputer. 
  18. +> Any details or advice would be much appreciated.
  19. +> 
  20. +> Cheers
  21. +> 
  22. +> Tim
  23.  
  24. At NIKHEF-H (the lab I where worked before moving to the supercollider) we 
  25. developed a circuit for broadcasting with TP links, e.g. 1 sending transputer to n
  26. receiving transputers, one way only. Basically the circuit looked like this:
  27.  
  28. 1)DATA.
  29.  
  30.   Just connect the receiving TP's to the sending TP.
  31.  
  32. 2) ACKNOWLEDGE.
  33.  
  34.    Connect every receiving TP to a flip-flop. The initial condition of all flip
  35.    flop's should be low. The first bit of the acknowledge packet will set the
  36.    flip-flop output high. Connect all flip-flop's to an AND gate. As soon as all
  37.    TP's have acknowledged the data packet, the output of the gate will become 
  38.    high. This triggers a pulse former which then creates a 3 bit acknowledge
  39.    packet. This packet is sent to the sending TP and resets the flip flop's. For
  40.    the sending TP it looks like only 1 packet has been sent. There is no problem
  41.    with receiving TP's not ready to receive data.
  42.  
  43. (Probably this explanation is as clear as mud. I have the diagram in postscript
  44. somewhere, if anybody is interested let me know and I'll send you a copy).
  45.  
  46. This circuit only works in one direction, the receiving TP's cannot send anything
  47. over the link to the sending TP but for our application this was not a problem.
  48.  
  49. Henk.
  50.