# File: mORBn20.ext # For: Extract definition file # Vendor: Orbit Semiconductor, Inc. # Technology: 2.0U (Lambda = 1.0um) / N-well (SCNA) # Technology File: mORBn20.tdb # This file will work only with L-EDIT Version 7 and greater. # Copyright (c) 1991-98 # Tanner Research, Inc. All rights reserved # **************************************************************************** connect(Poly, Metal1, Poly Contact) connect(Field Active, Metal1, Active Contact) connect(Metal1, Metal2, Via) connect(Metal1, N Well, Gnd) connect(Metal1, Substrate, Gnd) # NMOS transistor device = MOSFET( RLAYER=ntran; Drain=Field Active; Gate=Poly; Source=Field Active; Bulk=Substrate; MODEL=NMOS; ) # PMOS transistor device = MOSFET( RLAYER=ptran; Drain=Field Active; Gate=Poly; Source=Field Active; Bulk=N Well; MODEL=PMOS; )