Trying to bootstrap startup on a new machine from the readme.md is tough. Here's some questions I had looking through subdirectories.
What Xilinx tools do we need installed?
What platforms do the tools work on?
It looks like you're using sds++ in some of your Makefiles, where should someone get that compiler from?
Do you expect all the .tcl scripts to run with vivado_hls <script>.tcl
hls/utils/x_hls_utils.h is included in a few files, but doesn't appear to be at a consistent location at different . releases of vivado. 2018.3 seems to have it under just utils instead of hls/utils.
Trying to bootstrap startup on a new machine from the readme.md is tough. Here's some questions I had looking through subdirectories.
What Xilinx tools do we need installed?
What platforms do the tools work on?
It looks like you're using sds++ in some of your Makefiles, where should someone get that compiler from?
Do you expect all the .tcl scripts to run with vivado_hls <script>.tcl
hls/utils/x_hls_utils.h is included in a few files, but doesn't appear to be at a consistent location at different . releases of vivado. 2018.3 seems to have it under just utils instead of hls/utils.