Skip to content
Snippets Groups Projects
Commit a04ae93a authored by auphelia's avatar auphelia
Browse files

[Code Generation - npysim] Changed path to vivado-hlslib includes, because Dockerfile is changed

parent 6162c825
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ class HLSCustomOp(CustomOp):
builder.append_includes("-I/workspace/finn/src/finn/data/cpp")
builder.append_includes("-I/workspace/cnpy/")
builder.append_includes("-I/workspace/finn-hlslib")
builder.append_includes("-I/workspace/vivado-hlslib")
builder.append_includes("-I/workspace/vivado/include")
builder.append_includes("--std=c++11")
builder.append_sources(code_gen_dir + "/*.cpp")
builder.append_sources("/workspace/cnpy/cnpy.cpp")
......
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