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

Page 186: Description, Example, Get_node_info –56

Advertising
background image

3–56

Chapter 3: Tcl Packages & Commands

chip_planner

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_node_info

Usage

get_node_info [-gen_id <gen id>] -info <information type> [-node <node id>]

Options

-gen_id <gen id>: Node generic id

-info <information type>: Type of information

-node <node id>: Node id

Description

Returns the requested type of information for the specified node.

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

If the information type is legal for the specified node, the result is the requested information. Otherwise,
the result is an empty string.

Example

get_node_info -node 3 -info name

Advertising