https://open-source-silicon.dev logo
#sky130
Title
a

Anuj Dubey

02/21/2022, 8:56 PM
Hi everyone! While running make pdk the script gets stuck trying to load some magic-related file. Has anyone faced this before and knows the fix for this?
p
a

Anuj Dubey

02/21/2022, 10:23 PM
Do I need to manually install all these packages?
p

Paul George

02/21/2022, 10:27 PM
for this issue , I guess at least magic , the versions on most package managers are quite old.
a

Anuj Dubey

02/21/2022, 10:28 PM
I see. Since I also sometimes face docker issues, is there a recommended version of Docker that I should use for this flow to prevent any future hiccups?
a

Arman Avetisyan

02/22/2022, 7:27 AM
Use all latest available one
For Magic, build from source. For docker install, by following steps on the docker install guide + sudoless docker guide
a

Adam RIchardson

02/22/2022, 9:24 AM
Yet another reason why a global dockerfile is a really good idea