CDCMosBCIF.load
Copyright © 1984, 1985 by Xerox Corporation. All rights reserved.
E. McCreight, June 13, 1984 6:19:06 pm PDT
Ch. Jacobi, June 13, 1984 9:03:08 pm PDT
Last Edited by: McCreight, October 16, 1984 2:28:18 pm PDT
Last Edited by: Jacobi, December 19, 1985 10:53:57 am PST
-- cmos-B; lambda = 1 mu;
-- compensated as for MPC;
-- special split contacts
-- do not edit without making a new registration keys
cdcifgen
CDCMosB
-- un-register previous file
///ChipNDale/CDRemoveRegistration CDxCIFRegistrations
-- set up
← &cifSpecials ← NEW[CDProperties.PropList←NIL];
← %CDProperties.PutProp[onto: $CDxCIFRegistrations, prop: $CDxCIFTechnology, val: $cmosB]
← %CDProperties.PutProp[onto: $CDxCIFRegistrations, prop: $CDxCIFSpecials, val: &cifSpecials]
-- cif units per lambda
← %CDProperties.PutProp[onto: $CDxCIFRegistrations, prop: $CDxCIFUnitsPerLambda, val: NEW[INT�]]
-- special objects (split contacts)
← %CDProperties.PutProp[onto: &cifSpecials, prop: $C2DifShortCon, val: "25 4;\n9 SplitContA;\n( special setup for split-contact );\n( assuming lambda=100 cif units );\nL CD;\nB 64 64 32 32;\nL CD;\nB 64 64 32 96;\nL CPI;\nB 112 88 32 108;\nL CM;\nB 64 128 32 64;\nL CC;\nB 32 96 32 64;\n"]
← %CDProperties.PutProp[onto: &cifSpecials, prop: $C2WellDifShortCon, val: "25 4;\n9 SplitContW;\n( special setup for split-contact );\n( assuming lambda=100 cif units );\nL CD;\nB 64 64 112 112;\nL CPI;\nB 112 88 112 124;\nL CNW;\nB 96 96 112 112;\nL CD;\nB 64 64 112 176;\nL CM;\nB 64 128 112 144;\nL CC;\nB 32 96 112 144;\n"]
-- layer names
← %CDProperties.PutPropOnLayer[onto: %CMosB.nwell, prop: $CDxCIFRegistrations, val: NEW[%BrandyCifter.CIFDestRec ← [cifDest: "CNW", deltaRadius: -4000 -- nm --]]] -- n-well must shrink
← %CDProperties.PutPropOnLayer[onto: %CMosB.pwell, prop: $CDxCIFRegistrations, val: "CPW"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.imp, prop: $CDxCIFRegistrations, val: "CI"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.ndif, prop: $CDxCIFRegistrations, val: "CD"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.pwellCont, prop: $CDxCIFRegistrations, val: LIST["CD", NEW[%BrandyCifter.CIFDestRec ← [cifDest: "CPI", deltaRadius: 1500 -- nm --]]]] -- p-well contact add implant (grown)
← %CDProperties.PutPropOnLayer[onto: %CMosB.pdif, prop: $CDxCIFRegistrations, val: LIST["CD", NEW[%BrandyCifter.CIFDestRec ← [cifDest: "CPI", deltaRadius: 1500 -- nm --]]]]-- p-diffusion add implant (grown)
← %CDProperties.PutPropOnLayer[onto: %CMosB.nwellCont, prop: $CDxCIFRegistrations, val: "CD"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.bur, prop: $CDxCIFRegistrations, val: "CB"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.pol, prop: $CDxCIFRegistrations, val: "CP"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.cut, prop: $CDxCIFRegistrations, val: "CC"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.met, prop: $CDxCIFRegistrations, val: "CM"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.cut2, prop: $CDxCIFRegistrations, val: "CC2"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.met2, prop: $CDxCIFRegistrations, val: "CM2"]
← %CDProperties.PutPropOnLayer[onto: %CMosB.ovg, prop: $CDxCIFRegistrations, val: "CG"]
-- register this file
← %CDProperties.PutProp[onto: $CDxCIFRegistrations, prop: $CDxCIFName, val: "CMOS-B, real mask output, compensated, hierarchical, commandfile of 12-5-1985"]
--
-- CMOS-B, real mask output, compensated,
-- hierarchical, cifPerLambda=100
-- does not need to register a command
-- please check if all commands finished successfully
--