Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/12/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.29.34. qed::workspace_config_local_compute_spec (::quartus::qed)

The following table displays information for the qed::workspace_config_local_compute_spec Tcl command:

Tcl Package and Version

Belongs to ::quartus::qed

Syntax qed::workspace_config_local_compute_spec [-h | -help] [-long_help] [-compute_spec <ssh|arc|local|lsf> ] [-exe <quartus_sta|quartus_cdb> ] [-exe_options <exe_options> ] [-quartus_rootdir <quartus_rootdir> ] [-lm_license_file <lm_license_file> ] [ <id> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-compute_spec <ssh|arc|local|lsf> Flag indicating the compute type use launch the project-accessing process. (Valid only for -type compute_spec)
-exe <quartus_sta|quartus_cdb> Executable to open the project with. Dictates the packages and commands that will be available to run. (Valid only for -type compute_spec)
-exe_options <exe_options> Options to pass to executable.
-quartus_rootdir <quartus_rootdir> Location of where Quartus is installed on the remote machine. (Valid only for -type compute_spec)
-lm_license_file <lm_license_file> License file setting, LM_LICENSE_FILE
<id> Identifier associated with the object, must be unique
Description
This command currently contains no help description.
Example Usage
    qed::workspace_config_local_compute_spec -compute_spec local -exe quartus_sta -quartus_rootdir /path/to/acds/quartus
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful