Changes between Version 1 and Version 2 of Component/Vci Ring Target Wrapper
- Timestamp:
- Feb 8, 2008, 7:50:19 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Ring Target Wrapper
v1 v2 1 1 [wiki:Component SocLib Components General Index] 2 2 3 = !VciRingTargetWrapper Functional Description=3 = !VciRingTargetWrapper = 4 4 5 This hardware component connect a VCI Target to a Ring interconnect. It can be used in conjunction with the '''!VciRingInitiatorWrapper''' and the '''!RingRegister''' components to build a Ring interconnect. This type of interconnect is well suited for FPGA implementations. 5 == Functional Description == 6 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. 6 8 7 9 == Component definition == … … 9 11 == Usage == 10 12 11 == !PibusBcuCABA Implementation ==13 == CABA Implementation == 12 14 13 The caba implementation is in 14 * source:trunk/soclib/systemc/include/caba/interconnect/vci_ring_target_wrapper.h 15 * source:trunk/soclib/systemc/src/caba/interconnect/vci_ring_target_wrapper.cc 15 * interface : source:trunk/soclib/soclib/module/network_component/vci_ring_target_wrapper/caba/source/include/vci_ring_target_wrapper.h 16 * implementation : source:trunk/soclib/soclib/module/network_component/vci_ring_target_wrapper/caba/source/src/vci_ring_target_wrapper.cc 17 18 19 == TLM-T Implementation == 20 21 The TLM-T imùplementation is not yet available. 22 You can use the [wiki:Component VciVgmn VciVgmn] generic interconnect. 16 23 17 24 == Template parameters ==