Forum Discussion
7aximus
New Contributor
3 years agoHow to request more DMA memory for Arria 10 "pcie"?
Currently, I can use the "pcie_dma_coherent" function to request 1M of data, but when I try to request more memory, I encounter an error. What is the maximum amount of memory that can be allocated fo...
Wincent_Altera
Regular Contributor
3 years agoHi,
Do you want to perform memory read or write ?
Regards,
Wincent_Intel
7aximus
New Contributor
3 years agoHi,
I want to use PCIE dma to read and write data, and I want to apply for 1G dma memory space.
I wonder if PCIE dma can apply for larger memory, how to apply?