Changes between Version 2 and Version 3 of Component/Vci Local Ring Network


Ignore:
Timestamp:
Jan 20, 2009, 10:34:30 AM (15 years ago)
Author:
abdelmalek.si-merabet@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Local Ring Network

    v2 v3  
    44
    55== 1) Functional Description ==
    6 This hardware component is a VCI compliant ring, implemented as a combinational daisy-chain and well suited for FPGA implementations. It must only be used in clusterized architecture, to interconnect a limited number of VCI initiators and targets in a local sub-system. It contains two independant rings for VCI commands and VCI responses and is composed of three components :
     6This hardware component is a VCI compliant ring, implemented as a combinational daisy-chain and well suited for FPGA implementations. It must only be used in clusterized architecture, to interconnect a limited number of VCI initiators and targets in a local sub-system. It contains two independent rings for VCI commands and VCI responses and is composed of three components :
    77
    88 * [wiki:Component/VciRingInitiatorWrapper VciRingInitiatorWrapper] : A VCI-RING protocol converter for a VCI initiator.
    99 * [wiki:Component/VciRingTargetWrapper VciRingTargetWrapper]       : A VCI-RING protocol converter for a VCI target.
    1010 * [wiki:Component/RingGateway RingGateway]                         : A ring interface with global interconnect.
     11
     12Policy arbitration uses a circulating token which allows the wrappers to access the ring in a round-robin fashion.
    1113
    1214== 2) Component definition & usage ==