Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.11.26. report_routing (::quartus::eco)

The following table displays information for the report_routing Tcl command:

Tcl Package and Version

Belongs to ::quartus::eco

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