Run Quartus flow
quartus_run_flowRun Quartus compilation or analysis flows like compile and early timing estimate with configurable options including project path, revision, and timeout.
Instructions
Run quartus_sh --flow for a project, such as compile or early_timing_estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| installRoot | No | Quartus root. Accepts either the Quartus install directory or its parent. | |
| use64bit | No | Use quartus/bin64 when available. Defaults to true. | |
| projectPath | No | Path to a .qpf file or project directory. | |
| projectDir | No | Project directory. Relative paths are resolved from the workspace root. | |
| projectName | No | Quartus project name without .qpf. | |
| revision | No | Quartus revision name. Defaults to the active revision in the .qpf. | |
| flow | No | Flow name. Defaults to compile. | |
| timeoutSeconds | No | Timeout in seconds. Defaults to 1800. | |
| maxOutputBytes | No | ||
| dryRun | No | Return the command without running it. |