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