flng::run_flow_command (::quartus::flng)
The following table displays information for the flng::run_flow_command Tcl command:
Tcl Package and Version |
Belongs to ::quartus::flng 1.0 |
|||
Syntax | flng::run_flow_command [-h | -help] [-long_help] [-end <end> ] -flow <flow> [-print_only] [-resume] [-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 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_command -flow flowname |
|||
Return Value | Code Name | Code | String Return | |
TCL_OK | 0 | INFO: Operation successful | ||
TCL_OK | 0 | INFO: run_flow_command with specified flow '<string>' completed successfully. | ||
TCL_ERROR | 1 | ERROR: Failed to create a specified flow '<string>'. | ||
TCL_ERROR | 1 | ERROR: Failed to initialize the flow repository. | ||
TCL_ERROR | 1 | ERROR: Cannot find the end task '<string>'. Specify an existing task name. | ||
TCL_ERROR | 1 | ERROR: Cannot find the flow definition for specified flow '<string>'. | ||
TCL_ERROR | 1 | ERROR: Cannot find the start task '<string>'. Specify an existing task name. | ||
TCL_ERROR | 1 | ERROR: Please open Quartus project before executing the command. | ||
TCL_ERROR | 1 | ERROR: run_flow_command with specified flow '<string>' failed: <string>. |