Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIf the clocks are different you'll get 'random' data if a read and write to the same location happen 'at the same time' (probably with any overlap between the two clock cycles).
You'll need to ensure that this doesn't happen, or that the read values don't matter.