Tcl フロー - 2022.1 日本語

Vivado Design Suite ユーザー ガイド: プログラムおよびデバッグ (UG908)

Document ID
UG908
Release Date
2022-04-26
Version
2022.1 日本語

ユーザー定義デバッグ プローブを削除するには、delete_hw_probe Tcl コマンドを使用します。

たとえば、先ほどの例で foobar コマンドを使用して作成した create_hw_probe というプローブを削除するには、次のコマンドを使用します。

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"}]]