rapidstream-org / rapidstream-tapa

RapidStream TAPA compiles task-parallel HLS program into high-frequency FPGA accelerators.
https://tapa.rtfd.io
MIT License
155 stars 32 forks source link

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

Closed lifeformg closed 1 month ago

lifeformg commented 11 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 10 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?

dotkrnl commented 1 month ago

This issue does not seem to be TAPA related and is stale. I am closing this issue now. Please feel free to reopen if I am wrong or if there are any other questions.