Original Document: 2020-09-02 - PDK Generator Documentation (PDF: 2020-09-02 - PDK Generator Documentation)
Block Diagrams: 2020-09-02 - PDK Generator Block Diagrams (PDF: 2020-09-02 - PDK Generator Block Diagrams)
Install KLayout version 0.25 or greater: http://www.klayout.de/build.html
On MacOS:
This example assumes you are cloning the repo in your Desktop folder.
- Clone this repostory using GitHub Desktop.
- Create a symbolic link from the repo PDK-Generator folder into your KLayout salt folder.
$ cd $HOME/.klayout/salt
$ ln -s $HOME/Documents/GitHub/PDK-Generator PDK-Generator
- Start KLayout
- Under the SiEPIC menu, TechGen should be available
On Windows:
This example assumes you are cloning the repo in your Desktop folder.
- Clone this repostory using GitHub Desktop.
- Create a symbolic link (via cmd line running as administrator) from the repo PDK-Generator folder into your KLayout salt folder.
cd C:\Users\seanl\KLayout\salt
mklink /J PDK-Generator "C:\Users\seanl\Desktop"