Retrieving Tcl Command Information - 2022.2 English - UG911

ISE to Vivado Design Suite Migration Guide (UG911)

Document ID
UG911
Release Date
2022-10-19
Version
2022.2 English

For information about additional Tcl commands available to use for design implementation and analysis, refer to the Vivado Design Suite Tcl Command Reference Guide (UG835) [Ref 4] . To get help at the Tcl command prompt, type:

help <command>

<command> - help

For help with a category of Tcl commands, type:

help (lists the categories)

help -category <category>

Note: The interactive help has an auto-complete feature and is not case-sensitive, so the following categories are the same in Tcl: end , EndGroup . To save time, you can use all lowercase and auto-complete when getting help on commands or categories (for example, type end rather than endgroup ).