Forum Discussion
Altera_Forum
Honored Contributor
14 years agoData stream to PCIe: regular or scatter gather DMA controller?
For a simple data flow (FIFO output to DMA controller to PCIe TXS port) is there any advantage to using the scatter/gather DMA controller rather than the regular DMA controller? There is only one ...
Altera_Forum
Honored Contributor
14 years agoI don't understand what it means when you say that the regular dma can only do memory to memory transfers and one of the others is required for using fifos. Is that just more efficient or am I missing something fundamental in the interface fabric?
For a simple case, which is what I'm trying to get working now, can I not connect a fifo to exported signals from the regular dma read master as follows: read_n signal from the dma port to the fifo read clock fifo data out to dma read data in dma read wait request always low dma read data valid always high