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

[Init HLSCustomOp] Added debug option to the g++ command

parent 1620709a
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@ class HLSCustomOp(CustomOp):
def compile_singlenode_code(self):
code_gen_dir = self.get_nodeattr("code_gen_dir")
builder = CppBuilder()
# to enable additional debug features please uncommand the next line
# builder.append_includes("-DDEBUG")
builder.append_includes("-I/workspace/finn/src/finn/data/cpp")
builder.append_includes("-I/workspace/cnpy/")
builder.append_includes("-I/workspace/finn-hlslib")
......
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