pause_hw_hbm_amon - 2021.1 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2021-06-16
Version
2021.1 English

Pause Activity Monitor runs for the specified hardware HBM(s)

Syntax

pause_hw_hbm_amon [‑quiet] [‑verbose] <hw_objects>

Usage

Name Description
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
<hw_objects> hardware objects

Categories

Hardware

Description

The pause_hw_hbm_amon command pauses a running HBM activity monitor in the Vivado hardware manager that has been previously started using the run_hw_hbm_amon command.

This command returns nothing when successful, or returns an error when it fails.

Arguments

-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.

<hw_objects> - (Required) Defines the HBM activity monitor objects (hw_hbms) to pause.

Examples

The following example pauses the HBM activity monitor for the associated HBM core:
pause_hw_hbm_amon [get_hw_hbms *HBM_2]