Read Quartus report
quartus_read_reportRead and summarize Quartus report files to quickly review compilation results, timing analysis, or other reports from a project directory.
Instructions
Read and summarize a Quartus report/summary file from a project directory.
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. | |
| file | No | Specific report file path. Relative paths are resolved from the project directory. | |
| kind | No | Report kind to pick when file is omitted. Defaults to latest. | |
| maxChars | No | Maximum report text to return. |