<#1045 OpenLane no longer provides report_design_a...
# openlane-development
g
#1045 OpenLane no longer provides report_design_area reports as of a recent commit New issue created by tdene Description Running a design through OpenLane on tag
2022.02.21_02.33.47
provides
report_design_area
output for steps 8, 12, 23, 24. Running a design through OpenLane on the most recent commit outputs the phrase
SKIPPED!
to the area reports for steps 8, 12, 14, 27, 28. This lack of automatic area reporting is significant. Environment
Copy code
Kernel: Linux v5.13.0-39-generic
Distribution: ubuntu 20.04
Python: v3.8.10 (OK)
Container Engine: docker v20.10.12 (OK)
OpenLane Git Version: 7891c2c8859e8c800226920c181fa039ad298e79
pip:click: INSTALLED
pip:pyyaml: INSTALLED
pip:venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)

7891c2c 2022-04-11T13:50:51-07:00 Replaced `MISMATCHES_OK` with more granular variables (#1042) - Mohamed Gaber -  (HEAD -> master, tag: mpw-6b, origin/master, origin/HEAD)
6e35319 2022-04-11T13:12:05-07:00 Switch to the new PDN from OpenROAD. (#1038) - Balint Cristian -  ()
f2a212d 2022-04-11T16:27:44+02:00 Load tech liberty file before any extra ones (#1041) - Anton Blanchard -  ()
Reproduction Material
Copy code
make test
cat designs/spm/runs/openlane_test/reports/*/*area*
Expected behavior Reports should output the same area information that they did in previous versions of OpenLane. The-OpenROAD-Project/OpenLane