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_nd2ps()
c.plot()
../_images/957c6b4d6f8b5dd811b24a0ab176847cd84242ef4b41810b50b2eddf2a66787c.png