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 1.0 |
|||
| 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 | ||