remove_ape_connection (::quartus::chip_planner)

The following table displays information for the remove_ape_connection Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax remove_ape_connection [-h | -help] [-long_help] [-dst_gen_id <gen id> ] [-dst_node <node id> ] [-dst_port <port id> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-dst_gen_id <gen id> Destination port generic id
-dst_node <node id> Destination node id
-dst_port <port id> Destination port id
Description
Removes a netlist connection to the destination port.

This command also removes the destination port.

Returns 1, if the netlist connection is removed. Returns 0,
otherwise.
Example Usage
remove_ape_connection -dst_node 3 -dst_port 5
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Unable to find port ID: %u. Specify a different port ID.
TCL_ERROR 1 ERROR: Conflicting arguments. Consult help for the Tcl command for details.
TCL_ERROR 1 ERROR: Cannot remove target as it is part of a iteration list.
TCL_ERROR 1 ERROR: Illegal iport generic ID: %u. Specify a legal iport generic ID.
TCL_ERROR 1 ERROR: Illegal node ID: %u. Specify a legal node ID.
TCL_ERROR 1 ERROR: The node you specified is a legalization node. Modification of legalization nodes is not supported.
TCL_ERROR 1 ERROR: Unable to find Chip Planner netlist. Read the netlist by using the read_netlist command.