Altera_Forum
Honored Contributor
14 years agoDriving FPGA -> Host DMA with PCIe (hard IP in Cyclone IV)?
Hello all,
I am trying to port an existing design which uses a PCI interface to a new board which uses the PCIe interface. Driving a DMA transfer on PCI was fairly simple, you write to the output then read a status bit until it's set/cleared to let you know it's gone. I can't find any information on how to do the same thing with the PCIe interface. If I write a burst of 32* 32 bit words, how do I know when I can write the next block? Thanks for any pointers, Nial.