From 5d0646c9a054d4e1de9782d1088d26f8eadc7a4c Mon Sep 17 00:00:00 2001 From: Lucian Petrica Date: Tue, 30 Apr 2024 17:41:07 +0100 Subject: [PATCH] hls code compatibility with Vitis 2023+ --- driver/hls/accl_hls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/hls/accl_hls.h b/driver/hls/accl_hls.h index ee5243e2..beb3e2ef 100644 --- a/driver/hls/accl_hls.h +++ b/driver/hls/accl_hls.h @@ -21,7 +21,7 @@ #include "ap_axi_sdata.h" #ifdef ACCL_SYNTHESIS -#include "ap_utils.h" +#include "etc/autopilot_ssdm_op.h" #else #define ap_wait() #endif