Skip to content

Commit 51cbbec

Browse files
authored
Merge pull request #997 from vvbandeira/metrics-rounding
metrics: do not round synth area
2 parents 5dc47e5 + 65c3a3c commit 51cbbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/genRuleFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
'synth__design__instance__area__stdcell': {
7575
'mode': 'padding',
7676
'padding': 15,
77-
'round_value': True,
77+
'round_value': False,
7878
'compare': '<=',
7979
},
8080
# clock

0 commit comments

Comments
 (0)