Altera_Forum
Honored Contributor
14 years agoHow to increase performance (Transfer rate) of DMA core?
Hi,
I want to know how can i transfer from my SRAM to my SDRAM in the fastest possible way. I've been able to transfer data from SRAM to SDRAM using DMA at the transfer rate of 66MB/s when NIOS2, DMA, SRAM, and SDRAM were clocked at 100MHz. Is this a reasonable number? Then i increased the clock to 125MHz, i am able to get 83.27MB/s transfer rate. Then when i further increase it to 150MHz, there will be errors in the data transferred to the SDRAM. Now how do i make it go faster from this point? can i clock the DMA, SDRAM, and SRAM higher without messing with the CPU's clock? Michael