Forum Discussion
Altera_Forum
Honored Contributor
13 years agoCan DMA do NOT use a same clock with PCIe IP when using Cyclone IV GX?
If I use a PCIe IP with Qsys,and use DMA mode to transfer video data to our ARM SOC. Can DMA IP use a different clock compard with PCIe IP? If so,When I write,for example,512 bytes to PCIe Tx...
Altera_Forum
Honored Contributor
13 years agouse dual clock FIFO between DMA-IP annd PCIe-IP.
the FIFO solve timing problem unless receiver's data rate is slower than sender's. the other question. when PCIe-IP know the DMA is done? there should be interrupt signal. when interrupt becomes high, your BUS-Master ( ARM in this case ) knows it is done.