Intel® Quartus® Prime Pro Edition User Guide: Scripting
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_flng_ver_1_0_cmd_flng__add_object
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_flng_ver_1_0_cmd_flng__add_object
Ixiasoft
3.1.10.1. flng::add_object (::quartus::flng)
The following table displays information for the flng::add_object Tcl command:
Tcl Package and Version | Belongs to ::quartus::flng |
||
Syntax | flng::add_object [-h | -help] [-long_help] [-name <name> ] [-number <number> ] -type <type> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-name <name> | The name of the new flow or task object. | ||
-number <number> | The numeric part of the new FLNG object's name. | ||
-type <type> | The type of the new FLNG object. | ||
Description | This command currently contains no help description. |
||
Example Usage | |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Fail to add object. | |
TCL_ERROR | 1 | ERROR: Invalid object type '<string>'. | |
TCL_ERROR | 1 | ERROR: Object name is needed. | |
TCL_ERROR | 1 | ERROR: Object number is needed. |