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

[TLastMarker] set TKEEP value to all 1s

parent 6f338852
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ class TLastMarker(HLSCustomOp):
"#pragma HLS PIPELINE II=1",
"OutDType t;",
"t.set_data(in0.read());",
"t.set_keep(-1);",
"t.set_last(i==(NumIters-1));",
"out.write(t);",
"}",
......
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