Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI have seen similar issue with de0-nano that the hello world does not run properly. It was due to timing issue with the SDRAM.
ftp://ftp.altera.com/up/pub/altera_material/11.0/tutorials/verilog/de0-nano/using_the_sdram.pdf There is some kind of known clock skew issue with the board and the fix was to add a SDRAM_CLK that leads the NIOS_CLK by 3ns (more explanation in the reference, section 7). I am not sure the 3ns applicable to your case. But you can try.