Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDo the DMA controller parameters in Qsys all function properly?
I need help with how to correctly set up the dma controller in order to get the maximum data speed between onchip to SDRAM. The current goal is to transmit 60MBytes/sec. I've tried setting the burst ...
Altera_Forum
Honored Contributor
10 years agoIt depends on how you use alt_nticks. It's perfectly ok if you use it to count the bandwidth over a high number of ticks, but if you just use it to count how many bytes were sent between two ticks you'll get unreliable results.
Is the bandwidth increasing where you use larger blocks? As for the incorrect bytes read back, does your Nios CPU have a data cache? If yes did you remember to invalidate the area you check, or to bypass the cache when reading the data back?