Layout

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_dw2ps()
c.plot()
../_images/9d8cb777a560ce6bb92608918ff98cc5fd338572f051ff1093487f77d131d4ab.png