Forum Discussion
Altera_Forum
Honored Contributor
18 years agoAre the writes to random locations? How do you avoid collisions? If there always to different "sectors" of memory, it might be possible to use an M4K for each sector, and then just mux the address to that sector that is currently using it. (I have no idea what you're doing, so just throwing out suggestions.) Time-multiplexing, if you can meet performance, is the most robust method.