Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou don't have to worry about simultaneous accesses but you do have to worry about cache coherency and data hazards. If your hardware needs to access blocks of memory at a time then I recommend using a DMA engine to move the data to/from memory and your accelerator so that you don't have to implement it yourself.
More details about what you are attempting to do in hardware will probably result in a less generic answer.