Dear all, I am familiarizing myself with wrapping ...
# caravel
p
Dear all, I am familiarizing myself with wrapping the user project with caravel soc harness and generate a single caravel.gds file using openlane. So first i tried to use the 32bit counter example (user_proj_example) and tried these commands given below,
cd caravel_user_project/openlane/
make user_proj_example
but here is what im getting (below image), an warning that my environment is outdated and as it is warning i waited for the further openlane processing but the run just stops saying it is extracting metals .. (edited)  So, I have also tried updating openlane by,
Copy code
cd openlane/
    git checkout master
    git pull
    make openlane
    make pdk
    make test ("make test works perfect for me")
But i have same issue while executing 
make user_proj_example
 . So can anyone please help me out with this?
m
Hi, you need to check your caravel makefile (/caravel/openlane/Makefile) and verify if OPENLANE_TAG is correct
p
hi, this is my make file and OPENLANE_TAG is v0.20, is it right @Mauricio Montanares?
m
You’re not using V0.20, see your terminal
p
Hey thanks @Mauricio Montanares it works after changing the version!
👍 1
m
Cool!