Forum Discussion
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
In the Simulation Waveform Editor, Go to Simulation -> Simulation Settings.
Next, delete -novopt and Save.
The error should resolved when Run Functional SimulationRegards,
Richard Tan
4 Replies
- RichardT_altera
Super Contributor
In the Simulation Waveform Editor, Go to Simulation -> Simulation Settings.
Next, delete -novopt and Save.
The error should resolved when Run Functional SimulationRegards,
Richard Tan- ETang2
Occasional Contributor
Thanks it works fine but how to make this change permanently ? A config file to change ?
Regards
Eric
- RichardT_altera
Super Contributor
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