Skip to content

Layout

NOTE: If you were previously using the gf180 package, it has been renamed to gf180mcu and 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_nd2ps()
c.plot()

png