Skip to content

Commit 1ca5249

Browse files
committed
genMetrics: nits
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 946703d commit 1ca5249

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

flow/util/genMetrics.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,10 @@ def extract_metrics(cwd, platform, design, flow_variant, output, hier_json):
249249
'Number of cells: +(\S+)',
250250
rptPath + '/synth_stat.txt')
251251

252-
hierarchicalSynth = os.environ.get('SYNTH_HIERARCHICAL')
253-
254252
extractTagFromFile('synth__design__instance__area__stdcell',
255-
metrics_dict,
256-
'Chip area for (?:top )?module.*: +(\S+)',
257-
rptPath + '/synth_stat.txt')
253+
metrics_dict,
254+
'Chip area for (?:top )?module.*: +(\S+)',
255+
rptPath + '/synth_stat.txt')
258256

259257
# Clocks
260258
# =========================================================================

0 commit comments

Comments
 (0)