beautypg.com

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

Page 205: Description, Example, Remove_output_port –75

background image

Chapter 3: Tcl Packages & Commands

3–75

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

remove_output_port

Usage

remove_output_port [-gen_id ] [-literal_index ] [-node id>] [-port_type ]

Options

-gen_id : Output port generic ID

-literal_index : Literal index of output port

-node : ID of the node for removing the port

-port_type : Type of output port

Description

Deletes the specified output port.

To use this command, the output port must exist.

Returns 1 if successful. Returns 0, otherwise.

Example

remove_output_port -node 0 -port_type DATAA
remove_output_port -node 0 -port_type DATAA -literal_index 0