Forum Discussion
Altera_Forum
Honored Contributor
17 years agoSimultaneous Write/Read to on chip dual port RAM
Obviously simultaneous writes will cause problems. In our case, one Avalon Master is reading while the other Master is writing. So, the question is, will simultaneous write and read of t...
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- I'm using the on-chip RAM component under SOPC Builder. Everything is off the same clock. Jake - I see the option you list if I add the altsyncram. It's unfortunate that SOPC Builder does not have a similar option. --- Quote End --- You don't need that option. The option is only for selecting the "read during write behavior", old data or new data. But you are saying you don't care. You only care about not getting garbage or a mixed result. This will never happen.