ILA: 读片上 ADC 寄存器(温度/电压等)
fpga_ila_adc_readRead and parse on-chip ADC register values, such as die temperature, by executing a command in the GUI Tcl console and returning the numeric result.
Instructions
便捷封装:经 GUI Tcl Console 执行 dbg_adc_read_reg -address <addr> 读片上 ADC 寄存器(如 die 温度),回读并解析数值。底层同 fpga_ila_console(session-1 UIAutomation 驱动,cable 由 GUI 打开)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | GUI host id(省略=本机) | |
| user | No | 远程 GUI 交互桌面用户(默认取 host 配置;本机忽略) | |
| address | Yes | ADC 寄存器地址(十六进制字符串如 '0x10' 或十进制数) | |
| timeoutSec | No | 等待秒数,默认 40 |