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

posted @ 2018-01-02 16:00  charlotte96  阅读(2208)  评论(0编辑  收藏  举报