Technical data
Setting default compile options
196
-
ModelSim EE Graphic Interface ModelSim EE/PLUS Reference Manual
Verilo
g
compiler options pa
g
e
•
Enable run-time
hazard checks
Enables the run-
time hazard
checking code.
Same as the
-hazards
switch for
the
vlog
command
(p83). For more
information see
"Hazard detection"
(p50). Edit the
Hazard variable
(p417) in the
modelsim.ini
to set
a permanent
default.
•
Don’t put
debugging info in
library
Models compiled
with this option do
not use any of the
Model
Sim
debugging features.
Consequently, your
user will not be able
to see into the model. This also means that you cannot set breakpoints or single
step within this code. Don’t compile with this option until you’re done
debugging. Same as the
-nodebug
switch for the
vlog
command (p83). See
"Source code security and -nodebug" (p534) for more details. Edit the NoDebug
variable (p418) in the
modelsim.ini
to set a permanent default.
•
Convert Verilog identifiers to upper-case
Converts regular Verilog identifiers to uppercase. Allows case insensitivity for
module names. Same as the
-u
switch for the
vlog
command (p83). Edit the
UpCase variable (p418) in the
modelsim.ini
to set a permanent default.