Changes between Version 4 and Version 5 of Component/Vci Simple Ring Network


Ignore:
Timestamp:
Feb 21, 2011, 11:21:59 AM (13 years ago)
Author:
malek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Simple Ring Network

    v4 v5  
    11[wiki:Component SocLib Components General Index]
    22
    3 = !VciSimpleRingNetwork =
     3= !VciSimpleRingFast =
    44
    55== 1) Functional Description ==
    66
    7 This hardware component is a VCI compliant ring, implemented as a combinational daisy-chain and well suited for FPGA implementations.it contains two independent rings for   VCI commands and VCI responses. It is composed of two components :
    8 
    9  * [wiki:Component/VciRingInitiatorWrapper VciRingInitiatorWrapper] : A VCI-RING protocol converter for a VCI initiator.
    10  * [wiki:Component/VciRingTargetWrapper VciRingTargetWrapper]       : A VCI-RING protocol converter for a VCI target.
     7This hardware component is a VCI compliant ring, implemented as a combinational daisy-chain and well suited for FPGA implementations.
    118
    129Policy arbitration uses a circulating token which allows the wrappers to access the ring in a round-robin fashion.
     
    1411== 2) Component definition & usage ==
    1512
    16 source:trunk/soclib/soclib/module/network_component/vci_simple_ring_network/caba/metadata/vci_simple_ring_network.sd
     13source:trunk/soclib/soclib/module/network_component/vci_simple_ring_fast/caba/metadata/vci_simple_ring_fast.sd
    1714
    1815== 3) CABA implementation ==
     
    2017=== CABA sources ===
    2118
    22  * interface      : source:trunk/soclib/soclib/module/network_component/vci_simple_ring_network/caba/source/include/vci_simple_ring_network.h
    23  * implementation : source:trunk/soclib/soclib/module/network_component/vci_simple_ring_network/caba/source/src/vci_simple_ring_network.cpp
     19 * interface      : source:trunk/soclib/soclib/module/network_component/vci_simple_ring_fast/caba/source/include/vci_simple_ring_fast.h
     20 * implementation : source:trunk/soclib/soclib/module/network_component/vci_simple_ring_fast/caba/source/src/vci_simple_ring_fast.cpp
    2421
    2522=== CABA Constructor parameters ===