Quartus® Prime Pro Edition User Guide: Scripting

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

4.1.24.8. set_noc_bridge_max_bandwidth (::quartus::noc)

The following table displays information for the set_noc_bridge_max_bandwidth Tcl command:

Tcl Package and Version

Belongs to ::quartus::noc

Syntax set_noc_bridge_max_bandwidth [-h | -help] [-long_help] -to <target> [-read] [-write] <bandwidth>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-to <target> NOC Target
-read Set read bandwidth constraint (100/0)
-write Set write bandwidth constraint (0/100)
<bandwidth> Bandwidth in GB/s
Description
Tell the solver whether or not to minimize latency to the specified connection.
Example Usage
    set_noc_bridge_max_bandwidth -to tniu_1 -minimize
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful