Forum Discussion
Altera_Forum
Honored Contributor
21 years agoA Newbie's struggle
I am sure the answer is simple but, I am running out of time... I am running Quartus II V4.2 with Nios II V1.1. My proprietary target system is based on the Cyclone EP1C2Q240C7, an EPCS ch...
Altera_Forum
Honored Contributor
21 years agoHi ILJ,
> The SDRAM test consists of walking bit tests, byte (DQMn) tests, > long int address test (with prime number addend), fill zero test, fill ff test.... The II/f has a a data cache & it's always in write-back mode ... so you must invalidate the memory regions prior to doing your memory read/compare. Depending on how you designed your tests, it's possible that your tests pass because you always hit the cache & never actually read the SDRAM. I've had debugger trouble when my reset address is in faulty SDRAM ... usually when I didn't have my PLL phase shift set properly. Regards, --Scott