Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
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.31.1. qshm_connect_to_quartus (::quartus::qshm)

The following table displays information for the qshm_connect_to_quartus Tcl command:

Tcl Package and Version

Belongs to ::quartus::qshm

Syntax qshm_connect_to_quartus [-h | -help] [-long_help] -hub_key_prefix <hub_key_prefix> -name <name> [-project <project> ] [-revision <revision> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-hub_key_prefix <hub_key_prefix> hub key prefix
-name <name> client name
-project <project> Quartus Prime project
-revision <revision> Quartus Prime project revision
Description
Connects a client with the provided name to a Quartus Prime hub and returns the key of the dedicated server created by the hub for that client.
Example Usage
            ## Connect a client with name client1 to a Quarts Prime hub with hub key prefix hub1
qshm_connect_to_quartus -name client1 -hub_key_prefix hub1 -project <project> -revision <revision>
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful