read_report
Read and filter FPGA build reports and logs (timing, map, route) by section or regex pattern, with pagination for large files.
Instructions
Read any report or log, e.g. 'timing.rpt', 'pt.rpt', 'map.rpt', 'route.out', 'EFX.warn.log' (the project-name prefix is optional).
section: title or number of a report section (see the 'sections' list returned when omitted). pattern: regex; returns only matching lines with context_lines around them. offset/max_lines: page through long files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| report | Yes | ||
| pattern | No | ||
| project | Yes | ||
| section | No | ||
| max_lines | No | ||
| context_lines | No |