<Error message>.
- Error (suppressible): (vsim-12110) All optimizations are disabled because the -novopt option is in effect. If you are using this switch to preserve visibility for Debug or PLI features, please see the User's Manual section on Preserving Object Visibility with vopt. -novopt option is now deprecated and will be removed in future releases.
<Cause>
Error occurs if -novopt is used in the vsim command options listed in the script.
Questa® Sim v10.7 or later deprecates -novopt and will be removed in future releases.
<Workaround>
It is possible to workaround by editing vsim command options in the script file.
Please try by making one of the following edits.
(1) Change the -novopt option to -voptargs="+acc" (e.g. vsim -voptargs="+acc" $elabcommand)
(2) Add -suppress 12110 (e.g. vsim -suppress 12110 -novopt $ (e.g. vsim -suppress 12110 -novopt $elabcommand)
--------------------
Category: Simulation
Tools: ModelSim® / Questa® Sim
Devices: -