Skip to content
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

Open
wspitts2 opened this issue Oct 13, 2024 · 4 comments
Open

sky130_tech/tech directory missing only tech #459

wspitts2 opened this issue Oct 13, 2024 · 4 comments

Comments

@wspitts2
Copy link

wspitts2 commented Oct 13, 2024

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

@wspitts2
Copy link
Author

wspitts2 commented Oct 13, 2024

./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

@HenryAEvans
Copy link

If you pass the --with-reference flag to the configure script, it will pull an older version of the klayout PDK repository, and this worked for me. Also I believe once #458 is merged this should be resolved.

@RTimothyEdwards
Copy link
Owner

@wspitts2 , @HenryAEvans : I just merged #458 and am testing now.

@RTimothyEdwards
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants