list_device_resources
List FPGA device resources such as GPIO, PLL, and LVDS_TX with pin, bank, and usage details. Filter by bank, feature, or block type to identify free resources for interface design.
Instructions
Physical resources on the project's device that Interface Designer blocks can be placed on.
GPIO: each resource with its package pin, I/O bank, features (e.g. HSIO, DDIO), alternate function (e.g. GCLK, PLL_CLKIN) and current user. Filter by bank ('4B'), or by feature or alternate function text ('PLL_CLKIN', 'HSIO'). Other block types (PLL, LVDS_TX, OSC, ...): the resource names and whether each is used. free_only=False includes used resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | No | ||
| limit | No | ||
| feature | No | ||
| project | Yes | ||
| free_only | No | ||
| block_type | No | GPIO |