Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.6 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.6 KB

Skywater 130nm Technology PDK for KLayout

License: Apache 2.0

This package contains the Skywater 130nm PDK for KLayout.

Contents

  • sky130.lyt : technology and connections description
  • sky130.lyp : layers color and shape description
  • sky130.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

Usage

Installation

You have two options for using this package:

  1. Clone this repository
  2. 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 reference this package. This can be done by setting the environment variable KLAYOUT_HOME. For example, inside this repository:

KLAYOUT_HOME=./sky130_tech klayout -e

PCells

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.