Alex Underwood
12/02/2020, 9:21 PM/openLANE_flow/scripts/openroad/or_opendp.tcl
on the line 29 (detailed_placement
)
The placement tool is giving me 7,602 "overlap check failed errors"
These are the Design Stats that are printed out to the command line:
Design Stats
--------------------------------
total instances 19008
multi row instances 0
fixed instances 3435
nets 15641
design area 237626.7 u^2
fixed area 5193.7 u^2
movable area 127808.8 u^2
utilization 55 %
utilization padded 122 %
rows 179
row height 2.7 u
My thoughts are that the issue is with that "utilization padded" number being greater than 100%.
I am using all the default OpenLane settings, such as the sky130 hd cells.Matt Aamold
12/02/2020, 9:26 PMAlex Underwood
12/03/2020, 12:30 AM