Technical data

vlog
ModelSim EE/PLUS Reference Manual ModelSim Command Reference
-
87
implies filenames with a
.v
or
.u
suffix (any combination of suffixes may be used). Only
referenced definitions will be compiled.
vlog -work mylib -refresh
The
-work
option specifies
mylib
as the library to regenerate.
-refresh
rebuilds the library
image without using source code, allowing models delivered as compiled libraries without
source code to be rebuilt for a specific release of Model
Sim
(4.6 and later only).
If your library contains VHDL design units be sure to regenerate the library with
vcom
(p71) using the
-refresh
option as well. See "Regenerating your design
libraries" (p43) for more information.