Run Quartus stage executable
quartus_run_stageExecute a specific Quartus compilation stage (e.g., map, fit, asm, sta) to process the project through that phase of the build flow.
Instructions
Run one Quartus command-stage executable such as quartus_map, quartus_fit, quartus_asm, quartus_sta, or quartus_pgm-adjacent tools.
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. | |
| stage | Yes | Stage executable key. | |
| args | No | Extra CLI arguments appended after project/revision arguments. | |
| timeoutSeconds | No | Timeout in seconds. Defaults to 900. | |
| maxOutputBytes | No | ||
| dryRun | No |