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

import gf180mcu  # The new package name (previously gf180)
c = gf180mcu.diode_dw2ps()
c.plot()
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[2], line 1
----> 1 c = gf180mcu.diode_dw2ps()
      2 c.plot()

AttributeError: module 'gf180mcu' has no attribute 'diode_dw2ps'