https://open-source-silicon.dev logo
Title
s

Shirsendu Acharyya

02/05/2023, 12:54 PM
I'm trying to use the open pdk sky130 process in my project. i'm installing it like
$  git clone <git://opencircuitdesign.com/open_pdks>
$  open_pdks
$	./configure --enable-sky130-pdk
$  make
$  sudo make install
from above when i'm entering "make" in the terminal during the process I'm getting following error. How may i resolve it?
m

Mitch Bailey

02/06/2023, 1:37 AM
Your second line is
$ cd open_pdks
right? Or is there an OS that automatically does a
cd
if the directory exists? Could you post more of your log (instead of a screen shot)?
s

Shirsendu Acharyya

02/06/2023, 2:37 AM
@Mitch Bailey yes Sir the second line is cd open_pdks... And the logs I'm uploading it soon sir
I think here are the necessary docs @Mitch Bailey sir
m

Mitch Bailey

02/06/2023, 5:17 AM
Are you trying to create the pdks for efabless shuttle runs or some other independent experimentation? If you intend to use the efabless shuttles, I suggest using pre-existing versions of the pdk installed with
volare
. See https://github.com/efabless/volare It is possible to create your own versions of the pdk like you attempted to do, but you have to be sure to use the correct version of magic. Looks like you’re using
Magic 8.3 revision 50
which is about 2 and a half years old.