CORNERSTONE PDK 0.12.3
CORNERSTONE Photonics PDK.
Installation
We recommend uv
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Installation for users
Use python3.10, 3.11 or 3.12. We recommend VSCode as an IDE.
uv pip install cspdk --upgrade
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.11
uv sync --extra docs --extra dev
Documentation