From 251d37d0a2a52f779c2c185faa328c3d3b361225 Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <yamanu@xilinx.com> Date: Thu, 14 Oct 2021 18:35:00 +0200 Subject: [PATCH] [HLSCustomOp] include new custom_hls dir as part of default cppsim --- src/finn/custom_op/fpgadataflow/hlscustomop.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/finn/custom_op/fpgadataflow/hlscustomop.py b/src/finn/custom_op/fpgadataflow/hlscustomop.py index db5286b17..2a294324c 100644 --- a/src/finn/custom_op/fpgadataflow/hlscustomop.py +++ b/src/finn/custom_op/fpgadataflow/hlscustomop.py @@ -374,6 +374,7 @@ class HLSCustomOp(CustomOp): builder.append_includes("-I/workspace/finn/src/finn/qnn-data/cpp") builder.append_includes("-I/workspace/cnpy/") builder.append_includes("-I/workspace/finn-hlslib") + builder.append_includes("-I/workspace/finn/custom_hls") builder.append_includes("-I{}/include".format(os.environ["VIVADO_PATH"])) builder.append_includes("--std=c++11") builder.append_includes("-O3") -- GitLab