Changes between Version 2 and Version 3 of Component/Vci Dspin Target Wrapper
- Timestamp:
- Feb 8, 2008, 6:31:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Dspin Target Wrapper
v2 v3 1 1 [wiki:Component SocLib Components General Index] 2 2 3 = !VciDspin InitiatorWrapper Functional Description =3 = !VciDspinTargetWrapper Functional Description = 4 4 5 This hardware component connects a VCI target to a DSPIN micro-network. It can be used in conjunction with the '''!VciDspinInitiatorWrapper''' and the ''' DspinRouter''' components to build a VCI compliant DSPIN micro-network.5 This hardware component connects a VCI target to a DSPIN micro-network. It can be used in conjunction with the '''!VciDspinInitiatorWrapper''' and the '''!DspinRouter''' components to build a VCI compliant DSPIN micro-network. 6 6 7 7 The DSPIN network on chip is a distributed network, with a 2D mesh topology. It has been designed for shared memory clusterized, … … 14 14 == CABA Implementation == 15 15 16 The caba implementation is in 17 * source:trunk/soclib/soclib/module/network_component/vci_dspin_initiator_wrapper/caba/source/include/vci_dspin_initiator_wrapper.h 18 * source:trunk/soclib/soclib/module/network_component/vci_dspin_initiator_wrapper/caba/source/src/vci_dspin_initiator_wrapper.cc 16 * interface : source:trunk/soclib/soclib/module/network_component/vci_dspin_initiator_wrapper/caba/source/include/vci_dspin_target_wrapper.h 17 * implementation : source:trunk/soclib/soclib/module/network_component/vci_dspin_initiator_wrapper/caba/source/src/vci_dspin_target_wrapper.cc 19 18 20 19 == TLM-T implementation == 21 20 22 21 There is no TLM-T implementation for the DSPIN network. 23 (You can use the VciVgmn generic VCIinterconnect)22 (You can use the !VciVgmn generic interconnect) 24 23 25 24 == Template parameters == 26 27 '''None'''28 25 29 26 == Constructor parameters ==