Inspect Quartus project
quartus_inspect_projectParse a Quartus project file to summarize revisions, device, top entity, source files, SDCs, and assignments.
Instructions
Parse a Quartus .qpf/.qsf project and summarize revisions, device, top entity, source files, SDCs, and assignments.
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. | |
| includeAssignments | No | Include full parsed QSF assignments. Defaults to false. |