PDS bin 工具直通 (受护栏)
fpga_exeRuns PDS build/analysis executables (ip_generate, ppc, cdt_bts) in the bin directory and returns extracted output. Use -help to probe any executable's usage.
Instructions
在 PDS bin 目录跑构建/分析类工具(ip_generate/ip_compiler/ip_tar/cdt_bts/ppc/ppp/rf_analyzer/evp/pne/state/de/pce/ta)并回提取后的输出。任意 bin exe 都可用 -help/-version 探测其用法。器件/JTAG 类(cdt_cfg/cdt_dbg/cdt_js/cdt_ins)与 GUI(pds.exe/assistant) 不在此列——用 fpga_cdt / fpga_pds_run。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | 工作目录绝对路径,默认 bin 目录(仅本机) | |
| exe | Yes | bin 目录下的 exe 名(可省略 .exe),如 ip_generate / ppc / cdt_bts | |
| args | No | 命令行参数;用 ['-help'] 探测用法 | |
| host | No | 远程执行设备 id(pango-mcp.config.json 的 hosts;省略=本机)。远程时在该设备 bin 目录跑。 | |
| detail | No | 返回粒度,默认 summary | |
| pdsVersion | No | 可选 PDS 版本/标签 | |
| timeoutSec | No | 超时秒数,默认 120 |