UCLA-VAST / tapa

TAPA is a dataflow HLS framework that features fast compilation, expressive programming model and generates high-frequency FPGA accelerators.
https://tapa.rtfd.io
MIT License
144 stars 27 forks source link

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

Open lifeformg opened 8 months ago

lifeformg commented 8 months ago

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?

Blaok commented 6 months ago

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?