wspitts2
Results
1
comments of
wspitts2
./configure --enable-sky130-pdk --prefix=$(PREFIX) make cp: cannot stat '../sources/klayout_sky130/sky130_tech/tech/sky130/lvs/*': No such file or directory my hack workaround was: make mkdir ./sources/klayout_sky130/sky130_tech/ ln -s ./sources/klayout_sky130/tech/ ./sources/klayout_sky130/sky130_tech/tech make