https://github.com/gdsfactory/skywater130
skywater 130nm pdk
https://github.com/gdsfactory/skywater130
Last synced: 6 months ago
JSON representation
skywater 130nm pdk
- Host: GitHub
- URL: https://github.com/gdsfactory/skywater130
- Owner: gdsfactory
- License: mit
- Created: 2022-04-25T17:45:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-01T07:51:12.000Z (8 months ago)
- Last Synced: 2025-12-01T23:52:05.736Z (8 months ago)
- Language: Python
- Homepage: https://gdsfactory.github.io/skywater130/
- Size: 4.84 MB
- Stars: 37
- Watchers: 2
- Forks: 15
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sky130 gdsfactory PDK 0.15.2
[](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/skywater130.git
cd sky130
make install
uv venv --python 3.12
uv sync --extra docs --extra dev
```
## Documentation
- [gdsfactory docs](https://gdsfactory.github.io/gdsfactory/)