This package contains the Skywater 130nm PDK for KLayout.
sky130.lyt
: technology and connections descriptionsky130.lyp
: layers color and shape descriptionsky130.map
: layer mapping of def/lef shapes- DRC : DRC deck, located at mpw_precheck
- LVS : LVS script, located at
lvs/lvs_sky130.lylvs
- PCells : devices generators
You have two options for using this package:
- Clone this repository
- Install the complete sky130 PDK from open_pdks either manually or with volare. The PDK also includes this package.
When you start KLayout, you must load this package. This can be done by setting the environment variable KLAYOUT_PATH
. For example, inside this repository:
KLAYOUT_PATH=./sky130_tech klayout -e
If you would like to use the PCells, you need to install gdsfactory
in your system-wide Python package installation.
This can be as simple as running the following:
pip install --upgrade gdsfactory
Important
If you are using a Linux distribution that discourages the installation of system-wide Python packages through pip, you need to pass --break-system-packages
.