Open kcanidaISI opened 3 months ago
With Vivado 2023.2, vivado_hls, has changed to vitis_hls. You could try patching this line with that change. I am not sure, though, if there will be other issues.
Alternatively, you could use a different version of Vivado to run HLS (I'd suggest 2019.2, which is what we've tested with) than for generating bitstreams.
For the DTC issue, I would suggest just using the one installed on your machine than the one from Vivado. When I run which dtc
I get back /usr/bin/dtc
.
Bumping to Xilinx Vivado2023.2 in our current container environment is failing with a couple of errors.
Desktop:
DTC Error:
To Reproduce
Additional context Sourcing Vivado 2023.2 settings64.sh adds newer dtc version installed with Vitis to path
HLS Error:
To Reproduce
Additional context vivado_hls deprecated in Vivado 2023.2 for vitis_hls