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

Page 189: Description, Example, Get_oports –59

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–59

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

get_oports

Usage

get_oports [-as_gen_id] [-gen_id <gen id>] [-node <node id>]

Options

-as_gen_id: Option to return results as generic id

-gen_id <gen id>: Node generic id

-node <node id>: Node id

Description

Returns a collection of output ports for the specified node.

You can use the collection with the foreach_in_collection command.

Example

get_oports -node 3

Advertising