Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 4/01/2024
Public
Document Table of Contents

4.1.2.19. launch_qsys (::quartus::board)

The following table displays information for the launch_qsys Tcl command:

Tcl Package and Version

Belongs to ::quartus::board

Syntax launch_qsys [-h | -help] [-long_help] [-board <board> ] [-qpf_file <qpf_file> ] [-qsf_file <qsf_file> ] [-qsys_file <qsys_file> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-board <board> The name of the board (e.g. Intel Agilex F-Series Transceiver-SoC Development Kit DK-SI-AGF014EA)
-qpf_file <qpf_file> The full path to the Quartus Project file (QPF, *.qpf file)
-qsf_file <qsf_file> The full path to the Quartus Setting file (QSF, *.qsf file)
-qsys_file <qsys_file> The full path to the Platform Designer System (QSYS, *.qsys file)
Description
This command will launch Platform Designer application in GUI mode. With qsys_file, qpf_file and board argument supplied, the Platform Designer will open the project and skip the Open System dialog. 
Example Usage
::board::launch_qsys
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful