Changes between Version 4 and Version 5 of Component/Vci Ring Target Wrapper
- Timestamp:
- Feb 10, 2008, 9:56:01 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Ring Target Wrapper
v4 v5 3 3 = !VciRingTargetWrapper = 4 4 5 == Functional Description ==5 == 1) Functional Description == 6 6 7 7 This hardware component connect a VCI Target to a RING interconnect. It can be used in conjunction with the [wiki:Component/VciRingInitiatorWrapper VciRingInitiatorWrapper] 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_target_wrapper/caba/source/include/vci_ring_target_wrapper.h 16 16 * implementation : source:trunk/soclib/soclib/module/network_component/vci_ring_target_wrapper/caba/source/src/vci_ring_target_wrapper.cpp 17 17 18 === CABA Constructor parameters === 19 20 === CABA Ports === 18 21 19 22 == TLM-T Implementation == … … 22 25 You can use the [wiki:Component/VciVgmn VciVgmn] generic interconnect. 23 26 24 == Template parameters ==25 26 == Constructor parameters ==27 28 == Ports ==29 30 27