Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSDRAM on DE0-nano board
Hi, I am still not having any success writing and reading from the SDRAM on on the DE0-nano board from the FPGA. I have built a system in qsys which includes a Nios II and SDRAM controller an...
Altera_Forum
Honored Contributor
11 years agoHi Bayu Kanigoro,
Download the zip and try it now. It turns out that Linux did not like quotes in the exec arguments, so I changed them to ...
# synth.tcl
set cmd "set quartus_version $qversion"
lappend arg_list --cmd=$cmd
# synth_qsys.tcl
set device "Cyclone IV E"
lappend arg_list --system-info=DEVICE_FAMILY=$device
and now it works fine. Cheers, Dave