<#1004 Design reports after routing show technical...
# openlane-development
g
#1004 Design reports after routing show technically-true, but practically-useless, utilization numbers Issue created by tdene Description During the implementation of any design, OpenLane will create a
reports
folder. This
reports
folder has, among others, an area report. The area report displays both raw area, as well as % utilization. All routing and post-routing reports show 95%+ utilization due to the presence of filler cells. This is technically true, but practically useless. Environment
Copy code
Kernel: Linux v5.13.0-35-generic
Distribution: ubuntu 20.04
Python: v3.8.10 (OK)
Container Engine: docker v20.10.12 (OK)
OpenLane Git Version: 2022.02.21_02.33.47
pip:click: INSTALLED
pip:pyyaml: INSTALLED
pip:venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)

e40929f 2022-02-20T10:29:53+02:00 ECO Flow Fix (#940) - donghl17 -  (HEAD -> master, tag: 2022.02.21_02.33.47, origin/master, origin/HEAD)
a7d97cc 2022-02-19T10:00:15+02:00 Update README.md (#939) - wale soyinka -  (tag: 2022.02.20_02.17.26)
58f206f 2022-02-18T16:02:03+02:00 Update Magic, Open_PDKS (#917) - Donn -  (tag: 2022.02.19_02.27.52)
Reproduction Material Implement any design through OpenLane and refer to the generated
reports/*/*area*
files. Expected behavior Reported utilization should not include filler cells. The-OpenROAD-Project/OpenLane