Installation

To get this PDK itself:

git clone git@github.com:usnistgov/SOEN-PDK.git

If you do not have KLayout yet, download klayout here and follow its installation instructions.

To use them together, you must create a link:

pip install lygadgets
lygadgets_link SOEN-PDK

Warning

If you are a Windows/Anaconda user, you must do these commands within an Anaconda 3 prompt with administrator privileges.

Restart KLayout. Under the below dropdown, you should see OLMAC. Select it. Then press the “T”.

The technology button

Fig. 1 This is where you change technolgies

Building this documentation

NIST developers, please help write this documentation. To build the docs, cd into the SOEN-PDK directory and call:

make docs

First time, it will spew a lot of text at you. Open your local version of them with:

open docs/_build/html/index.html

Upon subsequent builds, make sure to refresh the pages, not just backspace in Safari.