Bharath G S
09/01/2023, 5:46 PMmake pdk
.
[ERROR]: Please update your environment. OpenLane will now quit.
make: * [Makefile189 test] Error 255
i am facing the following error
i am using ubuntu 20.04 native machine
following the openlane official documentation
please do help me debug this errorMitch Bailey
09/01/2023, 10:46 PMget clone -b mpw-9d <https://github.com/efabless/caravel_user_project> <your_project_name>
cd <your_project_name>
make setup
This should install a consistent environment.
This will use PDK_ROOT=<your_project_name>/dependencies/pdks
(edited to include branch to clone).