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

[HLSCustomOp] add missing attribute for characterization period

parent 77f31912
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,8 @@ class HLSCustomOp(CustomOp):
"output_hook": ("s", False, ""),
# characterization of stream input-output behavior per cycle
"io_characteristic": ("ints", False, []),
# the period for which the characterization was run
"io_characteristic_period": ("i", False, 0),
}
def get_verilog_top_module_name(self):
......
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