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 75afa98 commit 893c5d9Copy full SHA for 893c5d9
flow/util/genMetrics.py
@@ -309,9 +309,9 @@ def extract_metrics(
309
"placeopt__design__instance__count__swapped_arithmetic_operator", 0
310
)
311
total_swapped = int(floorplan_swapped) + int(placeopt_swapped)
312
- metrics_dict[
313
- "finish__design__instance__count__swapped_arithmetic_operator"
314
- ] = total_swapped
+ metrics_dict["finish__design__instance__count__swapped_arithmetic_operator"] = (
+ total_swapped
+ )
315
316
extractGnuTime("finish", metrics_dict, logPath + "/6_report.log")
317
0 commit comments