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

Page 205: Description, Example, Remove_output_port –75

Advertising
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 <gen id>] [-literal_index <literal index>] [-node <node
id>] [-port_type <port type>]

Options

-gen_id <gen id>: Output port generic ID

-literal_index <literal index>: Literal index of output port

-node <node id>: ID of the node for removing the port

-port_type <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

Advertising