Changes between Version 3 and Version 4 of Component/Vci Multi Dma
- Timestamp:
- Apr 14, 2011, 9:49:11 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Dma
v3 v4 11 11 * It is acting as an initiator to do the transfer. 12 12 13 The !VciMultiDma component supports up to 16simultaneous DMA transfers,14 corresponding to 16independant DMA channels. As there is only one VCI initiator port, the general arbitration policy between the active channels is round-robin.13 The !VciMultiDma component supports up to 8 simultaneous DMA transfers, 14 corresponding to 8 independant DMA channels. As there is only one VCI initiator port, the general arbitration policy between the active channels is round-robin. 15 15 16 16 The number of channels and the max burst length are constructor parameters. … … 47 47 A non zero value disables the IRQ line. The RESET value is zero. 48 48 49 The aligned segment size associated to this VCI target is 1 Kbytes, as only 10 address bits are decoded : the 6 MSB bits define the target register, and the next 4bits define the channel index.49 The aligned segment size associated to this VCI target is 256 bytes, as only 8 address bits are decoded : the 5 MSB bits define the target register, and the next 3 bits define the channel index. 50 50 51 51 For extensibility issues, you should access the DMA using globally-defined offsets, and