CORNERSTONE PDK 1.4.3¶

CORNERSTONE Photonics PDK.
Installation¶
We recommend uv
Installation for users¶
Use python 3.11, 3.12 or 3.13. We recommend VSCode as an IDE.
Then you need to restart Klayout to make sure the new technology installed appears.
Installation for contributors¶
Then you can install with:
git clone https://github.com/gdsfactory/cspdk.git
cd cspdk
uv venv --python 3.12
uv sync --extra docs --extra dev
Documentation¶
Pre-commit¶
Release¶
- Bump the version:
- Create a pull request with the updated changelog since last release.