report_routing (::quartus::eco)

The following table displays information for the report_routing Tcl command:

Tcl Package and Version

Belongs to ::quartus::eco 1.0

Syntax report_routing [-h | -help] [-long_help] [-return_result] -to <to> -to_port <to_port>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-return_result Return the result in a tcl object
-to <to> Name of the destination node
-to_port <to_port> Name of the destination port
Description
The report_connections command will report routing between a connection.
In command-line mode, the result will be posted as info messages to the console.
If -return_result is specified then the result will also be returned as a
tcl object.
Example Usage
report_routing -to my_ff1 -to_port D
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful