Technical data
view
CR-180 ModelSim Commands ModelSim EE/SE Command Reference
view
The view command will open a ModelSim window and bring that window to the
front of the display. If multiple instances of a window exist, view will change the
default window of that type to the specified window. Using the -new option, view
will create an additional instance of the specified window type and set it to be the
default window for that type.
Names for windows are generated as follows:
• The first window name (automatically created without using -new) has the same
name as the window type.
• Additional window names created by -new append an integer to the window
type, starting with 1.
Syntax
view
[*] [-x <n>] [-y <n>] [-height <n>] [-width <n>] [-icon]
[-new] <window_name> ...
Arguments
*
Wildcards can be used, for example: l* (List window), s* (Signal, Source, and
Structure windows), even * alone (all windows). Optional.
-x <n>
Specify the window upper-left-hand x-coordinate in pixels. Optional
-y <n>
Specify the window upper-left-hand y-coordinate in pixels. Optional
-height <n>
Specify the window height in pixels. Optional
-width <n>
Specify the window width in pixels. Optional
-icon
Toggles the view between window and icon. Optional