The-OpenROAD-Project / OpenLane

OpenLane is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Magic, Netgen and custom methodology scripts for design exploration and optimization.
https://openlane.readthedocs.io/
Apache License 2.0
1.25k stars 365 forks source link

`Final_Util` metric not extracted properly. #2054

Closed donn closed 7 months ago

donn commented 7 months ago

Description

Originally reported by @passant5:

The value for Final_Util metric is -1.

Expected Behavior

The final utilization value should be extracted properly, after detailed routing.

Environment report

Kernel: Darwin v23.1.0
Distribution: macOS 14.1
Python: v3.11.5 (OK)
Container Engine: UNKNOWN vUNKNOWN (UNSUPPORTED)
OpenLane Git Version: c6f02be3b69d2f6cdae21d6ff43cead124195164
NOT FOUND: Please install pip using your operating system's package manager.
---
PDK Version Verification Status: FAILED
/Users/donn/efabless/openlane/pdks/sky130A not found.
Traceback (most recent call last):
  File "/Users/donn/efabless/openlane/dependencies/verify_versions.py", line 75, in verify_versions
    raise Exception(f"{pdk_dir} not found.")
Exception: /Users/donn/efabless/openlane/pdks/sky130A not found.

Failed to verify sky130A.
---
Git Log (Last 3 Commits)

c6f02be3 2023-11-19T14:03:46+02:00 Update PDK (#2049) - Mohamed Gaber -  (HEAD -> master, tag: 2023.11.20, origin/master, origin/HEAD)
40e47146 2023-11-19T13:49:04+02:00 Update OpenROAD (#2036) - Mohamed Gaber -  ()
1e9efe9d 2023-11-16T08:28:57+02:00 Support `VERILOG_INCLUDE_DIRS` for linting (#2046) - piotro888 -  (tag: 2023.11.17)
---
Git Remotes

origin  git@github.com:The-OpenROAD-Project/OpenLane (fetch)
origin  git@github.com:The-OpenROAD-Project/OpenLane (push)

Reproduction material

N/A

Relevant log output

N/A