Diarmuid Collins
05/02/2024, 8:53 PM./configure --enable-sky130-pdk --prefix=/home/schippes
3. In Stefans video (https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/install_xschem_and_open_pdks.mp4)
at 4mins he suggests telling the ./configure command where the sw pdk root library is and also to specify where you want to
install it.
=> What do people reccomend?
Thanks,Stefan Schippers
05/02/2024, 9:03 PM/usr/local/share/pdk
.
Currently my open_pdks configure is:
./configure --enable-gf180mcu-pdk --prefix=/home/schippes --enable-sky130-pdk
(again --prefix is specific for my machine) so I now also install the gf180mcu pdk.
If you install in the default place (I recommend that) the steps are:
./configure --enable-gf180mcu-pdk --enable-sky130-pdk
make
sudo make install
Important note: always build and install the most up to date magic
layout tool before building open_pdks
, because open_pdks uses magic.Diarmuid Collins
05/02/2024, 9:14 PMStefan Schippers
05/03/2024, 8:37 AMDiarmuid Collins
05/08/2024, 8:19 PM