Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHandle DMA Page address received at the FPGA end during DMA transfer
Scatter Gather DMA transfer of 461KB is initiated from the Host PC to the ARRIA2GX FPGA using Jungo Driver. During the transfer apart from the actual data sent as input data , extra data which ...
Altera_Forum
Honored Contributor
13 years agoI have no experience with PCI Express so I can't answer you directly, but this triggered my attention:
--- Quote Start --- Scatter Gather DMA transfer of 461KB --- Quote End --- are you transferring those with only one descriptor, or with a chain of descriptors? AFAIK the SGDMA core is limited to 64kb transfers, so if you try to transfer more than this amount with a single descriptor, you will probably run into strange results. Can you put a signaltap probe on the stream interface on the SGDMA to check that the data packets are transferred correctly?