https://open-source-silicon.dev logo
#openlane
Title
# openlane
s

skandha deepsita

09/20/2021, 7:27 AM
had this issue in other machine .. what might be the workaround for yhis??
v

Vijayan Krishnan

09/20/2021, 7:36 AM
Prerequisites At a minimum: • Docker 19.03.12+ • GNU Make • Python 3.6+ with PIP • Click, Pyyaml:
pip3 install pyyaml click
s

skandha deepsita

09/20/2021, 7:48 AM
Docker version is 20.10.8 Gnu make version is 4.2.1 Python-- 3.8.3 Pyyaml 5.3.1 Click 7.1.2
v

Vijayan Krishnan

09/20/2021, 7:50 AM
2021.09.19_20.25.16 this is latest OL tag.
Image shows warning. continue your run. later fix those required development packages
m

Mitch Bailey

09/20/2021, 8:06 AM
@skandha deepsita In your installed openlane directory, there's a
dependencies/tool_metafile.yml
file. I believe, the commits in there are expected to match the
$PDK_ROOT/sky130A/SOURCES
commits.
s

skandha deepsita

09/20/2021, 8:07 AM
I will look into it
@Mitch Bailey yes, they are matched
m

Mitch Bailey

09/20/2021, 1:57 PM
You might want to look at
scripts/verify_versions.py
. That's where the version checking is taking place.