Tcl コマンドを使用したカスタム メニュー コマンドの追加 - 2023.2 日本語

Vivado Design Suite ユーザー ガイド: Vivado IDE の使用 (UG893)

Document ID
UG893
Release Date
2023-10-25
Version
2023.2 日本語

カスタム メニュー コマンドは、create_gui_custom_command Tcl コマンドを使用しても追加できます。Vivado IDE の [Tcl Console] ウィンドウにコマンドを入力するか、source コマンドを使用して Tcl ファイルから読み込みます。次に例を示します。

create_gui_custom_command -name showVersion -menu_name showVersion -description 
“Display the tool version” -show_on_toolbar -command version