Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


show

The show command lists HDL items and subregions visible from the current environment. The items listed include:

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

environment, find


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase