https://gdsfactory.github.io/skywater130/
skywater 130nm pdk
https://gdsfactory.github.io/skywater130/
Last synced: 20 days ago
JSON representation
skywater 130nm pdk
- Host: GitHub
- URL: https://gdsfactory.github.io/skywater130/
- Owner: gdsfactory
- License: mit
- Created: 2022-04-25T17:45:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T07:30:47.000Z (8 months ago)
- Last Synced: 2024-10-28T02:54:11.349Z (7 months ago)
- Language: Python
- Homepage: https://gdsfactory.github.io/skywater130/
- Size: 4.54 MB
- Stars: 26
- Watchers: 3
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome_photonics - skywater130
README
# sky130 gdsfactory PDK 0.13.1
[](https://pypi.org/project/sky130/)
[](https://github.com/psf/black)gdsfactory pdk based on [skywater130](https://github.com/google/skywater-pdk)

- [documentation](https://gdsfactory.github.io/skywater130/README.html)
## Installation
We recommend `uv`
```bash
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
``````bash
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
```### Installation for users
Use python 3.11, 3.12 or 3.13. We recommend [VSCode](https://code.visualstudio.com/) as an IDE.
```
uv pip install sky130 --upgrade
```Then you need to restart Klayout to make sure the new technology installed appears.
### Installation for contributors
Then you can install with:
```bash
git clone https://github.com/gdsfactory/sky130.git
cd sky130
uv venv --python 3.12
uv sync --extra docs --extra dev
```## Documentation
- [gdsfactory docs](https://gdsfactory.github.io/gdsfactory/)