Changes between Version 9 and Version 10 of Component/Vci Ring Initiator Wrapper
- Timestamp:
- Feb 10, 2008, 9:53:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Ring Initiator Wrapper
v9 v10 3 3 = !VciRingInitiatorWrapper = 4 4 5 == Functional Description ==5 == 1) Functional Description == 6 6 7 7 This hardware component connect a VCI initiator to a RING interconnect. It can be used in conjunction with the [wiki:Component/VciRingTargetWrapper VciRingTargetWrapper] and the [wiki:Component/RingRegister RingRegister] components to build a RING interconnect. This type of interconnect is well suited for FPGA implementations. 8 8 9 == Component definition==9 == 2) Component definition & usage == 10 10 11 == Usage==11 == 3) CABA Implementation == 12 12 13 == CABA Implementation==13 === CABA sources === 14 14 15 15 * interface : source:trunk/soclib/soclib/module/network_component/vci_ring_initiator_wrapper/caba/source/include/vci_ring_initiator_wrapper.h 16 16 * implementation : source:trunk/soclib/soclib/module/network_component/vci_ring_initiator_wrapper/caba/source/src/vci_ring_initiator_wrapper.cpp 17 17 18 == TLM-T Implementation == 18 === CABA Constructor parameters === 19 20 === CABA Ports === 21 22 == 4) TLM-T Implementation == 19 23 20 24 The TLM-T implementation is not yet available. 21 25 You can use the [wiki:Component/VciVgmn VciVgmn] generic interconnect. 22 26 23 == Template parameters ==24 25 == Constructor parameters ==26 27 == Ports ==28 29