Verilog compiler options tab
- Enable run-time hazard checks
Enables the run-time hazard checking code. Same as the hazards switch for the vlog command. Edit the Hazard variable in the modelsim.ini file to set a permanent default.- Disable debugging data
Models compiled with this option do not use any of the ModelSim 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. See "Source code security and -nodebug" for more details. Edit the NoDebug variable in the modelsim.ini file 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. Edit the UpCase variable in the modelsim.ini file to set a permanent default.- Disable loading messages
Disables loading messages in the Main window. Same as the -quiet switch for the vlog command. Edit the Quiet variable in the modelsim.ini file to set a permanent default.- Show source lines with errors
Causes the compiler to display the relevant lines of code in the transcript. Same as the source switch for the vlog command. Edit the Show_source variable in the modelsim.ini file to set a permanent default.Other Verilog Options:
- Library Search
Specifies the Verilog source library directory to search for undefined modules. Same as the y <library_directory> switch for the vlog command.- Extension
Specifies the suffix of files in the library directory. Multiple suffixes can be used. Same as the +libext+<suffix> switch for the vlog command.- Library File
Specifies the Verilog source library file to search for undefined modules. Same as the v <library_file> switch for the vlog command.- Include Directory
Specifies a directory for files included with the `include filename compiler directive. Same as the +incdir+<directory> switch for the vlog command.- Macro
Defines a macro to execute during compilation. Same as the compiler directive: `define macro_name macro_text. Also the same as the +define+<macro_name> [ =<macro_text> ] switch for the vlog command.
Model Technology Incorporated Voice: (503) 641-1340 Fax: (503)526-5410 www.model.com sales@model.com |