Skip to content

Commit 3342dc5

Browse files
committed
Added required=False
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 9fbe1d4 commit 3342dc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/util/genMetrics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def extract_metrics(
262262
r"^\[INFO RSZ-\d+\] (\d+) arithmetic instances have swapped.*",
263263
logPath + "/2_1_floorplan.log",
264264
defaultNotFound=0,
265+
required=False,
265266
)
266267

267268
# Place
@@ -298,6 +299,7 @@ def extract_metrics(
298299
r"^\[INFO RSZ-\d+\] (\d+) arithmetic instances have swapped.*",
299300
logPath + "/3_4_place_resized.log",
300301
defaultNotFound=0,
302+
required=False,
301303
)
302304

303305
floorplan_swapped = metrics_dict.get("floorplan__swapped_arithmetic_module_count", 0)

0 commit comments

Comments
 (0)