generate_full_report
Generate a full Vivado report to a file, preventing truncation and providing the complete output needed for thorough analysis.
Instructions
Generate a full Vivado report to a file. Use when inline reports are truncated or you need the complete output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_type | Yes | Type of report to generate | |
| options | No | Report-specific options (e.g., {'hierarchical': true} for utilization) | |
| output_file | No | Optional custom output path. Default: /tmp/vivado_mcp/<type>_<id>.txt |