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.
required=False
1 parent 9fbe1d4 commit 3342dc5Copy full SHA for 3342dc5
flow/util/genMetrics.py
@@ -262,6 +262,7 @@ def extract_metrics(
262
r"^\[INFO RSZ-\d+\] (\d+) arithmetic instances have swapped.*",
263
logPath + "/2_1_floorplan.log",
264
defaultNotFound=0,
265
+ required=False,
266
)
267
268
# Place
@@ -298,6 +299,7 @@ def extract_metrics(
298
299
300
logPath + "/3_4_place_resized.log",
301
302
303
304
305
floorplan_swapped = metrics_dict.get("floorplan__swapped_arithmetic_module_count", 0)
0 commit comments