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 2.0

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.