Stefan Schippers
08/24/2022, 7:39 PMgit 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)Tim Edwards
08/24/2022, 8:00 PMmake update
.Tim Edwards
08/24/2022, 8:01 PMcd sky130
make update-xschem-repo
Tim Edwards
08/24/2022, 8:03 PMmake 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
.Stefan Schippers
08/24/2022, 8:53 PMRoberto Di Lorenzo
08/01/2023, 8:51 PMRoberto Di Lorenzo
08/01/2023, 8:53 PMStefan Schippers
08/04/2023, 1:42 PMmagic
layout editor is the very last version, then build open_pdks
.Roberto Di Lorenzo
08/04/2023, 3:19 PM