赛灵思
直播中

张强

7年用户 1373经验值
私信 关注
[问答]

ILA数据和波形的关系

ILA简介
添加ILA
ILA数据和波形的关系

回帖(5)

王欢

2021-2-22 15:40:18
  ILA 简介
  集成逻辑分析仪 (Integrated Logic Analyzer :ILA) 功能允许用户在 FPGA 设备上执行系统内调试后实现的设计。当设计中需要监视信号时,应使用此功能。用户还可以使用此功能在硬件事件和以系统速度捕获数据时触发。
举报

李戈

2021-2-22 15:40:40
  添加 ILA
  1.使用 IP 添加
  添加IP
  
  例化IP,并将所需要的信号放入 Probe 里面
  
  2.图形界面添加
  给待测试的信号加上约束,防止被优化
  
  在综合选项下点击set up debug,选择需要查看的信号即可
  
举报

李凤璐

2021-2-22 15:41:02
  ILA 数据和波形的关系
  1. hw_ila表示的是ila核
  2. hw_ila_data表示保存在存储器中的ila文件
  3. WCFG是波形配置(信号颜色,总线进制表示,信号顺序,marker等)
  4. WDB是波形数据库(波形数据)
  
举报

符敛招

2021-2-22 15:41:42
  ILA 失败情景
  情景1:没有波形窗口
  现象如下:
  
  WARNING: [Labtools 27-3123] The debug hub core was not detected at User Scan Chain 1 or 3.
  Resolution:
  1. Make sure the clock connected to the debug hub (dbg_hub) core is a free running clock and is active OR
  2. Manually launch hw_server with -e “set xsdb-user-bscan ” to detect the debug hub at User Scan Chain of 2 or 4. To determine the user scan chain setting, open the implemented design and use: get_property C_USER_SCAN_CHAIN [get_debug_cores dbg_hub]。
  WARNING: [Labtools 27-1974] Mismatch between the design programmed into the device xc7z010_1 and the probes file E:/Xilinx/example/dma_sg_m/dma_sg_m.runs/impl_1/debug_nets.ltx.
  The device design has 0 ILA core(s) and 0 VIO core(s)。 The probes file has 1 ILA core(s) and 0 VIO core(s)。
  Resolution:
  1. Reprogram device with the correct programming file and associated probes file OR
  2. Goto device properties and associate the correct probes file with the programming file already programmed in the device.
  解决方法:查看 ILA 的时钟,如果不是自由时钟会出现这种问题,然后重启VIVADO软件,重新打开
  情景2:有波形窗口没有波形
  现象如下:
  
  使用示波器查看ILA信号发现时钟频率发现是10M
  
  
  分析:查看 Xilinx 手册发现JATG的时钟频率要比被ILA的时钟频率2.5倍低
  
  解决方法1:修改 Hardware Target 的 JTAG 时钟频率
  
  解决方法2:在TCL里面添加约束
  
举报

更多回帖

发帖
×
20
完善资料,
赚取积分