University Program VWF simulation - University Program VWF simulation
With my students i use the simple simulation facility but with 25.1 standard version i'm facing a problem. The .do file created uses -novopt parameter to run vsim which is deprecated : vsim -novopt -c -t 1ps -L fiftyfivenm_ver -L altera_ver -L altera_mf_ver -L 220model_ver -L sgate_ver -L altera_lnsim_ver work.fig1_tp1_vlg_vec_tst How it is possible to modify this ? I think theses options are stocked in a config file somewhere ? Thanks Eric
Replies:
Re: University Program VWF simulation
Thank you for the workaround i will give it a try replacing -novop by -voptargs="+acc" Nevertheless it's a bug and i will open a bug ticket about this. There are still a lot of script using this deprecated option. I'm using the Nativelink Simulation Flow, with advanced or intermediate students because they know description language and testbench but not with first years students discovering basic logic gate circuits. Regards Eric
Replies:
Re: University Program VWF simulation
Unfortunately, there isn’t a way to retain modified simulation settings automatically. As a workaround, you can save the .vwf file with your updated simulation settings and include it in your project manually. However, I generally recommend using the Nativelink Simulation Flow, which allows you to view the simulation directly in the Questa simulator tool. https://www.intel.com/content/www/us/en/docs/programmable/683080/23-1/using-nativelink-simulation.html Regards, Richard Tan
Replies:
Re: University Program VWF simulation
Thanks it works fine but how to make this change permanently ? A config file to change ? Regards Eric
Replies:
Re: University Program VWF simulation
In the Simulation Waveform Editor, Go to Simulation -> Simulation Settings . Next, delete -novopt and Save . The error should resolved when Run Functional Simulation Regards, Richard Tan - 2025-11-05
external_document