CORDIC_Abs_APFX/sources
Camille Monière eaa9177962
Modify code to comply to buggy Vivado_HLS 2019.1
- For whatever reasons, v2019.1 can C-Simulate CCordicAbs, but cannot
  C-Synthetize it. So the process member function have been mirrored to
  a static process function in the top level, called directly. It just
  works.
- The TCL script have been amended to support both Vivado_HLS 2019.1 and
  Vitis_HLS 2020.2 (maybe .1 also, but hasn't been tested).
- The CMake project works and is validated for G++ > 6.2, so can't be
  used with vivado less than 2020.1 (which use 4.6.3). This vivado
  version must be used with the TCL script directly.
- A custom target `run_hls` has been created to call vitis_hls 2020.2 if
  ENABLE_XILINX and ENABLE_TESTING have been specified. It is called by
  ctest by default. It can produce an IP (option IP_XILINX) and run Vivado implementation
  design flow (option IMPL_XILINX).
2022-04-19 19:07:06 +02:00
..
CCordicAbs Modify code to comply to buggy Vivado_HLS 2019.1 2022-04-19 19:07:06 +02:00
hls_abs Working unit tests 2022-04-14 17:21:16 +02:00
tb Finalize a top level IP 2022-04-15 18:59:42 +02:00
top_level Modify code to comply to buggy Vivado_HLS 2019.1 2022-04-19 19:07:06 +02:00