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

[Analysis] bugfix in post_synth_res

parent d28b9585
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ def post_synth_res(model, override_synth_report_filename=None):
<tableheader class="" contents="DSP48 Blocks" halign="3" width="-1"/>
</tablerow>
"""
for (restype, ind) in restype_to_ind:
for (restype, ind) in restype_to_ind.items():
node_dict[restype] = int(row[ind].attrib["contents"])
res_dict[node.name] = node_dict
......
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