Skip to content

Commit 297bfd0

Browse files
committed
makefile: update genMetrics to use 3_5_place_dp.log
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 936c020 commit 297bfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow/util/genMetrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ def extract_metrics(cwd, platform, design, flow_variant, output, hier_json):
283283
extractTagFromFile('detailedplace__design__violations',
284284
metrics_dict,
285285
'^\[INFO FLW-0012\] Placement violations (\S+).',
286-
logPath + '/3_5_opendp.log', defaultNotFound=0)
286+
logPath + '/3_5_place_dp.log', defaultNotFound=0)
287287

288-
extractGnuTime('detailedplace', metrics_dict, logPath + '/3_5_opendp.log')
288+
extractGnuTime('detailedplace', metrics_dict, logPath + '/3_5_place_dp.log')
289289

290290
# CTS
291291
# =======================================================================

0 commit comments

Comments
 (0)