<@U016EM8L91B> sometimes i update my open_pdks ins...
# sky130
s
@Tim Edwards sometimes i update my open_pdks installation. For that i do a
git pull
in my open_pdks repository, followed by
./configure --enable-sky130-pdk --prefix=/home/schippes
,
make
and
make install
. For some reason the
sources/
directory is not pulled so i get the old versions of
xschem_sky130
(as well as the other stuff therein) that were cloned at the first open_pdks download/install. Do i need to do something special to update this directory? (may be a manual git pull in these sources/* subdirectories)
👍 1
t
It should be
make update
.
Although if you want to update just your own repository, then do
Copy code
cd sky130
make update-xschem-repo
The other alternatives are to do
make distclean
and let it do a fresh clone all the sources, or just delete the clone of your repository in
sources
and let it clone a fresh one the next time you do
make
.
s
Got it. Thank you!
r
I was tring to update the pdk, and i get the same issue. I downloaded agfain the pdk from github. Now i get this warning when i open a schematic. i can simulate, but i don't understand if everything is ok.
I get this error when i do "make"
s
Ensure your
magic
layout editor is the very last version, then build
open_pdks
.
r
You are right... magic was not latest version...