Forum Discussion
fpga_lac
New Contributor
3 years agoCyclone V hardware DMA
Hello, I want to transfer data from the FPGA to the cyclone V's SDRAM, using the hardware DMA as illustrated in the following figure I configured the DMA by the HPS. To handle data transfer,...
aikeu
Regular Contributor
3 years agoHi fpga_lac,
There is this dma controller example design link which may help for your use case:
https://github.com/robertofem/CycloneVSoC-examples
Thanks.
Regards,
Aik Eu
- fpga_lac3 years ago
New Contributor
Hi Aik Eu,Thank you for your answer, I solved the problem.