Forum Discussion
Altera_Forum
Honored Contributor
11 years agoSo, I've tried this architecture and it worked!!!
However I am getting only 150MB/s throughtput, I expected around 300MB/s I just took a look in the DMA Core and Enabled the Burst transfer. Then I configured it to 1024 max words. And I've also increased the FIFO depth to 256. I am going to try and see the results. In the Address span extender, my data width is set to 64 bits. The burstcount Width is 1 bit and maximum pending reads is also set to 1. Any ideas on a configuration that could help the throughput? --- Quote Start --- As long as when you say "F2H" you really mean F2S (i.e. the HPS SDRAM dedicated ports) then yes this is the correct way to set up the hardware. You can probably reduce the DMA length register width since you are only exposing 512kB of memory in the HPS at a time. Make sure the DMA control port is connected to the lightweight HPS-to-FPGA bridge so that MPU can tell the DMA what to do. --- Quote End ---