flng::run_flow (::quartus::flng)
The following table displays information for the flng::run_flow Tcl command:
| Tcl Package and Version |
Belongs to ::quartus::flng 1.0 |
|||
| Syntax | flng::run_flow [-h | -help] [-long_help] [-enable_heartbeat <enable_heartbeat> ] [-end <end> ] -flow <flow> [-print_only] [-resume] [-start <start> ] | |||
| Arguments | -h | -help | Short help | ||
| -long_help | Long help with examples and possible return values | |||
| -enable_heartbeat <enable_heartbeat> | Output a regular heartbeat for Quartus to monitor this flow using Monitor Mode. | |||
| -end <end> | The name of the last task to run in a flow. | |||
| -flow <flow> | The name of the flow to run. | |||
| -print_only | Print what will be run and do not execute. | |||
| -resume | Resume executing flow from where it left off. | |||
| -start <start> | The name of the first task to run in a flow | |||
| Description |
This command currently contains no help description. |
|||
| Example Usage |
flng::run_flow -flow flowname |
|||
| Return Value | Code Name | Code | String Return | |
| TCL_OK | 0 | INFO: Operation successful | ||