inspect_ip_params
Inspect all configuration parameters of an IP instance, including hidden GUI parameters, with optional keyword filter to quickly locate relevant settings.
Instructions
查询 IP 实例的所有配置参数(含 GUI 中隐藏的参数)。
通过 Vivado Tcl API 获取指定 IP 的所有 CONFIG.* 属性及其当前值。 支持按关键词过滤(如 "gt"、"loc"、"lane"),不区分大小写。
Args: ip_name: IP 实例名称(如 "xdma_0")。 filter_keyword: 可选过滤关键词(如 "gt"、"loc"、"lane"),不区分大小写。 session_id: 目标会话 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip_name | Yes | ||
| session_id | No | default | |
| filter_keyword | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |