read_report_section
Retrieve specific sections of generated Vivado reports by line number or regex search pattern for targeted analysis.
Instructions
Read a section of a previously generated report file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | No | Report ID returned by generate_full_report | |
| file_path | No | Alternative: direct file path to read | |
| start_line | No | Line number to start reading from (1-indexed, default: 1) | |
| num_lines | No | Number of lines to read (default: 100) | |
| search_pattern | No | Regex pattern to find a section (returns lines around first match) |