
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 <gen id>] [-literal_index <literal index>] [-node <node id>]
[-port_type <port type>]
Options
-gen_id <gen id>: Input port generic ID
-literal_index <literal index>: Literal index of input port
-node <node id>: ID of the node to which to remove the port
-port_type <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
Commentaires sur ces manuels