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_chip_planner_ver_2_0_cmd_get_nodes
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_chip_planner_ver_2_0_cmd_get_nodes
Ixiasoft
4.1.4.9. get_nodes (::quartus::chip_planner)
The following table displays information for the get_nodes Tcl command:
Tcl Package and Version | Belongs to ::quartus::chip_planner |
||
Syntax | get_nodes [-h | -help] [-long_help] -type <all|lcell|io|pll|dsp|ram> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-type <all|lcell|io|pll|dsp|ram> | Type of nodes to return | ||
Description | Returns a collection of nodes of the specified type. You can use the collection with the foreach_in_collection Tcl command. |
||
Example Usage | get_nodes -type all |
||
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. |