start_gui - 2020.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2020-11-18
Version
2020.2 English

Start GUI

Syntax

start_gui [‑verbose]

Usage

Name Description
[-verbose] Suspend message limits during command execution

Categories

GUIControl

Description

Launches the GUI when the tool is running in the Vivado Design Suite Tcl shell. The GUI is invoked with the current project, design, and run information.

Arguments

-verbose - (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the set_msg_config command.

Examples

The following example is executed from the command prompt when the tool is running in Tcl mode:
Vivado% start_gui

See Also