ILA GUI fallback: 打开调试器→扫链→检测核
fpga_ila_openLaunch the Fabric Debugger and prepare on-chip logic analyzer (ILA) for waveform capture by starting CDT debug, scanning JTAG chain, and mapping UIA debug cores.
Instructions
GUI fallback,不是本地默认路径。本地普通 FLA 抓波优先 fpga_jtag_flash → fpga_jtag_capture;仅当裸机 capture 不支持目标功能,或需要远程交互桌面时使用。本工具把 Fabric Debugger 拉起并就绪:session-1 启动 cdt_dbg → Search JTAG Chain → 处理 Open Cable 弹窗 → 扫描 UIA 树检测 DebugCore。前提:projectDir 是已构建且含 FLA 核的工程目录。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | GUI host id(省略=本机) | |
| user | No | 远程 GUI 交互桌面用户(默认取 host 配置;本机忽略) | |
| pdsVersion | No | PDS 版本标签(定位 cdt_dbg bin),默认 2025.2 | |
| projectDir | Yes | 工程目录(已 gen_bit_stream 且含 FLA 核;本机=本地路径,远程=远端路径) |