Resume Activity Monitor runs after paused for the specified hardware HBM(s)
Syntax
resume_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
Description
The resume_hw_hbm_amon
command restarts a running HBM activity monitor in the Vivado hardware manager that has been previously paused using the pause_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 resume.
Examples
The following example restarts the HBM activity monitor for the associated HBM core:
resume_hw_hbm_amon [get_hw_hbms *HBM_2]