<#1853 All multi-corner SDFs have the Slowest libr...
# openlane-development
g
#1853 All multi-corner SDFs have the Slowest library operating conditions Issue created by passant5 Description Multi-corner SDFs are generated correctly (delays are different across corners), however, the operating conditions header states the Slowest library operating conditions for all corners. Looking at the operating conditions of the
spm
example generated SDFs at nominal typical and fastest, they have the same operating conditions as the slowest.
Copy code
sdf/multicorner/nom/spm.Typical.sdf:
 (VENDOR "Parallax")
 (PROGRAM "STA")
 (VERSION "2.4.0")
 (DIVIDER .)
 (VOLTAGE 1.600::1.600)
 (PROCESS "1.000::1.000")
 (TEMPERATURE 100.000::100.000)
 
sdf/multicorner/nom/spm.Fastest.sdf:
 (VENDOR "Parallax")
 (PROGRAM "STA")
 (VERSION "2.4.0")
 (DIVIDER .)
 (VOLTAGE 1.600::1.600)
 (PROCESS "1.000::1.000")
 (TEMPERATURE 100.000::100.000)
Expected Behavior Multi-corner SDFs operating conditions should be different based on the process corner Environment report
Copy code
Kernel: Linux v5.19.0-43-generic
Distribution: ubuntu 22.04
Python: v3.10.6 (OK)
Container Engine: docker v24.0.2 (OK)
OpenLane Git Version: 16971365cb353d2ec87d2f0ec3135c063570828b
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)

16971365 2023-06-15T16:09:52+03:00 bugfixes (#1852) - Kareem Farid -  (HEAD -> master, origin/master, origin/HEAD)
5ca48214 2023-06-14T12:05:18+03:00 Deprecate  `-gui` and continuing the flow with an existing tag (#1840) - Kareem Farid -  (tag: 2023.06.15)
0bd45a23 2023-06-13T20:36:04+03:00 Add TRISTATE_CELL_PREFIX (#1796) - Kareem Farid -  (tag: 2023.06.14)
---
Git Remotes

origin	git@github.com:The-OpenROAD-Project/OpenLane.git (fetch)
origin	git@github.com:The-OpenROAD-Project/OpenLane.git (push)
Reproduction material just run in OpenLane root
Copy code
make test
Relevant log output
Copy code
-
The-OpenROAD-Project/OpenLane