Hi, Does anyone know How Can I fix this?
# openlane
j
Hi, Does anyone know How Can I fix this?
v
do following and re-try again
Copy code
git checkout master
git pull
make
j
In git pull: already ‘master’ You branch is up to date with ‘origin/master’ And git pull Already up to date
And I ran make but I have the same error
v
can you share master repo link that clone for OpenLane
can you copy and paste log message here?
what mistake? the gut pull or which one?
v
make test
log
Other way try following
Copy code
make mount
./flow.tcl -design spm
seems your
PDK_ROOT
mismatch
j
encoder.JPG
v
is there any directory
OpenLane/pdks
?
j
But it there say that there is a incompatibility
No my directory of pdk is in other path
v
is sky130 right?
j
Yes
I already set the environment variables
v
export QUIT_ON_MISMATCHES=0
set above variable and run
make test
j
The same error
v
may i know the reason behind using different
open_pdks
?
j
I don't have a different pdk, it's just in a different path
Or there is a way for update?
v
Copy code
In git pull: already 'master'
You branch is up to date with 'origin/master'
And git pull
Already up to date
Have you ran again
make
command after downloading latest commits?
j
yes
make
v
before
make
have you set
export PDK_ROOT=your_custom_path
don't attach screenshot, always copy and paste logs here as txt
just check do you have
/home/juan/skywater/OpenLane/pdks
directory exist or not?
j
yes
it is reading that directory as pdk?
v
are you able to fix the issue or not?