Tcl 流程 - 2023.2 简体中文

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

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

您可使用 delete_hw_probe Tcl 命令删除用户定义的调试探针。

例如,要删除先前使用 create_hw_probe 创建的 foobar 探针,请执行以下操作:

delete_hw_probe [get_hw_probes foobar -of_objects [get_hw_ilas -of_objects 
[get_hw_devices xc7k325t_0] -filter {CELL_NAME=~"i_fast_ila"}]]