Changes between Version 1 and Version 2 of Component/Vci Dspin


Ignore:
Timestamp:
Feb 9, 2008, 11:53:49 PM (16 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Dspin

    v1 v2  
    33= !VciDspin =
    44
    5 The !VciDspin interconnect is a distributed network on chip, with a 2D mesh topology,
     5The !VciDspin interconnect is a low-cost, distributed network on chip, with a 2D mesh topology,
    66providing the system designer a fully scalable bandwidth.
    7 It is composed of three components :
     7It has been designed for shared memory clusterized, multi-processors architectures.
     8It supports the GALS  (Globally Asynchronous Locally Synchronous) approach.
     9It implements a packet switching network, with a wormhole routing strategy, for low latency.
     10
     11In order to avoid dead-locks for VCI command/response trafic it is strongly recommended to
     12use two fully independent networks for the command packets and response packets: Each sub-system must contain the following hardware components:
     13
     14 * a VCI-DSPIN initiator wrapper
     15 * a VCI-DSPIN target Wrapper
     16 * a dedicated router for the command packets
     17 * a dedicated router for the response paquets 
     18 
     19A DSPIN network instanciates the three following components :
    820 * [wiki:Component/VciDspinInitiatorWrapper VciDspinInitiatorWrapper] : A VCI-DSPIN protocol converter for a VCI initiator.
    921 * [wiki:Component/VciDspinTargetWrapper VciDspinTargetWrapper] : A VCI-DSPIN protocol converter for a VCI target.