parse_ltx
Parse .ltx files offline to extract ILA probe names, widths, and mapped nets. Validate probe details before setting trigger compare values without connecting to hardware.
Instructions
离线解析 ILA 调试探针文件(.ltx),无需连板 / 启动 Vivado。
连板 ILA 抓波前先离线拿清单:每个 hw_ila 挂哪些 probe、probe 名、位宽、映射的 net。辅助在写 set_property TRIGGER_COMPARE_VALUE eq<位宽>'h.. [get_hw_probes ] 之前确认正确的 probe 名和宽度。get_hw_probes 需板子在手 + 活 hw session,本工具完全离线。Vivado 2019.1 的 .ltx 是 JSON 格式。
Args: file_path: .ltx 文件的绝对路径。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |