Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou are probably getting a random mix of old and new values for each bit. The timings might be such that the new value always wins!
I guess reads aren't a problem - you can just discard the data. For writes you may have to add a 'store buffer' so they can be processes asynchonously (and pipelined).