CDMEBESForElrod.load
last modified by McCreight, June 4, 1986 4:34:41 pm PDT
Last Edited by: Gasbarro May 28, 1986 2:57:34 pm PDT
CDCmosA
CDMEBES
← %CDProperties.PutTechnologyProp[onto: %CMos.cmos, prop: $CDMEBESNmPerLambda, val: NEW[CDMEBES.Nm ← 1000]]
.. the die size
← %CDProperties.PutTechnologyProp[onto: %CMos.cmos, prop: $CDMEBESXNmPerDie, val: NEW[CDMEBES.Nm ← 100000000]]
← %CDProperties.PutTechnologyProp[onto: %CMos.cmos, prop: $CDMEBESYNmPerDie, val: NEW[CDMEBES.Nm ← 100000000]]
← %CDProperties.PutTechnologyProp[onto: %CMos.cmos, prop: $CDMEBESNmMaxBloat, val: NEW[CDMEBES.Nm ← 10000 -- 10 um is an upper bound on the greatest distance the "influence" of a drawn object extends beyond itself -- ]]
← %CDProperties.PutTechnologyProp[onto: %CMos.cmos, prop: $CDMEBESActiveToScribeCenter, val: NEW[CDMEBES.Nm ← 0]]
← &thinOx ← NEW[%CDMEBES.MaskSpecRec ← [name: "10", mebesPixelPitch: 1000 -- nm --, mode: reticle, cover: NEW[%CDMEBES.CDLayerRec ← [source: %CMos.ndif, deltaDiameter: 0 ]]]]
← %CDProperties.PutTechnologyProp[onto: %CMos.cmos, prop: $CDMEBESMaskSetSpec, val: LIST[ &thinOx ]]
.. the name of the die (until I figure out how to get it into the design)
← %CDProperties.PutAtomProp[$MEBESMask, $CDMEBESMaskSetName, "EDLIDT0"]