List Quartus projects
quartus_list_projectsScans a directory for Quartus .qpf project files and extracts their revision information.
Instructions
Find .qpf projects under a directory and parse their revisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Directory to scan. Defaults to the QuartusII91 workspace root. | |
| maxDepth | No | Recursive scan depth. Defaults to 6. | |
| maxProjects | No | Maximum projects to return. Defaults to 200. | |
| includeInstallTree | No | Also scan the Quartus install tree. Defaults to false because it is large. |