Interconnect & Communication

Total Page:16

File Type:pdf, Size:1020Kb

Interconnect & Communication Interconnect & Communication Space, Time, & stuff… What is the big I don’t see what deal with these is so exciting about things? the “back-side” either. Lab 8 due Tomorrow (Wednesday)! 6.004 – Fall 2004 11/23/04 modified 11/22/2004 11:44 AM L21 – Communication 1 Computer System Technologies What’s the most important part of this picture? DRAM Hard Disk Drives Linux Windows Mother boards XP Flash Memory SDRAM LAN technology ActiveX Graphics App Controls Acceleration Servers 6.004 – Fall 2004 11/23/04 L21 – Communication 2 Technology comes & goes; interfaces last forever Interfaces typically deserve more engineering attention than the technologies they interface… • Abstraction: should outlast many technology generations • Often “virtualized” to extend beyond original function (e.g. memory, I/O, services, machines) • Represent more potential value to their proprietors than the technologies they connect. Interface sob stories: • Interface “warts”: Windows “aux.c” bug, Big/little Endian wars • IBM PC debacle ... and many success stories: • IBM 360 Instruction set architecture; Postscript; Compact Flash; ... • Backplane buses 6.004 – Fall 2004 11/23/04 L21 – Communication 3 System Interfaces & Modularity Ancient Times (Ad hoc connections) MEM MEM I/O Late 60s (Processor-dependent Bus) CPU I/O CPU DISK I/O DISK MEM MEM I/O 80s (Processor-independent Bus) CPU DISK I/O Back-side bus Today MEM Buses Galore Graphics MEM CPU I/O I/O MEM CPU L2 $ “AGP” bus Front-side bus (PCI and EISA) ? DISK I/O I/O 6.004 – Fall 2004 11/23/04 L21 – Communication 4 Interface Standard: Backplane Bus The backplane provides: Modular cards that plug into Power a common backplane: Common system clock CPUs Wires for communication Memories Bulk storage a address I/O devices d S/W? data operation start finish clock BUS LINES Printed Circuit Cards MODULE LOGIC 6.004 – Fall 2004 11/23/04 L21 – Communication 5 The Dumb Bus: ISA & EISA Original primitive approach -- Just take the control ISA bus (Original IBM PC bus) - signals and data bus from Pin out and timing is nearly identical the CPU module, buffer it, to the 8088 spec. and call it a bus. Ah, you forget, Unibus, S-100, SWTP SS-50, STB, MultiBus, Apple 2E, … 6.004 – Fall 2004 11/23/04 L21 – Communication 6 Smarter “Processor Independent” Buses NuBus, PCI… TERMINOLOGY – Isolate basic communication primitives from processor BUS MASTER – a module that architecture: initiates a bus transaction. • Simple read/write protocols (CPU, disk controller, etc.) • Symmetric: any module can become “Master” (smart I/O, multiple processors, etc) BUS SLAVE – a module that • Support for “plug & play” responds to a bus request. expansion I’ve been (Memory, I/O device, etc.) waiting here for hours and I Goal: vendor-independent still haven’t interface standard seen a bus cycle go by yet! BUS CYCLE – The period from when a transaction is requested until it is served. 6.004 – Fall 2004 11/23/04 L21 – Communication 7 Buses, Interconnect… what’s the big deal? Aren’t buses simply logic circuits with long wires? Wires: circuit theorist’s view: Wires: interconnect engineer’s view: Equipotential “nodes” of a Transmission lines. circuit. Finite signal propagation Instant propagation of v, i velocity. over entire node. Space matters. “space” abstracted out of Time matters. design model. Reality matters. Time issues dictated by RLC elements; wires are timeless. 6.004 – Fall 2004 11/23/04 L21 – Communication 8 Bus Lines as Transmission Lines ANALOG ISSUES: • Propagation times ? ? ? ? Light travels about 1 ft / ns (about 7”/ns in a wire) • Skew Different points along the bus see the signals at different times • Reflections & standing waves At each interface (places where the propagation medium changes) the signal may reflect if the impedances are not matched. Make a transition on a long line – may have to wait many transition times for echos to subside. TIME 6.004 – Fall 2004 11/23/04 L21 – Communication 9 Coping with Analog Issues... We’d like our bus to be technology independent... • Self-timed protocols allow bus transactions to accommodate varying response times; • Asynchronous protocols avoid the need to pick a (technology- dependent) clock frequency. BUT... asynchronous protocols are vulnerable to analog-domain problems, like the infamous i WIRED-OR GLITCH: what happens i when a switch is opened??? COMMON COMPROMISE: Synchronous, Self-Timed protocols • Broadcast bus clock • Signals sampled at “safe” times * DEAL WITH: noise, clock skew (wrt signals) 6.004 – Fall 2004 11/23/04 L21 – Communication 10 Synchronous Bus Clock Timing sample edge assertion edge CLK Signal at source Signal at destination “Settling Time” “de-skew time” Allow for several “round-trip” bus delays so that ringing can die down. 6.004 – Fall 2004 11/23/04 L21 – Communication 11 A Simple Bus Transaction MASTER:MASTER: sample edge assertion edge 1)1) Chooses Chooses bus bus operation operation 2)2) Asserts Asserts an an address address CLK 3)3) Waits Waits for for a a slave slave to to answer.answer. start (Master) SLAVE:SLAVE: 1)1) Monitors Monitors start start 2) Check address finish (Slave) 2) Check address 3)3) If If meant meant for for me me a)a) look look at at bus bus operation operation b) do operation operation WRITE (Master) b) do operation c)c) signal signal finish finish of of cycle cycle address (Master) BUS:BUS: 1)1) Monitors Monitors start start 2)2) Start Start count count down down data (Master) 3)3) If If no no one one answers answers before before countercounter reaches reaches 0 0 then then “time“time out” out” 6.004 – Fall 2004 11/23/04 L21 – Communication 12 Multiplexed Bus: Write Transaction More efficient use of shared wires We let the address and data buses share the same sample edge assertion edge wires. CLK Slave sends a status message by driving the start (Master) operation control signals when it finishes. Possible indications: finish (Slave) - request succeeded - request failed operation WRITE (Master) OK (Slave) - try again A slave can stall the write by address adr (Master) data (Master) waiting several cycles /data before asserting the finish signal. 6.004 – Fall 2004 11/23/04 L21 – Communication 13 Multiplexed Bus: Read Transaction sample edge assertion edge On reads, we allot one cycle for CLK the bus to “turn around” (stop driving and begin receiving). It generally takes some time to start (Master) read data anyway. A slave can stall the read (for (Slave) finish instance if the device is slow compared to the bus clock) by waiting several clocks before Turn around time operation READ (Master) OK (Slave) asserting the finish signal. These delays are sometimes address called “WAIT-STATES” adr (Master) Turn around time data (Slave) /data Throughput: 3+ Clocks/word 6.004 – Fall 2004 11/23/04 L21 – Communication 14 Block Write Transfers CLK start (Master) finish (Slave) operation WBLK 2 (M) CONT (M) CONT (M) CONT (M) CONT (M) OK (Slave) address adr A (M) data[A] data[A+1] data[A+2] data[A+3] /data Block transfers are the way to get peak performance from a bus. A throughput of nearly 1 Clock/word is achievable on large blocks. Slaves must generate sequential addresses. 6.004 – Fall 2004 11/23/04 L21 – Communication 15 Block Read Transfers CLK start (Master) finish (Slave) operation RBLK 4 (M) HOLD (S) CONT (S) CONT (S) CONT (S) OK (Slave) address adr A (M) data[A] (S) data[A+1] (S) data[A+2] (S) data[A+3] (S) /data Block read transfers still require at least one cycle to turn-around the bus. More WAIT-STATES can be added if initial latency is high. The throughput is nearly 1 Clock/word on large blocks. Great for reading long cache lines! 6.004 – Fall 2004 11/23/04 L21 – Communication 16 Split-Transaction Bus Operation … you knew we’d work pipelining in somehow! The bus master can post CLK several read requests before the first request is served. start (M1) (M2) Generally, accesses are served in the same order finish (S1) that they are requested. Slaves must queue up operation Rd #1 (M1) Rd #2 (M2) OK #1 (S1) multiple requests, until master releases bus. address adr A1 (M1) adr A2 (M2) data[A1] (S1) /data The master must keep track of outstanding requests and their status. Throughput: 2 Clocks/word, independent of read latency 6.004 – Fall 2004 11/23/04 L21 – Communication 17 Bus Arbitration: Multiple Bus Masters “Daisy-Chain Arbitration” Request Request Request Request Request Grant In Grant In Grant In Grant In Grant Out Grant Out Grant Out Grant Out Module 1 Module 2 Module 3 Module 4 ISSUES: • Fairness - Given uniform requests, bus cycles should be divided evenly among modules (to each, according to their needs…) • Bounded Wait – An upper bound on how long a module has to wait between requesting and receiving a grant • Utilization - Arbitration scheme should allow for maximum bus performance • Scalability - Fixed-cost per module (both in terms of arbitration H/W and arbitration time. STATE OF THE ART ARBITRATION: N masters, log N time, log N wires. 6.004 – Fall 2004 11/23/04 L21 – Communication 18 Outside the box… The Network as an interface standard ETHERNET: In the mid-70’s Bob EMERGING IDEA: Protocol Metcalf (at Xerox PARC, an MIT “stacks” that isolate alum) devised a bus for networking application-level interface computers together. from low-level physical devices: Application Session Transport TCP UDP Network IP • Bit-serial (optimized for long wires) Physical Ethernet Token Ring • Asynchronous (no clock distribution) • Variable-length “packets” 6.004 – Fall 2004 11/23/04 L21 – Communication 19 Generalizing Buses… Communication Topologies 1-dimensional approaches: “Low cost networks” – constant cost/node BUS ONE step for random message delivery (but only one message at a time) RING Θ(n) steps for random message delivery 6.004 – Fall 2004 11/23/04 L21 – Communication 20 Quadratic-cost Topologies COMPLETE GRAPH: Dedicated lines connecting each pair of communicating nodes.
Recommended publications
  • SPARC/CPU-5V Technical Reference Manual
    SPARC/CPU-5V Technical Reference Manual P/N 203651 Edition 5.0 February 1998 FORCE COMPUTERS Inc./GmbH All Rights Reserved This document shall not be duplicated, nor its contents used for any purpose, unless express permission has been granted. Copyright by FORCE COMPUTERS CPU-5V Technical Reference Manual Table of Contents SECTION 1 INTRODUCTION ....................................................................................1 1. Getting Started ..................................................................................................................................... 1 1.1. The SPARC CPU-5V Technical Reference Manual Set.................................................................. 1 1.2. Summary of the SPARC CPU-5V ................................................................................................... 2 1.3. Specifications ................................................................................................................................... 4 1.3.1. Ordering Information........................................................................................................... 6 1.4. History of the Manual ...................................................................................................................... 9 SECTION 2 INSTALLATION ....................................................................................11 2. Introduction........................................................................................................................................ 11 2.1. Caution
    [Show full text]
  • Discontinued Emulex- Branded Products
    Broadcom 1320 Ridder Park Drive San Jose, CA 95131 broadcom.com Discontinued Emulex- branded Products . Fibre Channel Host Bus Adapters . Fibre Channel HUBS . Switches . Software Solutions October 30, 2020 This document only applies to Emulex- branded products. Consult your supplier for specific information on OEM-branded products. Discontinued Emulex-branded Products Overview Broadcom Limited is committed to our customers by delivering product functionality and reliability that exceeds their expectation. Below is a description of key terminology and discontinued product tables. Table 1—Fibre Channel Host Bus Adapters . Table 2—Fibre Channel Optical Transceiver Kits . Table 3—Fibre Channel HUBs . Table 4—Switches . Table 5—Software Solutions Key Terminology End of Life (EOL) notification EOL indicates the date that distributors were notified of Broadcom intent to discontinue an Emulex model in production. Distributors are typically given a three-to-six month notice of Broadcom plans to discontinue a particular model. Final order This is the last date that Broadcom will accept orders from a customer or distributor. End of support This is the last date technical support is available for reporting software issues on discontinued models. The tables below indicate the last date of support or whether support has already ended. Software updates Active devices: Drivers for already supported operating system (OS) versions and firmware are updated periodically with new features and/ or corrections. Customers should check www.broadcom.com or call technical support for support of new OS versions for a given device. End of maintenance, Support Availability For software solutions, this is the last date software upgrades or updates are available.
    [Show full text]
  • Sun Ultratm 2 Workstation Just the Facts
    Sun UltraTM 2 Workstation Just the Facts Copyrights 1999 Sun Microsystems, Inc. All Rights Reserved. Sun, Sun Microsystems, the Sun Logo, Ultra, SunFastEthernet, Sun Enterprise, TurboGX, TurboGXplus, Solaris, VIS, SunATM, SunCD, XIL, XGL, Java, Java 3D, JDK, S24, OpenWindows, Sun StorEdge, SunISDN, SunSwift, SunTRI/S, SunHSI/S, SunFastEthernet, SunFDDI, SunPC, NFS, SunVideo, SunButtons SunDials, UltraServer, IPX, IPC, SLC, ELC, Sun-3, Sun386i, SunSpectrum, SunSpectrum Platinum, SunSpectrum Gold, SunSpectrum Silver, SunSpectrum Bronze, SunVIP, SunSolve, and SunSolve EarlyNotifier are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the United States and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the United States and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. OpenGL is a registered trademark of Silicon Graphics, Inc. UNIX is a registered trademark in the United States and other countries, exclusively licensed through X/Open Company, Ltd. Display PostScript and PostScript are trademarks of Adobe Systems, Incorporated. DLT is claimed as a trademark of Quantum Corporation in the United States and other countries. Just the Facts May 1999 Sun Ultra 2 Workstation Figure 1. The Sun UltraTM 2 workstation Sun Ultra 2 Workstation Scalable Computing Power for the Desktop Sun UltraTM 2 workstations are designed for the technical users who require high performance and multiprocessing (MP) capability. The Sun UltraTM 2 desktop series combines the power of multiprocessing with high-bandwidth networking, high-performance graphics, and exceptional application performance in a compact desktop package. Users of MP-ready and multithreaded applications will benefit greatly from the performance of the Sun Ultra 2 dual-processor capability.
    [Show full text]
  • Sbus Specification B.O Written by Edward H
    SBus Specification B.O Written by Edward H. Frank and Jim Lyle. Edited by Jim Lyle and Mike Harvey. Copyright ©1990 Sun Microsystems, Inc.-Printed in U.S.A. The Sun logo, Sun Microsystems, and Sun Workstation are registered trademarks of Sun Microsystems, Inc. Sun, Sun-2, Sun-3, Sun-4, Sun386i, Sunlnstall, SunOS, SunView, NFS, SunLink, NeWS, SPARC, and SPARCstation 1 are trademarks of Sun Microsystems, Inc. UNIX is a registered trademark of AT&T. The Sun Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry. Sun holds a non-exclusive license from Xerox to the Xerox Graphical User Interface, which license also covers Sun's licensees. All other products or services mentioned in this document are identified by the trademarks or service marks of their respective companies or organizations, and Sun Microsystems, Inc. disclaims any responsibility for specifying which marks are owned by which companies or organizations. All rights reserved. No part of this work covered by copyright hereon may be reproduced in any form or by any means-graphic, electronic, or mechanical-including photocopying, recording, taping, or storage in an information retrieval system, without the prior written permission of the copyright owner. Restricted rights legend: use, duplication, or disclosure by the U.S. government is subject to restrictions set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 52.227-7013 and in similar clauses in the FAR and NASA FAR Supplement.
    [Show full text]
  • Archived: Getting Started with Your SB-GPIB and NI-488.2M for Solaris 1
    Getting Started with Your SB-GPIB and the NI-488.2M™ Software for Solaris 1 November 1993 Edition Part Number 320299-01 © Copyright 1991, 1994 National Instruments Corporation. All Rights Reserved. National Instruments Corporate Headquarters 6504 Bridge Point Parkway Austin, TX 78730-5039 (512) 794-0100 Technical support fax: (800) 328-2203 (512) 794-5678 Branch Offices: Australia (03) 879 9422, Austria (0662) 435986, Belgium 02/757.00.20, Canada (Ontario) (519) 622-9310, Canada (Québec) (514) 694-8521, Denmark 45 76 26 00, Finland (90) 527 2321, France (1) 48 14 24 24, Germany 089/741 31 30, Italy 02/48301892, Japan (03) 3788-1921, Netherlands 03480-33466, Norway 32-848400, Spain (91) 640 0085, Sweden 08-730 49 70, Switzerland 056/20 51 51, U.K. 0635 523545 Limited Warranty The SB-GPIB is warranted against defects in materials and workmanship for a period of two years from the date of shipment, as evidenced by receipts or other documentation. National Instruments will, at its option, repair or replace equipment that proves to be defective during the warranty period. This warranty includes parts and labor. The media on which you receive National Instruments software are warranted not to fail to execute programming instructions, due to defects in materials and workmanship, for a period of 90 days from date of shipment, as evidenced by receipts or other documentation. National Instruments will, at its option, repair or replace software media that do not execute programming instructions if National Instruments receives notice of such defects during the warranty period. National Instruments does not warrant that the operation of the software shall be uninterrupted or error free.
    [Show full text]
  • Draft Standard for a Common Mezzanine Card Family
    Introduction IEEE P1386/Draft 2.0 04-APR-1995 Draft Standard for a Common Mezzanine Card Family: CMC Sponsored by the Bus Architecture Standards Committee of the IEEE Computer Society P1386/Draft 2.0 April 4, 1995 Sponsor Ballot Draft Abstract: This draft standard defines the mechanics of a common mezzaninecard family. Mez- zanine cards designed to this draft standard can be usedinterchangeably on VME64 boards, Multibus I boards, Multibus II boards, Futurebus+ modules, desktopcomputers, portable com- puters, servers and other similar types of applications.Mezzanine cards can provide modular front panel I/O, backplane I/O or general function expansion or acombination for host comput- ers. Single wide mezzanine cards are 75 mm wide by 150 mm deep by 8.2 mmhigh. Keywords: Backplane I/O, Bezel, Board, Card, Face Plate, Front Panel I/O,Futurebus+, Host Computer, I/O, Local Bus, Metric, Mezzanine, Module, Modular I/O,Multibus, PCI, SBus, VME, VME64 or VMEbus Copyright (c) 1995 by the The Institute of Electrical and Electronics Engineers, Inc. 345 East 47th Street New York, NY 10017-2394, USA All rights reserved. This is an unapproved draft of a proposed IEEE Standard, subjectto change. Permission is hereby granted for IEEE Standards Committee participants toreproduce this document for pur- poses of IEEE standardization activities. If this document is tobe submitted to ISO or IEC, noti- fication shall be given to the IEEE Copyright Administrator.Permission is also granted for member bodies and technical committees of ISO and IEC toreproduce this document for pur- poses of developing a national position. Other entities seekingpermission to reproduce this document for standardization or other activities, or to reproduceportions of this document for these or other uses must contact the IEEE Standards Department forthe appropriate license.
    [Show full text]
  • Sparc Cpu-8Vt
    SPARC CPU-8VT Superior performance with redundancy features for business critical applications SPARC CPU-8VT — SPARCstation 5 compatibility with TurboSPARC performance in a single 6U VMEbus slot. The SPARC® CPU-8VT further enhances FORCE COMPUTERS single-slot SPARC family bringing TurboSPARC performance and redundancy features to your telecommunications and C3I applications. The addition of an external cache for the TurboSPARCTM doubles the perfor- mance of the fastest microSPARC CPU, while retaining the major microSPARC advantages of low power consumption and compact design. Couple this powerful CPU core with the integral workstation-type I/O found on the CPU-8VT and you have the ideal platform to develop and deploy powerful Solaris® and real-time applications. Further enhance this I/O with an integral sec- ond SCSI and a second Ethernet channel and you have a board that fulfils the typical requirements of most common high-availability and network routing applications without the necessity of adding SBus cards. Full compatibility with the established CPU-5VT provides a seamless upgrade path, extending our portfolio of high volume, premium price/performance embed- ded SPARC solutions for your applications. Facts... ...and features ◆ High-performance TurboSPARC processor ◆ Highest performance single-slot SPARC CPU ◆ 512 KByte L2 cache ◆ Functionally compatible with the Sun® SPARCstation 5 family and Solaris/SunOS® operating environment ◆ 16 to 128 MByte field upgradable Memory providing shared access to CPU, VME, SCSI, Ethernet & Centronics
    [Show full text]
  • Design Verification
    Design Verification Mike Butts Synopsys Prof. Kurt Keutzer EECS UC Berkeley 1 Design Process Design : specify and enter the design intent Verify: verify the Implement: correctness of refine the design and design implementation through all phases Kurt Keutzer 2 1 Design Verification HDL specification RTL manual Synthesis design netlist Is the Library/ design module logic generators optimization consistent with the original netlist specification? physical Is what I think I want design what I really want? layout Kurt Keutzer 3 Implementation Verification HDL RTL manual Synthesis design a 0 d netlist q b 1 Is the Library/ s clk implementation module logic generators optimization consistent with the original a 0 d q design intent? netlist b 1 s clk physical Is what I design implemented what I layout wanted? Kurt Keutzer 4 2 Manufacture Verification (Test) HDL Is the manufactured RTL manual circuit Synthesis design consistent with the a 0 d netlist q 1 Library/ b implemented s clk module logic design? generators optimization a 0 d Did they q b 1 netlist build s clk what I physical wanted? design layout Kurt Keutzer 5 Design Verification HDL specification RTL manual Synthesis design netlist Is the Library/ design module logic generators optimization consistent with the original netlist specification? physical Is what I think I want design what I really want? layout Kurt Keutzer 6 3 Verification is an Industry-Wide Issue Intel: Processor project verification: “Billions of generated vectors” “Our VHDL regression tests take 27 days to run. ” Sun:
    [Show full text]
  • Applications of the Scalable Coherent Interface to Data Acquisition At
    CERN LIBRARIES, GENEVA e8a ¥foi`<¥ lllll flliIllllllllllllllllllllllllllll SCOOOO0123 SP:. Ib RDC- EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH ... 3 Q` 6 CERN DRDC 92-6 QJan.DRDCPBS 2 , 1992 Add.1 Applications of the Scalable Coherent Interface to Data Acqu1s1t1on at LHC A. Bogaertsl, J. Buytaertz, R. Divia, H. Miillerl, C. Parkman, P. Ponting, D. Samyn CERN, Geneva, Switzerland B. Skaali, G. Midttun, D. Wormald, J. Wikne University of Oslo, Physics Department, Norway S. Falciano, F. Cesaroni INFN Sezione di Roma and University of Rome, La Sapienza, Italy V.I. Vinogradov Institute of Nuclear Research, Academy of Sciences, Moscow, Russia K. Lochsen, B. Solbergs Dolphin SCI Technology A.S., Oslo, Norway A. Guglielmi, A. Pastore Digital Equipment Corporation {DEC}, Joint Project at CERN F·H. Worm, J. Bovier Creative Electronic Systems {CES}, Geneva, Switzerland C. Davis Radstone Technology plc, Towcester, UK joint spokesmen Fellow at CERN Scientific associate at CERN, funded by Norwegian Research Council for Science and Humanities OCR Output $U?£(.<> Addendum to P33 The proposed work on SCI during 1992 has been revised due to delays in availibil ity of SCI chips. The revised plans are summarized in the new appendices A-D below. Some parts of the project for which the necessary items will not be available in 1992 (such as cache controller chip, the SCI-fiber version, the SCI-SCI bridge and the Futurebus+ bridge) have been postponed till 1993. This concerns primarily the cache coherent readout proposed for the 3"" level trigger. The content and spirit of proposal P33 is however unchanged. We will concentrate on building an SCI demonstration system which should test the data moving properties first, and at the same time prepare the first stage of an SCI ringlet system.
    [Show full text]
  • MOVIDRIVE® MDX60B/61B Communication and Fieldbus Unit Profile
    Drive Technology \ Drive Automation \ System Integration \ Services MOVIDRIVE® MDX60B/61B Communication and Fieldbus Unit Profile Edition 04/2009 Manual 11264926 / EN SEW-EURODRIVE – Driving the world 1 General Information ............................................................................................... 6 1.1 How to use the documentation ...................................................................... 6 1.2 Structure of the safety notes .......................................................................... 6 1.3 Rights to claim under limited warranty ........................................................... 7 1.4 Exclusion of liability........................................................................................ 7 1.5 Copyright........................................................................................................ 7 2 Safety Notes ........................................................................................................... 8 2.1 Other applicable documentation .................................................................... 8 2.2 General notes on bus systems....................................................................... 8 2.3 Safety functions ............................................................................................. 8 2.4 Hoist applications........................................................................................... 8 2.5 Waste disposal..............................................................................................
    [Show full text]
  • UPA—Sun'shighperformance Graphicsconnection
    UPA—Sun’sHighPerformance GraphicsConnection TechnicalWhitePaper 1999 Sun Microsystems, Inc. All rights reserved. Printed in the United States of America. 901 San Antonio Road, Palo Alto, California 94303 U.S.A. The product described in this manual may be protected by one or more U.S. patents, foreign patents, or pending applications. TRADEMARKS Sun, Sun Microsystems, the Sun logo, Ultra, Sun Elite3D, Sun Enterprise, Java 3D, PGX, Java, SBus, and VIS are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the United States and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. OpenGL is a registered trademark of Silicon Graphics, Inc. THIS PUBLICATION IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THIS PUBLICATION COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN; THESE CHANGES WILL BE INCORPORATED IN NEW EDITIONS OF THE PUBLICATION. SUN MICROSYSTEMS, INC. MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN THIS PUBLICATION AT ANY TIME. Please Recycle Contents Introduction. 1 Analyzing System Design and Application Performance. 2 Design Trade-offs . 2 An Overview of the UPA Interconnect . 3 Scalability, High Bandwidth, and Efficiency . 5 The UPA64S Graphics Bus. 6 Characterizing Application Performance and Bus Traffic. 7 UPA64S and Other Graphics Bus Technologies .
    [Show full text]
  • A Millenium Approach to Data Acquisition: SCI and PCI
    A millenium approach to Data Acquisition: SCI and PCI Hans Müller, A.Bogaerts CERN, Division ECP, CH-1211 Geneva 23, Switzerland V.Lindenstruth LBL Berkeley, CA 94720 Berkeley, USA The international SCI standard IEEE/ANSI 1596a [Ref. 1.] is on its way to become the computer interconnect of the year 2000 since for a first time, low latency desktop multiprocessing and cluster computing can be implemented at low cost. The PCI bus is todays’s dominating local bus extension for all major computer platforms as well as for buses like VMEbus. PCI is a self configuring memory and I/O system for peripheral components with a hierarchical architecture. SCI is a scalable, bus-like interconnect for distributed processors and memories. It allows for optionally coherent data caching and assures errorfree data delivery. First measurement with commercial SCI products (SBUS-SCI) confirm simulations that SCI can handle even the highest data rates of LHC experiments. The eventbuilder layer for a millenium very high rate DAQ system can therefore be viewed as a SCI network ( bridges, cables & switches) interfaced between PCI buses on the front- end (VMEb ) side and on the processor farm ( Multi-CPU) side . Such a combination of SCI and PCI enables PCI-PCI memory access, transparently across SCI. It also allows for a novel, low level trigger technique: the trigger algorithm can access VME data buffers with bus-like latencies like local memory, i.e. full data transfers become redundent.. The first prototype of a PCI-SCI bridge for DAQ is presented as starting point for a test system with built-in scalability.
    [Show full text]