Skip to content

gdsfactory/gf180

Repository files navigation

gf180 0.1.1

GlobalFoundries 180nm MCU based on Google open source PDK

This is a pure python implementation of the PDK.

Installation

We recommend uv

# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Installation for users

Use python3.10, 3.11 or 3.12. We recommend VSCode as an IDE.

uv pip install cspdk --upgrade

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/gf180.git
cd gf180
uv venv --python 3.11
uv sync --extra docs --extra dev

Documentation