gf180mcu 1.0.0¶
GlobalFoundries 180nm MCU based on Google open source PDK
This is a pure python implementation of the PDK.
NOTE: If you were previously using the
gf180package, it has been renamed togf180mcuand the original package is now deprecated. See the migration guide for more information.
Installation¶
We recommend uv
Installation for users¶
Use python 3.11, 3.12 or 3.13. We recommend VSCode as an IDE.
Then you need to restart Klayout to make sure the new technology installed appears.
Installation for contributors¶
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/gf180mcu.git
cd gf180
uv venv --python 3.12
uv sync --extra docs --extra dev
Documentation¶
Pre-commit¶
Release¶
- Bump the version:
- Push the tag:
- Create a pull request with the updated changelog since last release.