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

[Code gen] Changed g++ compiler command in code generation

parent 0e6b6766
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ class HLSCustomOp(CustomOp):
self.code_generation(node)
temp_files.append("execute_{}.cpp".format(node.op_type))
bash_compile = """g++ -o execute_{} execute_{}.cpp
/workspace/finn/cnpy/cnpy.cpp -I/workspace/finn/cnpy/
-I/workspace/finn/finn-hlslib -I/workspace/vivado-hlslib
/workspace/cnpy/cnpy.cpp -I/workspace/cnpy/
-I/workspace/finn-hlslib -I/workspace/vivado-hlslib
--std=c++11 -lz""".format(
node.op_type, node.op_type
)
......
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