Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou will have to read all your memory locations sequentially. You can either do that in your own code, using a counter or a state machine for example, or create multiple masters and let the SOPC builder arbitrater logic do the work for you.
The best choice depends on the kind of accesses you want to do. They both add complexity in different areas.