<#1065 The "Building the PDK Manually" section of ...
# openlane-development
g
#1065 The "Building the PDK Manually" section of the README does not work with the current repository New issue created by tdene Description Commit 54ec01a removed the line
include ./dependencies/pdk.mk
from the top-level Makefile. This leads to the README instructions found here to no longer be accurate. It is not clear to me which of the two places is the one that should be fixed, but there is currently a discrepancy. Environment
Copy code
python3 ./env.py issue-survey
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: c29cdb4379acb11b67506b8e43f4d85249297498
pip: INSTALLED
pip:venv: INSTALLED
---
PDK Version Verification Status: FAILED
/home/tdene/data/OpenLane/pdks/sky130A not found.
Traceback (most recent call last):
  File "/home/tdene/data/OpenLane/dependencies/verify_versions.py", line 72, in verify_versions
    raise Exception(f"{pdk_dir} not found.")
Exception: /home/tdene/data/OpenLane/pdks/sky130A not found.

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

c29cdb4 2022-04-18T17:20:57+02:00 Don't call read_verilog if we are reading a DEF (#1051) - Anton Blanchard -  (HEAD -> master, tag: 2022.04.19_01.43.34, origin/master, origin/HEAD)
754b537 2022-04-18T16:46:39+02:00 Fix `get_tag.py` (#1062) - Mohamed Gaber -  ()
85b6cec 2022-04-16T18:04:28+02:00 Fix Jenkins to work with Volare (#1058) - Vitor Bandeira -  (tag: 2022.04.17_01.59.58)
Reproduction Material N/A Expected behavior The discrepancy should be resolved, one way or another. The-OpenROAD-Project/OpenLane