Altera_Forum
Honored Contributor
19 years agoDesign consideration help - Memory tester
Hello,
I was hoping you could just review my design plan and tell me any relavent tips or lessons learned you might have. My board will have on chip memory, SDRAM and Flash. I'd like to fully test the SDRAM memory using a bit-walking pattern. To do this, the only way I can think of is to have two seperate programs, a memory tester and my actual system program. I'd boot initally into the memory tester, which would execute code out of Flash w/ heap & stack in on-chip memory. I'd store the results of this test in an external (to Nios) register, and then jump to {Flash + Main program offset}. My main program would run fully out of SDRAM (code/text, heap, stack, etc.) What do you think before I jump in head first (as this is my first Nios project, looks like a decently high jump). Thanks a bunch, Kevin