Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- It's not a licensing problem, Quartus Lite handles it fine. --- Quote End --- Great! --- Quote Start --- The C5G demo was done in Quartus 13.1, IIRC. --- Quote End --- This is correct. --- Quote Start --- And just in case, are you sure you've installed the NIOS SDK (whatever it was called)? --- Quote End --- As I was able to compile and load onto the FPGA projects including a Nios II and then to program the CPU using "Eclipse for Nios II" and as I have the Nios II CMD prompt installed, I would say yes. --- Quote Start --- Try as a next step upgrading the IP. --- Quote End --- I tried this and got a relatively similar error:
Error: s0: Cannot find sequencer
Error: s0: An error occurred
while executing
"error "An error occurred""
(procedure "_error" line 8)
invoked from within
"_error "Cannot find $seq_file""
("if" then script line 2)
invoked from within
"if { == 0} {
_error "Cannot find $seq_file"
}"
(procedure "alt_mem_if::util::seq_mem_size::get_max_memory_usage" line 14)
invoked from within
"alt_mem_if::util::seq_mem_size::get_max_memory_usage ]"
("if" then script line 2)
invoked from within
"if { !$do_only_rw_mgr_mc && !($bfm_mode || $hps_mode)} {
set calc_mem_size > 0} {
set seq_mem_size "
(procedure "alt_mem_if::gen::uniphy_gen::generate_sequencer_files" line 3)
invoked from within
"alt_mem_if::gen::uniphy_gen::generate_sequencer_files $name "LPDDR2" $tmpdir QUARTUS_SYNTH"
invoked from within
"foreach generated_file {
set file_name [file tail $gene..."
(procedure "generate_synth" line 8)
invoked from within
"generate_synth C5G_QSYS_mem_if_lpddr2_emif_s0"
--- Quote Start --- It might boil down to environment settings. Try "set" in a CMD prompt. --- Quote End --- I'm pretty sure that's where the error comes from. The solution I linked to in my first post states --- Quote Start --- Description You may experience the above error when generating a UniPHY-based memory controller. The error occurs because one of the system environment variables 'TEMP' points to a network drive and not a local drive. Workaround/Fix The workaround is to point the TEMP variable to the local machine, such as the C: drive. Also the variable HOMEDRIVE should point to the local machine. --- Quote End --- and set gives
HOMEDRIVE=C:
TEMP=C:\Users\<pctosi>\AppData\Local\Temp
TMP=C:\Users\<pctosi>\AppData\Local\Temp So what should I look for?