Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by albs@Jul 1 2005, 12:49 PM the nios core and sdram peripheral operates (samples) on rising clock edges. sdram clocks out data on rising edges (valid on falling edges). if you do not run the sdram clock through a pll to tweak phase shifting, it will not work. if your sdram is very close to the fpga, you can get away with using an inverter (180 degrees). i have done that up to 96 mhz. if you have more than 2cm of distance between the sdram and fpga, you will have to use the pll and tweak the clock using an oscilloscope. have you tried using the fs2 console to modify sdram contents? --- Quote End --- http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif thank you so much!!Indeed the pll is necessary when you add a sdram to your system~