Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/29/2025
Public
Document Table of Contents

4.1.24.10. set_noc_connection_latency (::quartus::noc)

The following table displays information for the set_noc_connection_latency Tcl command:

Tcl Package and Version

Belongs to ::quartus::noc

Syntax set_noc_connection_latency [-h | -help] [-long_help] -to <connection> [-minimize] [-ignore] [-read] [-write]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-to <connection> NOC Connection
-minimize Specify that the connection latency should be minimized
-ignore Specify that the connection latency can be ignored
-read Set read bandwidth constraint (100/0)
-write Set write bandwidth constraint (0/100)
Description
Tell the solver whether or not to minimize latency to the specified connection.
Example Usage
    set_noc_connection_latency -to tniu_1 -minimize
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful