Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21584 Discussions

SDRAM giving incorrect data during read

Altera_Forum
Honored Contributor II
1,192 Views

I have setup SDRAM controller using Qsys. Now first I was writing a value of '0001H' at address '95FFFH', and then after some clock cycles, I make a read by putting the read line at low / '0' and I see that waitrequest gets high, after some cycles, read data valid appears, but it throws wrong data which is '0801H' (which supposed to be '0001H'). Why is that? Thanks 

 

 

 

https://www.alteraforum.com/forum/attachment.php?attachmentid=8704
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
464 Views

are you sure that you use the correct polarity on the read and write signals? The lack of a '_n' postfix in the name seem to indicate that they are active high signals.

0 Kudos
Reply