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

OpenFASOC may be able to depends on klayout-pypi rather the klayout CLI #37

Open
proppy opened this issue Mar 8, 2022 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@proppy
Copy link
Collaborator

proppy commented Mar 8, 2022

klayout-pypi expose a subset of klayout Python API (klayout.db, klayout.tl and klayout.rdb) packaged as a standalone python module distributed on https://pypi.org/project/klayout/.

Depending on it (even optionally) rather than the CLI, could simplify the process of install dependencies for OpenFASOC, we should explore if the subset of klayout functionality used by the generators can be provided by the bare python API.

@proppy proppy changed the title OpenFASOC may be able to depends on klayout-pypi rather the bare CLI OpenFASOC may be able to depends on klayout-pypi rather the klayout CLI Mar 8, 2022
@saicharan0112
Copy link
Collaborator

Thanks @proppy. That sounds interesting. Let me check.

@saicharan0112
Copy link
Collaborator

klayout is used inside openroad-flow-scripts under each generator (not sure how gdsfactory uses klayout) and in the Makefile, along with openroad/yosys/magic/netgen binaries klayout is also used specifically for merging gds files and macros. Not sure how good the idea is to replace that with a python package.

@saicharan0112 saicharan0112 removed their assignment Dec 2, 2023
@proppy
Copy link
Collaborator Author

proppy commented Dec 7, 2023

Not sure how good the idea is to replace that with a python package

I was suggesting this in case the python generators need to call klayout directly.

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

No branches or pull requests

2 participants