set_node_info (::quartus::chip_planner)

The following table displays information for the set_node_info Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax set_node_info [-h | -help] [-long_help] [-gen_id <gen id> ] -info <information type> [-node <node id> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-gen_id <gen id> Node generic id
-info <information type> Type of information and the new value
-node <node id> Node id
Description
Sets the requested type of information for the
specified node.

To get available information types, use the
"get_info_parameters" command.

Returns 1, if the information type and new value
are legal for the specified node. Returns 0,
otherwise, and the node remains unchanged.
Example Usage
set_node_info -node 3 -info zbt_dc OFF
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Conflicting arguments. Consult help for the Tcl command for details.
TCL_ERROR 1 ERROR: <string> value <string> is not valid for the specified node. Specify a legal value.
TCL_ERROR 1 ERROR: Illegal node generic ID: %u. Specify a legal node generic ID.
TCL_ERROR 1 ERROR: Illegal node ID: %u. Specify a legal node ID.
TCL_ERROR 1 ERROR: Illegal number of arguments. Specify %u argument(s) for option <string>.
TCL_ERROR 1 ERROR: The node you specified is a legalization node. Modification of legalization nodes is not supported.
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.