Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThis is definitely a timing problem.
I think you are reading memory data before addr lines have set up (then you get data from a different address) or before data lines have set up. Have you tried to add wait states on memory access: usually this fixes the problem in such cases. Are you sure the data is written correctly into memory and the problem is on the read side? Regards