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

[HLSCustomOp] add synth res attribute

parent 7452913f
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ class HLSCustomOp(CustomOp):
"rtlsim_trace": ("s", False, ""),
"res_estimate": ("s", False, ""),
"res_hls": ("s", False, ""),
"res_synth": ("s", False, ""),
}
def node_res_estimation(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