Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 10/04/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.3.7. get_node_by_name (::quartus::chip_planner)

The following table displays information for the get_node_by_name Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner

Syntax get_node_by_name [-h | -help] [-long_help] [-as_gen_id] -name <node name>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-as_gen_id Option to return result as generic id
-name <node name> Node name
Description

Returns the node id of the specified node. Returns -1 if the node cannot be found.

Example Usage
get_node_by_name -name 3
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.