Retrieving Tcl Command Information - 2023.2 English

ISE to Vivado Design Suite Migration Guide (UG911)

Document ID
UG911
Release Date
2023-11-01
Version
2023.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). 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).