routing_path (::quartus::chip_planner)

The following table displays information for the routing_path Tcl command:

Tcl Package and Version

Belongs to ::quartus::chip_planner 2.0

Syntax routing_path [-h | -help] [-long_help] [-dst_gen_id <gen id> ] [-file <file name> ] [-node <node id> ] [-port_id <port id> ] [-table]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-dst_gen_id <gen id> Destination port generic ID
-file <file name> File to which to append the routing path
-node <node id> Destination node ID
-port_id <port id> Destination port ID
-table Option to use a tabular format
Description
Returns the routing path to the specified destination port
of the specified destination node.
Example Usage
routing_path -node 3 -port_id 4
routing_path -node 3 -port_id 4 -table -file my_file
routing_path -dst_gen_id 37
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: 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.