Technical data

nolog
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
333
nolog
The
nolog
command suspends writing of data to the log file for the specified
signals. A flag is written into the log file for each signal turned off, and the gui
displays question marks for the signal until logging (for the signal) is turned back
on.
Logging can be turned back on by issuing another
log
command (p325) or by
doing a
nolog -reset
.
Because use of the
nolog
command adds new information to the log file, log files
created when using the
nolog
command cannot be read by older versions of the
simulator. If you are using dumplog64.c, you will need to get an updated version.
Syntax
nolog
[-all] [-reset] [-recursive] [-in] [-out] [-inout] [-ports]
[-internal] [-howmany] <item_name> ...
Arguments
-all
Turns off logging for all signals currently logged.Optional.
-reset
Turns logging back on for all signals unlogged. Optional.
-recursive
Specifies that the scope of the search is to descend recursively into subregions. Optional; if
omitted, the search is limited to the selected region.
-in
Specifies that the log file is to exclude data for ports of mode IN whose names match the
specification. Optional.
-out
Specifies that the log file is to exclude data for ports of mode OUT whose names match the
specification. Optional.
-inout
Specifies that the log file is to exclude data for ports of mode INOUT whose names match
the specification. Optional.