Good morning! Mine is a digital block and I follow...
# openlane
a
Good morning! Mine is a digital block and I followed these steps as given in the github repo :  https://github.com/efabless/caravel_user_project/blob/main/docs/source/index.rst : 1. git clone https://github.com/efabless/caravel_user_project.git 2. cd caravel_user_project         3. make install 4. export OPENLANE_ROOT= Openlane path as shown in picture was set.                                                                                                                                                                                                                                     5. export PDK_ROOT= pdk path as set as shown in picture - till here everything was working fine. 6. After running this command " make user_proj_example " - here I am getting the error as shared. @User or anyone here can you please help me solving this error.
m
Looks like it's the same as this https://skywater-pdk.slack.com/archives/C016H8WJMBR/p1631148269097300 Does that help?
a
Thank you very much for sharing this... But I think my error is different... Mine OpenLane is working fine but I am having issues with make user_proj_example
v
Try to update openlane latest version and try it. Error from detailed placement engine not properly sourced here
m
It looks to me like your magic is the wrong version. How did you install the pdk and openlane ? if you did make pdk then it will use the local magic to install.
you need to be on 8.3.209
otherwise your pdk will not be correct and you will run into all sorts of weird issues
image.png
but yes also as @Mitch Bailey points out, your openlane also looks bad. Maybe wipe the whole thing and try again, making sure to follow the instructions exactly