zoukankan      html  css  js  c++  java
  • vivado硬件debugging(ILA core的使用)

    (vivado2016.4)

    The steps to debug your design in hardware using an ILA debug core are:
    1. Connect to the hardware target and program the FPGA device with the .bit file
    2. Set up the ILA debug core trigger and capture controls.
    3. Arm the ILA debug core trigger.
    4. View the captured data from the ILA debug core in the Waveform window.
    5. Use the VIO debug core to drive control signals and/or view design status signals.
    6. Use the JTAG-to-AXI Master debug core to run transactions to interact with various AXI slave cores in your design.

    Add ILA to the project:

    way 1 : 

    set up debuggin: don't find it again, retry it

      1.  open synthesis design

      2. find the net you want to debug, right-click, choose set up debug

      3. run implementation and generate bitstream

    way 2:
    add ip core: 

    1. Select the IP from the IP catalog.

    2. Double-click the selected IP or select the Customize IP command from the toolbar or right-click menu. 

      3.  connect 

    Debugging window:
    1. add probes

    2. new dashboards

    3. view waveform

    reference: ug908

    In lumine Tuo videbimus lumen
  • 相关阅读:
    天使玩偶
    CSPS 2019 Day1 T2 括号树
    权值线段树2(求逆序对)
    第一篇blog
    [GXOI/GZOI2019]特技飞行
    Mokia 摩基亚
    概率基本概念
    第一课:认识Richfaces
    第四课:JSF\Richfaces中使用javabean
    第二课:安装Richfaces Demo
  • 原文地址:https://www.cnblogs.com/litingyu/p/8169059.html
Copyright © 2011-2022 走看看