does this create any problem as while i run `make ...
# general
m
does this create any problem as while i run
make user_proj_example
i faced many errors too
b
You might want to re-install OpenLane by doing a fresh clone of https://github.com/efabless/openlane and run
make pdk
and
make openlane
procedures given in the documentation.
m
@Booshan Correct me if I'm wrong, but I believe everyone should be cloning https://github.com/The-OpenROAD-Project/OpenLane @Mohammad Khalique Khan Also, you may be in the wrong directory. Try
make <module>
in the parent
caravel_user_project
directory. The
Makefile
there sets some variables that are used in
openlane/Makefile
. In particular, it looks like
CARAVEL_ROOT
is not set.
b
@Mitch Bailey I am not sure too. I used the efabless repo and I did not find any problems with it.
m
I had cross checked every thing not sure what is the problem
๐Ÿ™‚
p
@Mohammad Khalique Khan Did u clone caravel_user_project -b mpw-3 ?
m
p
Can u do this... try cloning this branch
git clone <https://github.com/efabless/caravel_user_project.git> -b mpw-3
cd caravel_user_project
make install
cd openlane
make user_proj_example
make user_project_wrapper
๐Ÿ’ฏ 1
and make sure you export PDK,OPENLANE and CARAVEL roots
๐Ÿ’ฏ 1
m
fine i'll try this again
now this ๐Ÿ˜ž
b
@Mohammad Khalique Khan When the flow started, were there any warnings?
m
no nothing
p
hey i told u to change the directory for Caravel root did u do it?
m
this okay??
export CARAVEL_ROOT=$(pwd)/caravel
p
no try changing this to /project/caravel
and do make user_proj_example
m
but this worked now ๐Ÿ™‚
i did everything again
p
so this worked export CARAVEL_ROOT=$(pwd)/caravel ?
m
yes this worked but some error are coming after a minute, like this
p
i still think that u didnt not clone mpw-3 branch dont you?
m
i cloned exactly same repo you said everytime
p
not sure why you are getting these errors because i got the same before and solved them using @Mitch Baileyโ€™s help. But now the mpw-3 branch have a very updated one and it needs no change and generates no errors!
i got the same error previously but i reinstalled the caravel user project and i got different make file error and i solved that...
please look at the repo i have shared those contains the solutions for the errors i have got before while getting caravel user project run
but the new mpw-3 one works perfect for me and i know for some others too
m
okay thanks i am looking into it