Open alessandrothea opened 4 years ago
First round completed in #71 Next steps are
Final push for the HLS workflow:
There is plenty of room for improvement for naming conventions, but those can be tuned later, for as much as Vivado allows.
The last remaining question, i.e. how to make the ip available to Vivado for integration with the HDL project has been solved by declaring that (by default) the ip catalog/xci are copied back to the same component where the hls code resides, in the cgn
subfolder. They can be picked up from there by a vivado dep file.
Hi, what is the status of this in 2023? Is there an example project/walkthrough that shows the extra steps compared to a purely VHDL project?
Add a vivado_hls project workflow, which includes
dep
/d3
filesFor this first iteration, the same package/component structure as classic
ipbb
repositories will be adopted, as a way to better understand howhls
code can be organised. This will be reviewd at a later stage, taking into account the software perspective as well.This the outline of the changes required for the first iteration: