Hi, I just cloned the `caravel_user_project` , checked out to the mpw-5a tag and installed caravel-l...
h
Hi, I just cloned the
caravel_user_project
, checked out to the mpw-5a tag and installed caravel-lite, openlane and pdk through it. After running
make user_proj_example
I am getting the following warning:
Copy code
[INFO]: Version: 2021.11.23_01.42.34
[WARNING]: The version of open_pdks installed does not match the one required by the OpenLane flow scripts (installed: 27ecf1c16911f7dd4428ffab96f62c1fb876ea70, expected: c5730b574461889c82858b08d12ba42423d9c2cb)
You may want to re-install the PDK by invoking `make pdk`.
[WARNING]: OpenLane may not function properly.
But the flow completes successfully without any errors. Is this warning something to consider?
1
p
Just edit openpdks to the version required in the yml file in dependencies folder in OpenLane
m
Please disregard this warning, we know that we're using different pdk version than the one openlane needs. And don't edit any versions because that might break your environment.
👍 1
p
@User Sorry 😅. I didn't know that by changing version the environment may break.
👍 1