You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to run make example_shell, Vivado HLS will choke. In the hlsExample target inside shells/Makefile, it tries to run vivado_hls ./hlsTest/generate_hls.tcl, but there is no hlsTest folder and the build fails. I think the dma_example target in shells/Makefile also won't work, for much the same reason.
The text was updated successfully, but these errors were encountered:
If you try to run
make example_shell
, Vivado HLS will choke. In thehlsExample
target insideshells/Makefile
, it tries to runvivado_hls ./hlsTest/generate_hls.tcl
, but there is nohlsTest
folder and the build fails. I think thedma_example
target inshells/Makefile
also won't work, for much the same reason.The text was updated successfully, but these errors were encountered: