Forum Discussion
Altera_Forum
Honored Contributor
19 years agoJust testing the memory with your CPU's data master (what you're doing with your proposed test) is not good enough. The data master cannot read from the memory as quickly as the CPU's instruction master. A DMA will help you to truly "exercise" your memory's limits.
Take a look at what the Memory Test software example is doing. It already provides something along the lines of what you're trying to do...you may want to modify it to suit your needs, rather than starting from scratch. Cheers, - slacker