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

XXX_generate_bitstream.sh script not found after tapac cmd #149

Closed logosAllen closed 4 months ago

logosAllen commented 4 months ago

Hello,

after source the run_tapa.sh in apps/vadd, I cannot find the XXX_generate_bitstream.sh like the older version of TAPA. Where can I find the script?

Thanks.

Blaok commented 4 months ago

Generation of the XXX_generate_bitstream.sh script was removed in https://github.com/UCLA-VAST/tapa/commit/898fbf52d8b511407e212e031c5f8b2affe3be7c by accident. I'll add it back when I have time :)

Blaok commented 4 months ago

Fixed by b0c876b868bfbce145a1e4890ee7fb1469530d3f.