while installing pdks this is showing from 10 minu...
# sky130
m
while installing pdks this is showing from 10 minutes is it normal ?? Posted in #general
v
yes its normal installation time
m
how much time it will take ??
because earlier it takes approx 30 min to install pdk
but now whole installation is being going on by an hour
v
Normally 30 - 40Mins it will take
m
okay thanks
I accidentally installed complete SkyWater pdk how long would it take ๐Ÿ™ƒ it's already 3 hours
v
Are you running
make pdk
command right?
h
Depends on the number of cores, apparently, it is multi-threaded. On my last update, I realized it is now building
sky130A
and
sky130B
which then also doubles the time. Agree, that a speedup would be highly welcome. Maybe @User has an idea.
t
@User: If you let open_pdks pull and build skywater-pdk, then most of the time is taken up by "make timing" in the skywater-pdk repo, which last I checked was not multithreaded, but that could just be because the file
/sky130/custom/scripts/pdk_download.sh
in open_pdks should have the last line as
make -j$(nproc) timing
instead of just
make timing
.
h
@User would be cool if you could change this in the makefile.
t
It will go in the next commit.
h
๐Ÿ‘
p
@User did you commit the specified changes? It is taking very long time..
t
@User: I did commit the specified changes.
๐Ÿ™Œ 1