We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65b033 commit 4bd7663Copy full SHA for 4bd7663
vtr_flow/scripts/upgrade_arch.py
@@ -188,7 +188,7 @@ def upgrade_fc_overrides(arch):
188
189
new_attrib = OrderedDict()
190
new_attrib["port_name"] = input.attrib['name']
191
- new_attrib["seg_name"] = seg_name
+ new_attrib["segment_name"] = seg_name
192
new_attrib["fc_type"] = fc_in_type
193
new_attrib["fc_val"] = in_val
194
@@ -198,7 +198,7 @@ def upgrade_fc_overrides(arch):
198
199
200
new_attrib["port_name"] = output.attrib['name']
201
202
new_attrib["fc_type"] = fc_out_type
203
new_attrib["fc_val"] = out_val
204
0 commit comments