tapa icon indicating copy to clipboard operation
tapa copied to clipboard

After running the hardware simulation, the run_summary file was not generated

Open lifeformg opened this issue 1 year ago • 1 comments

I ran the vadd in the example program. Following the instructions in the documentation, I ran cmake to build it and executed ./vadd --bitstream=VecAdd.xilinx_u280_xdma_201920_3.hw_emu.xclbin 1000. The program seemed to run fine, but the run_summary file was not generated. What should I do?

lifeformg avatar Nov 14 '23 08:11 lifeformg

Hi @lifeformg,

I think the run_summary file needs to be enabled explicitly, according to https://github.com/Xilinx/Vitis-Tutorials/issues/138#issuecomment-991041927. Can you try to follow the instructions there and see if the run_summary file will be generated?

Blaok avatar Dec 28 '23 04:12 Blaok