Skip to content
Snippets Groups Projects
Commit 251d37d0 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[HLSCustomOp] include new custom_hls dir as part of default cppsim

parent e014553c
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment