get_utilization
Retrieve FPGA resource utilization metrics like LUT, FF, BRAM, DSP, and IO. Optionally include hierarchical breakdown or filter by module and threshold.
Instructions
Get resource utilization (LUT, FF, BRAM, DSP, IO). Returns parsed metrics only by default. Use generate_full_report for hierarchical details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hierarchical | No | Include hierarchical breakdown (default: false) | |
| detail_level | No | Detail level: 'summary' (default, parsed only), 'standard' (+ truncated raw), 'full' (+ complete raw) | |
| module_filter | No | Wildcard pattern to filter modules in hierarchical report | |
| threshold_percent | No | Only show resources above this utilization percentage (0-100) |