Skip to content

mole99/sky130_klayout_pdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

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.

About

Skywaters 130nm Klayout PDK

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.5%
  • Makefile 4.4%
  • Shell 3.1%