Skip to content

v1.1.0

Compare
Choose a tag to compare
@definelicht definelicht released this 30 Mar 07:39
· 72 commits to master since this release
6737ef8
  • The previously deprecated FindSDAccel.cmake has been removed.
  • The Xilinx header SDAccel.h has been deprecated in favor of OpenCL.h.
  • Dataflow functions can now be nested.
  • Including hlslib as a subproject now exposes Xilinx and Intel headers and libraries in the interface, if found.
  • If not built as the primary project, documentation and tests will not be built.
  • std::vector<T> was replaced with std::unique_ptr<T[]> for Xilinx simulation to avoid issues with std::vector<bool>.
  • FindVitis.cmake now exposes the platforminfo binary that can be used to query the device used by Vitis platforms.
  • Assorted minor fixes.