Layout#
NOTE: If you were previously using the
gf180package, it has been renamed togf180mcuand the original package is now deprecated.
Layout driven flow#
You can import the PDK and layout any of the standard cells
from gf180mcu import PDK, cells
PDK.activate()
c = cells.diode_dw2ps()
c.plot()