beautypg.com

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

Page 203: Description, Example, Remove_input_port –73

background image

Chapter 3: Tcl Packages & Commands

3–73

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

remove_input_port

Usage

remove_input_port [-gen_id ] [-literal_index ] [-node ]
[-port_type ]

Options

-gen_id : Input port generic ID

-literal_index : Literal index of input port

-node : ID of the node to which to remove the port

-port_type : Type of input port

Description

Deletes the specified input port.

To use this command, the input port must exist.

Returns 1 if successful, otherwise returns 0.

Example

remove_input_port -node 0 -port_type DATAA
remove_input_port -node 0 -port_type DATAA -literal_index 0