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 1.0

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
This command currently contains no 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.