Xilinx / SDAccel_Examples

SDAccel Examples
Other
356 stars 209 forks source link

how to generate waveform in example "getting_started/kernel_gmem/burst_rw_c" ? #47

Closed xiaoliang201188 closed 5 years ago

xiaoliang201188 commented 5 years ago

There was no "*.wdb" file when I used "make all TARGET=hw_emu DEVICE=xilinx_u200_xdma_201820_1" to build .

xiaoliang201188 commented 5 years ago

image

kapil2099 commented 5 years ago

Hi , sorry for the late reply.

To only save .wdb file Please include following in your sdaccel.ini :

[Emulation] launch_waveform=batch

To save .wdb as well as view it in GUI Please include following in your sdaccel.ini :

[Emulation] launch_waveform=gui

heeran-xilinx commented 5 years ago

HI @xiaoliang201188 , Please refer this example which dump .wdb file. I has sdaccel.ini containing required information for the same.

-Heera

xiaoliang201188 commented 5 years ago

Solved , Thank you!