Skip to content

bit file generation, part 7a #1095

Answered by bo3z
parthasarathi1234 asked this question in Q&A
Discussion options

You must be logged in to vote

The Vivado accelerator backend requires Vivado HLS (which was deprecated sometime around 2020 and replaced with Vitis HLS). In general, you have 3 options:

  1. Install Vivado HLS (and make sure it's included in the path) and keep using the VivadoAccelerator backend
  2. Use the "normal" backend (either Vivado or Vitis) to generate an IP core and integrate it into your application by hand, i.e. write some code to handle data movement etc. (this is exactly what the accelerator backends do, they handle data movement between the host CPU and the FPGA board)
  3. Try out the experimental support for VitisAccelerator, in PR #991 (this has not been merged yet, so it might be buggy / work in progress)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@parthasarathi1234
Comment options

Answer selected by parthasarathi1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants