GlobalFoundries 180nm MCU based on Google open source PDK
This is a pure python implementation of the PDK.
If you don't have python installed on your system you can download the gdsfactory installer that includes python3, miniconda and all gdsfactory plugins.
If you already have python installed. Open Anaconda Prompt and then install the ubcpdk using pip.
pip install gf180 --upgrade
Then you need to restart Klayout to make sure the new technology installed appears.
For developers you need to git clone
the GitHub repository, fork it, git add, git commit, git push and merge request your changes.
git clone https://github.com/gdsfactory/gf180.git
cd gf180
make install
- Run notebooks on
- gdsfactory docs