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_allremove_hw_probe_enum オプションを使用すると、指定したプローブに関連付けられているすべての列挙名が削除されます。