Extract project template
quartus_extract_project_templateExtract project defaults, source assignments, simulation settings, and pin assignments from an existing Quartus project to create a reusable template.
Instructions
Extract reusable project defaults, source assignments, simulation settings, and pin assignments from an existing Quartus .qpf/.qsf project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| includeSources | No | Include source file assignments in the template. Defaults to true. | |
| includePins | No | Include location assignments in the template. Defaults to true. | |
| includeSimulation | No | Include VWF/vector source assignments. Defaults to true. | |
| includeVolatile | No | Include creation/version/MISC assignments. Defaults to false. |