The generic PDK for gdsfactory, packaged as a standalone PDK.
gpdk wraps every generic gdsfactory cell as a PDK cell, and owns the generic technology
(layers, layer stack, layer views, KLayout assets). It is the reference shape for other PDKs.
pip install gpdk
import gpdk
gpdk.PDK.activate()
c = gpdk.cells.straight(length=20)
c.show()
gpdk/cells/ is generated from the pinned gdsfactory version and is not hand-edited.
See make cells-check and make cells-regen.