I'm following the slides from the "Open MPW & ...
# general
m
I'm following the slides from the "Open MPW & chipIgnite - Getting Started" presentation from Feb 2, 2022, but getting some build failures when I attempt
make pdk
. I'm wondering if I have something that's old/no longer supported from my MPW1 shuttle run. I successfully: 1.) Installed caravel into current local repo. 2.) Installed the management core. 3.) Installed OpenLane. But now, when I Install Sky130PDK it looks like I'm getting some magic script errors:
Error message output from magic script:
/home/user/pdk/open_pdks/sky130/sky130A/libs.tech/magic/sky130A.tech: line 19: section version:
Badly formed version line
Usage: {version text}|{description text}
And
make pdf
process finally stops at:
make[1]: *** [build-pdk] Error 2
make[1]: Leaving directory '/home/user/mpw5-root/test_prog'
Makefile:38: recipe for target 'pdk' failed
make: *** [pdk] Error 2
I'm using magic version 8.3 revision 96. If no one is able to direct me to what is specifically wrong in this case, can someone supply me with where the instructions are to build the environment?
1
a
your magic is way too old
m
Thanks, looks like 8.3.266 fixed the problem.