Changes between Version 7 and Version 8 of Component/Vci Dma
- Timestamp:
- Feb 9, 2008, 7:13:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Dma
v7 v8 5 5 == 1) Functional Description == 6 6 7 This VCI component is both a target and an initiator. 8 * Addressing as a target allows to configure it for a transfer. 9 * Initiator will do the transfer 7 This VCI component moves data from 8 a source memory buffer to a destination memory buffer. 9 It is both a target and an initiator. 10 * It is addressed as a target to be configured for a transfer. 11 * It is acting as an initiator to do the transfer. 10 12 11 There is only one DMA context handled at a time 12 13 There is only one DMA context handled at a time. 13 14 An IRQ is optionally asserted when transfer is finished. 14 15 15 This hardware component cheks for segmentation violation, and can be used 16 16 as a default target. … … 29 29 30 30 * `DMA_IRQ_ENABLED` 31 * Writing a non zero value enables the IRQ line (0 is disabling) 31 * Writing a non zero value enables the IRQ line. 32 * Writing a zero value resets the IRQ. 32 33 * Reading a zero value indicates the completion of the transfer 33 34