Metadata-Version: 2.1
Name: sky130
Version: 0.1.0
Summary: skywater gdsfactory pdk
Home-page: https://github.com/gdsfactory/skywater130
Author: gdsfactory
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# sky130 gdsfactory PDK 0.1.0

[![pypi](https://img.shields.io/pypi/v/sky130)](https://pypi.org/project/sky130/)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

gdsfactory pdk based on [skywater130](https://github.com/google/skywater-pdk)

![](https://i.imgur.com/xvnfEtZ.png)

## Installation

For users:

```
pip install sky130
```

For developers:

```
git clone https://github.com/gdsfactory/skywater130.git
cd skywater130
make install
```

## TODO

- integrate with OpenRoad
- add spice models
- add sample netlist
