Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

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

Document Table of Contents

4.1.11.21. report_connections (::quartus::eco)

The following table displays information for the report_connections Tcl command:

Tcl Package and Version

Belongs to ::quartus::eco

Syntax report_connections [-h | -help] [-long_help] [-from <from> ] [-from_port <from_port> ] [-limit <limit> ] [-return_result] [-timing] [-to <to> ] [-to_port <to_port> ]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-from <from> Name of the source node
-from_port <from_port> Name of the source port
-limit <limit> Limit number of output connections reported
-return_result Return the result in a tcl object
-timing Report slacks
-to <to> Name of the destination node
-to_port <to_port> Name of the destination port
Description
The report_connections command will report connections between one of the following:
    - (-from)                report all connections from a node
    - (-from -from_port)      report connections form a port of a node
    - (-to)               report all connections to a node
    - (-to -to_port)    report connection to a port of a node
    - (-from -to)          report connection between 2 nodes
By default, 100 connections will be reported.
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_connections -from my_ff
report_connections -from my_ff -from_port Q
report_connections -to my_ff
report_connections -to my_ff -to_port D
report_connections -from my_ff -to my_ff1

report_connections -from my_ff -from_port Q -limit 10
report_connections -from my_ff -from_port Q -return_result
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful