Hadir Khan
12/30/2021, 6:38 AM[WARNING]: The version of open_pdks installed does not match the one required by the OpenLane flow scripts (installed: 89f6ff4d9359a1ef9717b839e3e59dfdf33aaea6, expected: c5730b574461889c82858b08d12ba42423d9c2cb)
You may want to re-install the PDK by invoking `make pdk`.
[WARNING]: OpenLane may not function properly.
Though I installed openlane/pdks with
make openlane
make pdk
Hadir Khan
12/30/2021, 7:05 AMOPEN_PDKS_COMMIT ?= 89f6ff4d9359a1ef9717b839e3e59dfdf33aaea6
Then why does openlane flow scripts expect this commit c5730b574461889c82858b08d12ba42423d9c2cb
?Wajeh ul hasan
12/30/2021, 8:14 AMRuediger Ehlers
12/30/2021, 10:07 AMgit -c trace2.eventTarget=1 pull
as according to https://stackoverflow.com/questions/64190258/git-submodule-fails-with-could-not-access-submodule that sometimes makes a difference with the error.Zeeshan Rafique
12/30/2021, 10:35 AMHadir Khan
12/30/2021, 5:49 PM