gpdk 0.0.1¶
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.
Installation¶
pip install gpdk
Usage¶
import gpdk
gpdk.PDK.activate()
c = gpdk.cells.straight(length=20)
c.show()
Cell library¶
gpdk/cells/ is generated from the pinned gdsfactory version and is not hand-edited.
See make cells-check and make cells-regen.