Altera_Forum
Honored Contributor
18 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 the SAME address cause problems. It does not matter if I read "old" or "new" data as long as the write is successful and I don't read garbage or a combination of "old" and "new". The Master that writes also uses other portions of the RAM and I'm hoping to avoid the arbitration delays with a single port RAM. Thanks,