Technical data
vsim
ModelSim EE/SE Command Reference ModelSim Commands CR-217
+nowarn<CODE>
Disables warning messages in the category specified by <CODE>. Optional.
Warnings that can be disabled include the <CODE> name in square brackets in
the warning message. For example the code for charge decay warnings is
DECAY, so use +nowarnDECAY to disable them.
-pli "<object list>"
Loads a space-separated list of PLI shared objects. Optional. The list must be
quoted if it contains more than one object. This is an alternative to specifying PLI
objects in the Veriuser entry in the modelsim.ini file, see "Preference variables
located in INI and MPF files"
(B-394).
+<plusarg>
Arguments preceded with "+" are accessible by the Verilog PLI routine
mc_scan_plusargs. Optional.
+pulse_e/<percent>
Sets module path pulse error limit as percentage of path delay. Optional.
+pulse_r/<percent>
Sets module path pulse rejection limit as percentage of path delay. Optional.
+typdelays
Selects typical timing from Verilog min:typ:max expressions. Optional. Default.
Arguments, design-unit
The following library/design-unit arguments may be used with vsim. If no design-
unit specification is made, VSIM will open the Load a Design dialog box.
Multiple design units may be specified for Verilog modules and mixed VHDL/
Verilog configurations.
<library_name>.<design_unit>
Specifies a library and associated design unit; multiple library/design unit
specifications can be made. Optional. If no library is specified, the work library
is used.
The <design_unit> may be one of the following:
<configuration>
Specifies the VHDL configuration to simulate.
<module> ...
Specifies the name of one or more top-level Verilog modules to be simulated.
Optional.