Technical data
virtual delete|describe|define
CR-182 ModelSim Commands ModelSim EE/SE Command Reference
virtual delete|describe|define
The virtual delete command removes the matching virtuals.
The virtual describe command prints to the transcript window a complete
description of the data type of one or more virtual signals. Similar to the existing
describe command.
The virtual define command prints to the transcript window the definition of the
virtual signal or function in the form of a command that can be used to re-create
the object.
Syntax
virtual delete|describe|define
[-kind <kind>] <path>|<wildcard>
Arguments
-kind<kind>
A subset of virtuals to look at when wildcards are used. Optional. <kind> can be
any of the following: signals, functions, implicits, explicits (unique abbreviations
are accepted).
Examples
virtual define -kind explicits *
Shows the definitions of all the virtuals you have explicitly created.
See also
virtual signal command
(CR-193), virtual function command (CR-184), virtual
region command
(CR-190), virtual expand command (CR-183), vmap command
(CR-207), 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)