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.33. qed::workspace_config_arc_compute_spec (::quartus::qed)

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

Tcl Package and Version

Belongs to ::quartus::qed

Syntax qed::workspace_config_arc_compute_spec [-h | -help] [-long_help] [-compute_spec <ssh|arc|local|lsf> ] [-exe <quartus_sta|quartus_cdb> ] [-exe_options <exe_options> ] [-memory_requirement <memory_requirement> ] [-other_arc_args <other_arc_args> ] [-other_resources <other_resources> ] [-quartus_resource <quartus_resource> ] [ <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.
-memory_requirement <memory_requirement> Any memory requirement needed to bound the remote job. (Valid only for -type compute_spec)
-other_arc_args <other_arc_args> Any additional arguments (e.g. priority=... or group=...) required for job submission that aren't resources. (Valid only for -type compute_spec)
-other_resources <other_resources> Any additional resources needed to open the project during job submission. (Valid only for -type compute_spec)
-quartus_resource <quartus_resource> Path to the Quartus resource used to interface with the project. (Valid only for -type compute_spec)
<id> Identifier associated with the object, must be unique
Description
This command currently contains no help description.
Example Usage
    qed::workspace_config_arc_compute_spec -compute_spec arc -quartus_resources acds/23.1/linux64 -memory_requirement 16000
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful