Technical data
show
CR-148 ModelSim Commands ModelSim EE/SE Command Reference
show
The show command lists HDL items and subregions visible from the current
environment. The items listed include:
• VHDL
signals, and instances
• Verilog
nets, registers, tasks, functions, instances and memories
The show command returns its results as a formatted Tcl string; to eliminate
formatting, use the Show command.
Syntax
show
[-all] [<pathname>]
Arguments
-all
Display all names at and below the specified path recursively. Optional.
<pathname>
Specifies the pathname of the environment for which you want the items and
subregions to be listed. Optional; if omitted, the current environment is assumed.
Examples
show
List the names of all the items and subregion environments visible in the current
environment.
show /uut
List the names of all the items and subregions visible in the environment named /uut.
show sub_region
List the names of all the items and subregions visible in the environment named sub_region
which is directly visible in the current environment.
See also
enable_menu command
(CR-78), and the find command (CR-85)