Technical data

virtual hide|nohide
CR-188 ModelSim Commands ModelSim EE/SE Command Reference
virtual hide|nohide
The virtual hide command sets a flag in the specified real or virtual signals so that
the signals do not appear in the Signals window. This is used when you want to
replace a bit-blasted buss with a user-defined bus.
The virtual nohide command resets the flag in the specified signal objects.
Syntax
virtual hide|nohide
[-kind <virtualKind>]|[-region <path>] <signalName>|<pattern>
Arguments
-kind<virtualKind>
Used to limit the scope to a particular kind of virtuals. Optional. For instance, you
can use it to hide all the explicit virtuals, no matter where they are installed in the
design hierarchy.
-region<path>
Used in place of -kind to specify a region of design space to look for the signal
names. Optional
<signalName>|<pattern>
Indicates which signal names or wildcard pattern should be used in finding the
signals to hide or expose. Required. Any number of names or wildcard patterns
may be used.
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), virtual log|nolog command (CR-189), virtual
save command
(CR-191), virtual show|count command (CR-192), virtual type
command
(CR-196), searchLog command (CR-144)