flng::bind_flow (::quartus::flng)
The following table displays information for the flng::bind_flow Tcl command:
Tcl Package and Version |
Belongs to ::quartus::flng 1.0 |
|||
Syntax | flng::bind_flow [-h | -help] [-long_help] [-end <end> ] -flow <flow> [-start <start> ] | |||
Arguments | -h | -help | Short help | ||
-long_help | Long help with examples and possible return values | |||
-end <end> | The name of the last task to bind in a flow. | |||
-flow <flow> | The flow run name to bind qsf to. | |||
-start <start> | The name of the first task to bind in a flow | |||
Description |
This command currently contains no help description. |
|||
Example Usage |
flng::bind_flow -flow run1 |
|||
Return Value | Code Name | Code | String Return | |
TCL_OK | 0 | INFO: Operation successful | ||
TCL_ERROR | 1 | ERROR: No flow with the specified name exists. |