Changes between Version 3 and Version 4 of Component/Dspin Router
- Timestamp:
- Feb 9, 2008, 11:45:10 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Dspin Router
v3 v4 3 3 = !DspinRouter = 4 4 5 == Functional Description ==5 == 1) Functional Description == 6 6 7 This hardware component is the generic router for the DSPIN micronetwork. It can be used in conjunction with the [wiki:Component/VciDspinTargetWrapper VciDspinTargetWrapper] and the [wiki:Component/VciDspinInitiatorWrapper VciDspinInitiatorWrapper] components to build a VCI compliant DSPIN micro-network. It implements a packet switching network, with a wormhole 8 routing strategy, for low latency. 7 This hardware component is the generic router for the DSPIN micronetwork. It can be used in conjunction with the [wiki:Component/VciDspinTargetWrapper VciDspinTargetWrapper] and the [wiki:Component/VciDspinInitiatorWrapper VciDspinInitiatorWrapper] components to build a VCI compliant DSPIN micro-network. 9 8 10 The DSPIN network on chip is a distributed network, with a 2D mesh topology. It has been designed for shared memory clusterized, 11 multi-processors architectures. It supports the GALS (Globally Asynchronous Locally Synchronous) approach. 12 13 == Component definition == 9 == 2) Component definition & usage == 14 10 15 == Usage==11 == 3) CABA Implementation == 16 12 17 == CABA Implementation==13 === CABA sources === 18 14 19 15 * interface : source:trunk/soclib/soclib/module/network_component/vci_dspin_initiator_wrapper/caba/source/include/dspin_router.h 20 16 * implementation : source:trunk/soclib/soclib/module/network_component/vci_dspin_initiator_wrapper/caba/source/src/dspin_router.cpp 21 17 22 == TLM-T implementation == 18 === CABA Constructor parameters === 19 20 === CABA Ports === 21 22 == 4) TLM-T implementation == 23 23 24 24 There is no TLM-T implementation for the DSPIN network. 25 25 (You can use the [wiki:Component/VciVgmn VciVgmn] generic interconnect) 26 26 27 == Template parameters ==28 29 == Constructor parameters ==30 31 == Ports ==32