get_waves - 2022.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2022-10-19
Version
2022.2 English

Gets wave objects from a wave configuration

Syntax

get_waves [‑of <args>] [‑regexp] [‑nocase] [‑filter <arg>] [‑recursive]
    [‑r] [‑long_name] [‑short_name] [‑quiet] [‑verbose] <patterns>...

Returns

A collection of found wave objects.

Usage

Name Description
[-of] the wave configuration, group, or virtual bus to search
[-regexp] interprets <patterns> using regular expressions
[-nocase] only when regexp is used, performs a case insensitive match
[-filter] filters <patterns> according to the specified property-matching expressions
[-recursive] if the design object is a scope, this option specifies that wave objects for all design objects under that scope should be created
[-r] if the design object is a scope, this option specifies that wave objects for all design objects under that scope should be created
[-long_name] search wave objects using the long form of their names
[-short_name] search wave objects using the short form of their names
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
<patterns> the design objects from which to create wave objects

Categories

Waveform