Technical data
virtual log|nolog
ModelSim EE/SE Command Reference ModelSim Commands CR-189
virtual log|nolog
The virtual log command causes the sim-mode dependent signals of the specified
virtual signals to be logged by the kernel. If wildcard patterns are used, it will also
log any normal signals found, unless the -only option is used.
The virtual nolog command causes the sim-mode dependent signals of the
specified virtual signals to be un-logged by the kernel. If wildcard patterns are
used, it will also log any normal signals found, unless the -only option is used.
The action of the virtual log|nolog command can also be obtained by using the
log -virtual command or the nolog -virtual command. Also, the log and nolog
commands have a new -virtualOnly option that does the same as the -only option
below.
Syntax
virtual log|nolog
[-kind <virtualKind>]|[-region <path>] [-recursive] [-only] [-in]
[-out] [-inout] [-internal] [-ports] [<signalName>|<pattern>]+
Arguments
-only
Can be used with a wildcard to specify that only the virtual signals found by the
wildcard should be logged or unlogged. Optional.
(Other options are the same as in other virtual or log/nolog commands)
See also
virtual signal command
(CR-193), virtual function command (CR-184), virtual
region command
(CR-190), virtual delete|describe|define command (CR-182),
virtual expand command
(CR-183), vmap command (CR-207), virtual save
command
(CR-191), virtual show|count command (CR-192), virtual type
command
(CR-196), searchLog command (CR-144)