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

Page 184: Description, Example, Get_iports –54

Advertising
background image

3–54

Chapter 3: Tcl Packages & Commands

chip_planner

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_iports

Usage

get_iports [-as_gen_id] [-gen_id <gen id>] [-node <node id>] [-src_gen_id <gen id>]

Options

-as_gen_id: Option to return results as generic ID

-gen_id <gen id>: Node generic ID

-node <node id>: Node id

-src_gen_id <gen id>: Source port generic ID

Description

Returns a collection of input ports for the specified node.

You can use the collection with the "foreach_in_collection" command.

Example

get_iports -node 3
get_iports -src_gen_id 5

Advertising