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

[HLSCustomOp] also emit pragmas for npysim codegen

parent e7514b13
No related branches found
No related tags found
No related merge requests found
......@@ -166,6 +166,7 @@ class HLSCustomOp(CustomOp):
self.defines("npysim")
self.read_npy_data()
self.strm_decl()
self.pragmas()
self.docompute()
self.dataoutstrm()
self.save_as_npy()
......
......@@ -42,6 +42,7 @@ $GLOBALS$
$DEFINES$
int main(){
$PRAGMAS$
$STREAMDECLARATIONS$
......
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