使用 Tcl 命令删除枚举 - 2023.2 简体中文

Vivado Design Suite 用户指南: 编程和调试 (UG908)

Document ID
UG908
Release Date
2023-10-19
Version
2023.2 简体中文

remove_hw_probe_enum 命令可用于移除明确指定的枚举条目或者 hw_probe 的所有枚举。

示例:

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"}]]
提示: 使用 remove_hw_probe_enum 中的 -remove_all 选项可移除与探针关联的所有枚举。