gf180 0.1.0#
GlobalFoundries 180nm MCU based on Google open source PDK
This is a pure python implementation of the PDK.
Installation#
Installation for new python users#
If you don’t have python installed on your system you can download the gdsfactory installer that includes python3, miniconda and all gdsfactory plugins.
Installation for new gdsfactory users#
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.
Installation for developers#
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