Pavan Mantri
10/01/2023, 1:35 PMMitch Bailey
10/01/2023, 4:05 PMmagic -rcfile $PDK_ROOT/$PDK/libs.tech/magic/$PDK.magicrc ../../tmp/merged.nom.lef vsdmemsoc.def &
Pavan Mantri
10/01/2023, 4:32 PMMitch Bailey
10/01/2023, 10:22 PMmagic -rcfile $PDK_ROOT/$PDK/libs.tech/magic/$PDK.magicrc
Pavan Mantri
10/02/2023, 12:12 AMMitch Bailey
10/02/2023, 12:21 AMecho $PWD
echo $PDK_ROOT
echo $PDK
You probably don’t have PDK_ROOT
set.Pavan Mantri
10/02/2023, 12:49 AMMitch Bailey
10/02/2023, 12:55 AM=
.
export PDK_ROOT=/home/pa1mantri/.volare
export PDK=sky130A
Pavan Mantri
10/02/2023, 1:16 AMMitch Bailey
10/02/2023, 1:25 AMPavan Mantri
10/02/2023, 1:32 AMMitch Bailey
10/02/2023, 1:59 AM--prefix
option.
For example, if which magic
returns /usr/local/bin/magic
, after cloning the magic repo
cd magic
./configure --prefix=/usr/local
make
make install
You can then run
magic -dnull -noc --version
to check the version.Pavan Mantri
10/02/2023, 3:21 AMPavan Mantri
10/02/2023, 6:04 AM