Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/04/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.2.18. 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

Syntax get_ui_file [-h | -help] [-long_help] [-destination_dir <destination_dir> ] [-name <name> ] [-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
-name <name> The UI filename of the design
-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