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.
If you try to run
make example_shell, Vivado HLS will choke. In thehlsExampletarget insideshells/Makefile, it tries to runvivado_hls ./hlsTest/generate_hls.tcl, but there is nohlsTestfolder and the build fails. I think thedma_exampletarget inshells/Makefilealso won't work, for much the same reason.