get_ui_file (::quartus::board)
The following table displays information for the get_ui_file Tcl command:
Tcl Package and Version |
Belongs to ::quartus::board 1.0 |
|||
Syntax | get_ui_file [-h | -help] [-long_help] [-destination_dir <destination_dir> ] [-download_url <download_url> ] [-name <name> ] [-silent] [-source <online|quartus|my_download|all> ] [-version <version> ] | |||
Arguments | -h | -help | Short help | ||
-long_help | Long help with examples and possible return values | |||
-destination_dir <destination_dir> | The directory to save the UI file | |||
-download_url <download_url> | The download URL of the design | |||
-name <name> | The UI filename of the design | |||
-silent | For internal use only, to avoid printing log to STDOUT | |||
-source <online|quartus|my_download|all> | The Load From sources of the designs (Online, Pre-installed, Downloaded or All) | |||
-version <version> | The version of the design | |||
Description |
This commands returns the UI filename of designs that contain the given design name. If no argument is supplied, the command will return the UI filename of all the available designs. |
|||
Example Usage |
set ui_file [::board::get_ui_file -name pll] |
|||
Return Value | Code Name | Code | String Return | |
TCL_OK | 0 | INFO: Operation successful |