Changes between Version 10 and Version 11 of Component/Vci Mwmr Dma
- Timestamp:
- Apr 9, 2015, 4:47:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Mwmr Dma
v10 v11 8 8 9 9 On the coprocessor side, it provides a variable number of TO_COPROC and FROM_COPROC ports, defining a fifo-like interface, without addresses. 10 * on a TO_COPROC port the coprocessor can request to read a burst of 32 bits words.11 * on a FROM_COPROC port the coprocessor can request to write a burst of 32 bits words.10 * on a TO_COPROC port the coprocessor can request to read a fixed size burst of 32 bits words. 11 * on a FROM_COPROC port the coprocessor can request to write a fixed size burst of 32 bits words. 12 12 Each TO_COPROC or FROM_COPROC port define a communication channel to a memory buffer. 13 13 The number of TO_COPROC and FROM_COPROC channels, are constructor parameters.