Technical data
nolog
CR-102 ModelSim Commands ModelSim EE/SE Command Reference
nolog
The nolog command suspends writing of data to the logfile for the specified
signals. A flag is written into the logfile 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
(CR-93) or by
doing a nolog -reset.
Because use of the nolog command adds new information to the logfile, logfiles
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 logfile is to exclude data for ports of mode IN whose names
match the specification. Optional.
-out
Specifies that the logfile is to exclude data for ports of mode OUT whose names
match the specification. Optional.
-inout
Specifies that the logfile is to exclude data for ports of mode INOUT whose names
match the specification. Optional.
-ports
Specifies that the scope of the search is to exclude all port. Optional.