Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21392 Discussions

DMA Transfer from PCI-e board to the host

Altera_Forum
Honored Contributor II
1,124 Views

In my scenario I'm implementing a DMA controller on my PCI-e FE board and using it to transfer data from the FE to the host memory. 

Is there any FE --> host interrupt required in this transfer mode (assuming the host knows when new data is available). 

Thanks, 

MA 

 

http://www.alteraforum.com/forum//proweb/misc/progress.gif
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
407 Views

Generally, there would be an interrupt to indicate completion of a transfer. For a specific case, it depends. Does the device driver expect an interrupt? If the device driver is not written yet, this is something you should discuss with the person who will be writing it.

0 Kudos
Reply