-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sky130_tech/tech directory missing only tech #459
Comments
./configure --enable-sky130-pdk --prefix=$(PREFIX) my hack workaround was: |
If you pass the |
@wspitts2 , @HenryAEvans : I just merged #458 and am testing now. |
Test checks out okay. If klayout has been set up with the PDK as it was previously, then it requires going to Tools-->Manage Technologies, selecting sky130-->General, and in "Layer properties", changing "sky130.lyp" to "sky130A.lyp" (or set the base path and layer properties to "sky130B" for ReRAM support). |
The sky130_tech directory doesn't exist. only the Tech directory.
./configure --enable-sky130-pdk --prefix=$(PREFIX)
make
cp: cannot stat '../sources/klayout_sky130/sky130_tech/tech/sky130/lvs/': No such file or directory
cp: cannot stat '../sources/klayout_sky130/sky130_tech/tech/sky130/pymacros/': No such file or directory
cp: cannot stat '../sources/klayout_sky130/sky130_tech/tech/sky130/sky130.lyp': No such file or directory
cp: cannot stat '../sources/klayout_sky130/sky130_tech/tech/sky130/sky130.lyt': No such file or directory
cp: cannot stat '../sources/klayout_sky130/sky130_tech/tech/sky130/sky130.map': No such file or directory
cp: cannot stat '../sources/klayout_sky130/sky130_tech/tech/sky130/lvs/*': No such file or directory
The text was updated successfully, but these errors were encountered: