open-power/snap

Add the option to have a different release for vivado_HLS and Vivado

bmesnet opened this issue · 2 comments

Vivado HLS used to compile the actions coded in C is totally independent from the vivado used for building the chip. It could be helpful to add a variable so that we can have different released co-existing together. It is mandatory to display the HLS release used as soon as it becomes different

Implementation done in #868 of the display of the HLS release used when HLS compiler is called.

This is feasible in theory but using a vivado 2018.2 to use a vivado hls 2018.3 often reports some libraries issues, because new libraries are not known in 2018.2. Closing this issue since nothing can be done on this side.