alexislms
Contributor
4 years agoQuesta SE 21.2: (vlog-12110) -novopt error can't be suppressed
I don't have -novopt in my vlog commands, only -incr.
It still complains with an error supposed "suppressible" vlog-12110.
I added `-suppress 12110` but it doesn't remove it.
# [EXEC] com # Questa Intel Starter FPGA Edition-64 vlog 2021.2 Compiler 2021.04 Apr 14 2021 # ** Warning: (vlog-8891) All optimizations are disabled because the -novopt option is in effect. This will cause your simulation to run very slowly. 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. # Start time: 15:21:42 on Mar 04,2022 # vlog -reportprogress 300 -incr -suppress 12110 -work work ../../pkg.sv
[...]
# Errors: 0, Warnings: 2 # Questa Intel Starter FPGA Edition-64 vlog 2021.2 Compiler 2021.04 Apr 14 2021 # ** Error (suppressible): (vlog-12110) All optimizations are disabled because the -novopt option is in effect. This will cause your simulation to run very slowly. 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. # Errors: 1, Warnings: 0 # /tools/intelFPGA/21.1/questa_fse/linux_x86_64/vlog failed.
1. Why does Questa think a -novopt is present whereas it isn't?
2. Can this be fixed?