Vits_HLS help #1188
Replies: 1 comment 2 replies
-
Could you please post a more descriptive message of the crash? Without that it's hard to say what went wrong, but it could be any number of things related to how the Verilog files were connected to the rest of your design (non-hls4ml components). If you're just interested in synthesis results (resource usage etc.), you don't need to import the hls4ml design into Vivado, you can just set If you want to use the model in a larger design with some other, non-hls4ml components, you can export the HLS kernel as an IP, using the hls4ml/hls4ml/templates/vivado/build_prj.tcl Line 232 in e690afe |
Beta Was this translation helpful? Give feedback.
-
I used quick start and managed to run the build using the vitis backend, but how do I use it in Vivado now?
What I did: I created a project in Vivado and used the verilog files generated by build(), but when I go to synthesize, Vivado crashes.
How should I use the files generated in Vivado?
Beta Was this translation helpful? Give feedback.
All reactions