ip
List, create, delete, and manage IP instances for FPGA designs using supported types like MIG, PCIE, and GTH.
Instructions
综合 IP 管理工具。
Args: action: 操作类型。 - "types": 列出可用的 IP 类型。 - "list": 列出指定类型的 IP 实例(需 ip_type)。 - "create": 创建 IP 实例(需 ip_type + ip_name)。 - "delete": 删除 IP 实例(需 ip_type + ip_name)。 - "settings": 获取 IP 实例的当前设置(需 ip_type + ip_name)。 - "sample_settings": 获取 IP 类型的示例设置模板(需 ip_type)。 ip_type: IP 类型,如 "MIG"、"PCIE"、"GTH"。 ip_name: IP 实例名称。 session_id: 目标会话 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| ip_name | No | ||
| ip_type | No | ||
| session_id | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |