Delete Enumerations Using Tcl Commands - 2021.1 English

Vivado Design Suite User Guide Programming and Debugging (UG908)

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

Use the remove_hw_probe_enum command to remove explicitly named enumerations entries, or all enumerations for a hw_probe.

Example:

remove_hw_probe_enum -list {zero } [get_hw_probes U_SINEGEN/sel -of_objects 
[get_hw_ilas -of_objects [get_hw_devices xc7k325t_0] -filter 
{CELL_NAME=~"u_ila_0"}]]
Tip: Using the -remove_all option on remove_hw_probe_enum removes all of the enumerations associated with the probe.