We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e29bf commit deccf36Copy full SHA for deccf36
1 file changed
flow/util/genMetrics.py
@@ -231,10 +231,11 @@ def extract_metrics(
231
# Synthesis
232
# =========================================================================
233
234
+ # The new format (>= 0.57) is: <count> <area> cells
235
extractTagFromFile(
236
"synth__design__instance__count__stdcell",
237
metrics_dict,
- "Number of cells: +(\\S+)",
238
+ "^\\s+(\\d+)\\s+[-0-9.]+\\s+cells$",
239
rptPath + "/synth_stat.txt",
240
)
241
0 commit comments