Layout#
NOTE: If you were previously using the
gf180
package, it has been renamed togf180mcu
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()
