# GENERAL SETTING set(N = 1400, angle = 25, heights = False, legend = True) # CELL NAME IS "TOP" gds(cell = TOP) # CROSS SECTION LOCATION loc(x = 0.000, y = -0.015, dx = 0.105, dy = 0.090) # BUFFER OXIDE dep(mat = OX, type = SIO2, t = 11, sc = 0.6, color = [0.16, 1.00, 0.16]) # SOURCE/DRAIN DEPOSITION dep(mat = SD, type = AL, t = 55, sc = 0.3, color = [0.59, 0.59, 1.00]) # SOURCE/DRAIN PATTERNING: depth = 0 pat(mask = SD, id = 0, type = Dark, res = 0.001, taper = 89, bias = 0.0, mxdepth = None, targets = [AL]) # GATE INSULATOR DEPOSITION dep(mat = GI, type = SIN, t = 11, sc = 0.6, color = [0.70, 0.70, 0.00]) # GATE METAL DEPOSITION dep(mat = GM, type = AL, t = 11, sc = 0.3, color = [0.00, 0.00, 1.00]) # GATE METAL PATTERNING pat(mask = GM, id = 3, type = Dark, res = 0.001, taper = 89, bias = 0.0, mxdepth = 15, targets = [AL]) # DEMONSTRATES A BLANKET ETCH bla(mxdepth = None, targets = [SIN])