Technical data

vcom
72
-
ModelSim Command Reference ModelSim EE/PLUS Reference Manual
compiler to resolve ambiguous function overloading in favor of the explicit function
definition. See additional discussion in the examples.
-f <filename>
Specifies a file with more command line arguments. Allows complex arguments to be
reused without retyping. Optional.
-just eapbc
Directs the compiler to “just” include:
e - entities
a - architectures
p - packages
b - bodies
c - configurations
Any combination in any order can be used, but one choice is required if you use this
optional switch.
-skip eapbc
Directs the compiler to skip all:
e - entities
a - architectures
p - packages
b - bodies
c - configurations
Any combination in any order can be used, but one choice is required if you use this
optional switch.
-line <number>
Starts the compiler on the specified line in the VHDL source file. Optional; by default, the
compiler starts at the beginning of the file.
-no1164
Causes the source files to be compiled without taking advantage of the built-in version of
the IEEE
std_logic_1164
package. Optional. This will typically result in longer simulation
times for VHDL programs that use variables and signals of type
std_logic
.
-noaccel <package_name>
Turns off acceleration of the specified package in the source code using that package.
-nocheck
Disables run time range checking. In some designs, this could result in a 2X speed increase.
Optional.