Skip to main content
Glama

ILA GUI fallback: 抓波→导出→交互波形查看器

fpga_ila_capture

Capture on-chip ILA waveforms in remote GUI scenarios by running debug sequences, exporting VCD, and launching an interactive waveform viewer.

Instructions

GUI fallback,不是本地默认抓波路径;本地普通 FLA 优先 fpga_jtag_capture。仅在裸机 capture 不支持所需功能或远程 GUI 场景下,基于已完成的 fpga_ila_open 跑 dbg_fla_* 序列、导出 VCD、解析分组并生成交互波形查看器。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flaNoDebugCore 序号,默认 0
hostNoGUI host id(省略=本机)
userNoGUI 交互桌面用户(默认取 host 配置)
clockNo采样时钟名(仅展示用)
titleNo查看器标题
outDirNo本地输出目录(viewer/json/vcd),默认 ~/fpga-ila-captures
waitMsNorun 后等待抓取完成的毫秒,默认 1500
triggerNo触发条件:默认 {mode:'immediate'};值触发示例 {mode:'value', value:'0500', radix:'hex'}(对触发端口做值匹配,X=任意)
busAliasNobase 名改名,如 {"DataPort":"counter"}
signalNamesNo按 bit 顺序的原始信号名,把导出的 DataPort[i] 重标为有意义的名字
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full behavioral burden and it delivers useful context: this is a non-default fallback, it depends on a completed fpga_ila_open, and it performs a concrete multi-step workflow. It does not detail potential side effects, permissions, or completion/return behavior, so I do not score it a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two dense sentences front-load the critical classification as a GUI fallback, state the preferred alternative, give the exact usage condition, and describe the workflow. No sentence is wasted.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with 10 optional parameters, nested trigger semantics, no output schema, and no annotations, the description plus rich schema is mostly sufficient: an agent knows when to use it, what it does, and what it produces. It could be stronger on success/return semantics and explicit side effects, but it is not under-specified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the input schema already documents all 10 parameters and the trigger object with an example. The description does not add parameter-level meaning beyond the schema, so the baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific purpose: it is the GUI fallback capture path that runs the dbg_fla_* sequence, exports VCD, parses groups, and generates an interactive waveform viewer. It explicitly distinguishes itself from the local default fpga_jtag_capture, so an agent can tell them apart without opening schemas.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit when-to-use conditions: only in remote GUI scenarios or when bare-metal capture does not support the needed function. It also names the preferred alternative for ordinary local FLA, fpga_jtag_capture, and states the prerequisite that fpga_ila_open must already have completed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Renkos1/pango-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server