beautypg.com

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

Page 210: Description, Example, Set_port_info –80

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 ] -info [-node ] [-port_id
] [-type ]

Options

-gen_id : Port generic ID

-info : Type of information and the new value

-node : Node ID

-port_id : Port ID

-type : 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