Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHere are some other examples written in VHDL: http://www.alteraforum.com/forum/showthread.php?t=19053
The master templates up on the altera design examples page are an early version of what is used here: http://www.altera.com/support/examples/nios2/exm-modular-scatter-gather-dma.html This one is more feature rich and uses standard streaming interfaces for the control, response, and data plane interfaces so I would recommend it over the old templates. When accessing SDRAM in general make sure you study the master access pattern. Accessing locations sequentially will give you the best performance and random accesses all over the place will give you the least performance (in general).