diff --git a/flow/util/genMetrics.py b/flow/util/genMetrics.py index 0c48114c75..1c3b5c3aa4 100755 --- a/flow/util/genMetrics.py +++ b/flow/util/genMetrics.py @@ -249,12 +249,10 @@ def extract_metrics(cwd, platform, design, flow_variant, output, hier_json): 'Number of cells: +(\S+)', rptPath + '/synth_stat.txt') - hierarchicalSynth = os.environ.get('SYNTH_HIERARCHICAL') - extractTagFromFile('synth__design__instance__area__stdcell', - metrics_dict, - 'Chip area for (?:top )?module.*: +(\S+)', - rptPath + '/synth_stat.txt') + metrics_dict, + 'Chip area for (?:top )?module.*: +(\S+)', + rptPath + '/synth_stat.txt') # Clocks # =========================================================================