Quartus® Prime Pro Edition User Guide: Scripting

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

4.1.24.9. set_noc_connection_bandwidth (::quartus::noc)

The following table displays information for the set_noc_connection_bandwidth Tcl command:

Tcl Package and Version

Belongs to ::quartus::noc

Syntax set_noc_connection_bandwidth [-h | -help] [-long_help] -to <connection> [-read] [-write] [-mixed] [-packet_size <packet_size> ] [-phase <phase> ] <bandwidth>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-to <connection> NOC Connection
-read Set read bandwidth constraint (100/0)
-write Set write bandwidth constraint (0/100)
-mixed Set mixed bandwidth constraint (50/50)
-packet_size <packet_size> Set packet size
-phase <phase> Set analysis phase
<bandwidth> Bandwidth in GB/s
Description
Set the requested bandwidth for the specified NOC Target.
Example Usage
    set_noc_connection_bandwidth -to tniu_1 18.2
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful