Get_nodes, Usage, Options – Altera Quartus II Scripting User Manual

Page 188: Description, Example, Get_nodes –58

Advertising
background image

3–58

Chapter 3: Tcl Packages & Commands

chip_planner

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_nodes

Usage

get_nodes -type <all|lcell|io|pll|dsp|ram>

Options

-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

get_nodes -type all

Advertising