@@ -272,14 +272,14 @@ def extract_metrics(cwd, platform, design, flow_variant, output, hier_json):
272272 # =========================================================================
273273 merge_jsons (logPath , metrics_dict , "2_*.json" )
274274
275- extractGnuTime ('floorplan' , metrics_dict , logPath + '/2_4_mplace .log' )
275+ extractGnuTime ('floorplan' , metrics_dict , logPath + '/2_4_floorplan_macro .log' )
276276
277277 # Place
278278 # =========================================================================
279279
280280 merge_jsons (logPath , metrics_dict , "3_*.json" )
281- extractGnuTime ('globalplace' , metrics_dict , logPath + '/3_4_resizer .log' )
282- extractGnuTime ('placeopt' , metrics_dict , logPath + '/3_4_resizer .log' )
281+ extractGnuTime ('globalplace' , metrics_dict , logPath + '/3_4_place_resized .log' )
282+ extractGnuTime ('placeopt' , metrics_dict , logPath + '/3_4_place_resized .log' )
283283 extractTagFromFile ('detailedplace__design__violations' ,
284284 metrics_dict ,
285285 '^\[INFO FLW-0012\] Placement violations (\S+).' ,
@@ -309,7 +309,7 @@ def extract_metrics(cwd, platform, design, flow_variant, output, hier_json):
309309 extractTagFromFile ('globalroute__timing__clock__slack' ,
310310 metrics_dict ,
311311 '^\[INFO FLW-....\] Clock .* slack (\S+)' ,
312- logPath + '/5_1_fastroute .log' )
312+ logPath + '/5_1_grt .log' )
313313
314314 # Finish
315315 # =========================================================================
0 commit comments