gowin_resources
Retrieve complete resource usage for a Gowin FPGA build: logic, CLS, registers, BSRAM, DSP, I/O banks, and clock resources. Output in text or JSON format.
Instructions
Full resource usage for one build: logic, CLS, registers, BSRAM, DSP, I/O banks and clock resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the build: the project directory, its impl/ directory, or the .rpt.txt itself. | |
| format | No | Output format. Defaults to text, which is far more compact. | |
| includeBanks | No | Include the I/O bank and clock resource tables. |