version - 2021.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2021-10-22
Version
2021.2 English

Returns the build for Vivado and the build date

Syntax

version [‑short] [‑quiet] [‑verbose]

Returns

Vivado version

Usage

Name Description
[-short] Return only the numeric version number
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution

Categories

Report

Description

Returns the version number of the Xilinx® tool. This includes the software version number, build number and date, and copyright information.

Arguments

-short - (Optional) Returns the version number of the software only.

-quiet - (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-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 returns only the version number for the software:
version -short