Hello everyone, I tried to run make test after git...
# openlane
a
Hello everyone, I tried to run make test after git clone, cd openlane and then make... But I'm getting these errors.. can you please guide me to solve this!?
m
You need to "pip install click" based on the message
a
Pip install click ...??? I'm sorry ask this, can you please elaborate on this?
m
a
Thank you so much, will check this out!!
Hi sir, I went through the link sent by you... And i did install click... But then too, I'm getting the same error sir!!
m
It's not the same error. What happens when you run
make test
without
sudo
?
a
I think -amd64 is not valid argument for docker
report to openlane? temporary workaround, use older version
v
@A Devipriya which version openlane are you installed?
Try below option:
Copy code
export OPENLANE_IMAGE_NAME=efabless/openlane:latest make test
a
https://github.com/efabless/OpenLane I'm referring this GitHub repo for installation sir!!!! Is this the right one?
@Mitch Bailey I'm getting the same error when i run make test
@Arman Avetisyan Is there any reference link for openlane installation procedure ???
@Vijayan Krishnan is the link that i shared the right one???? For the complete openlane installation from scratch!!?
v
which python version do you using?
If you're trying to use MPW shuttle mean, follow this quickstart guide: https://github.com/efabless/caravel_user_project/blob/main/docs/source/quickstart.rst
👍 1
As per latest update you've to use mpw-6c tag. So update below:
Copy code
git clone -b mpw-6c <https://github.com/efabless/caravel_user_project> caravel_example
a
@Vijayan Krishnan I'm not trying to use for MPW shuttle.... I'm trying to implement RISC-V using openlane for my final year project... So i referred https://github.com/efabless/OpenLane this for the installation....
Is this GitHub repo correct??? For proceeding further
v