Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to test SDRAM?
I would like to know a good way to test SDRAM using NIOS I (not NIOS II). I thought I had a good way; just had a program that wrote various non-overlapping patterns to SDRAM (it ran off on-chip memor...
Altera_Forum
Honored Contributor
20 years agoI think the phase shift for stability can only be found by doing exhaustive read/write tests on the SDRAM itself. If you are using an Altera dev kit, then there is a tested default value which should work fine.
For future enhancements, if it is available, the PLL can be reconfigured by software, and you can "tune" the PLL phase shift to achieve an optimum setting. As for the management of program memory space and the heap stack, I do not see a boundary that disallow user from stepping over the very vulnerable memory space. It is up to the user to manage that flexibility.