project
Manage FPGA power estimation projects by opening, creating, saving, and configuring PDM files, including part selection and power analysis export.
Instructions
统一的 PDM 项目操作入口。
Actions: open(path) — 打开 .pdm 项目文件 create(name, part, output_dir) — 创建新的 PDM 项目 close — 关闭当前项目 save(save_path) — 保存项目(可选另存为路径) info — 获取项目基本信息 list_blocks — 列出所有 Block list_architectures — 列出可用 FPGA 器件架构 list_parts(arch, package) — 按架构/封装筛选 Part 型号 list_processes — 列出可用的工艺角类型 select_part(part, process) — 更换 FPGA 器件型号 import_xpe(file, append) — 导入 XPE 文件 export_xdc(file, thermal, rails, overwrite) — 导出功耗约束为 XDC export_power_design(file, overwrite) — 导出 Power Design 为 XML reset — 重置项目(清除所有数据)
Args: action: 操作名称(见上方列表)。 session_id: 目标会话 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ||
| name | No | ||
| part | No | ||
| path | No | ||
| rails | No | ||
| action | Yes | ||
| append | No | ||
| process | No | ||
| thermal | No | Junction | |
| overwrite | No | ||
| save_path | No | ||
| output_dir | No | ||
| session_id | No | default | |
| architecture | No | ||
| package_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |