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

Page 210: Description, Example, Set_port_info –80

Advertising
background image

3–80

Chapter 3: Tcl Packages & Commands

chip_planner

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

set_port_info

Usage

set_port_info [-gen_id <gen id>] -info <information type> [-node <node id>] [-port_id
<port id>] [-type <iport|oport>]

Options

-gen_id <gen id>: Port generic ID

-info <information type>: Type of information and the new value

-node <node id>: Node ID

-port_id <port id>: Port ID

-type <iport|oport>: Option to specify the port as an input or output port

Description

Sets the requested information for the specified port.

To get available information types, use the get_info_parameters command.

Returns 1, if the information type and new value are legal for the specified port, or returns 0 and the port
remains unchanged.

Example

set_port_info -node 3 -info invert 1 -port_id 2 -type iport

Advertising