CDCiftoDraculaSettings.cm
Copyright Ó 1984, 1986, 1987 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, March 25, 1986 5:19:31 pm PST
Last Edited by: Ross, February 19, 1987 7:51:03 am PST
Christian Le Cocq September 11, 1987 1:33:06 pm PDT
-- cmos-B; lambda = 1 mu;
-- uncompensated used for ECAD DRC;
-- special split contacts
-- do not edit without making a new registration keys
-- 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�]]
-- flatten transistors and contacts
← %CDProperties.PutProp[onto: $CDxCIFRegistrations, prop: $CDxFlattenAtomic, val: $TRUE]
-- 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 CND;\nB 64 64 32 32;\nL CPWC;\nB 64 64 32 96;\nL CM;\nB 64 128 32 64;\nL CC;\nB 32 96 32 64;\nL CB;\nB 64 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 CPD;\nB 64 64 32 32;\nL CNWC;\nB 64 64 32 96;\nL CNW;\nB 224 224 32 32;\nL CB;\nB 64 96 32 64;\nL CM;\nB 64 128 32 64;\nL CC;\nB 32 96 32 64;\n"]
-- layer names
← %CDProperties.PutLayerProp[onto: %CMosB.nwell, prop: $CDxCIFRegistrations, val: "CNW"]
← %CDProperties.PutLayerProp[onto: %CMosB.ndif, prop: $CDxCIFRegistrations, val: "CND"]
← %CDProperties.PutLayerProp[onto: %CMosB.pdif, prop: $CDxCIFRegistrations, val: "CPD"]
← %CDProperties.PutLayerProp[onto: %CMosB.nwellCont, prop: $CDxCIFRegistrations, val: "CNWC"]
← %CDProperties.PutLayerProp[onto: %CMosB.pwellCont, prop: $CDxCIFRegistrations, val: "CPWC"]
← %CDProperties.PutLayerProp[onto: %CMosB.pol, prop: $CDxCIFRegistrations, val: "CP"]
← %CDProperties.PutLayerProp[onto: %CMosB.cut, prop: $CDxCIFRegistrations, val: "CC"]
← %CDProperties.PutLayerProp[onto: %CMosB.met, prop: $CDxCIFRegistrations, val: "CM"]
← %CDProperties.PutLayerProp[onto: %CMosB.cut2, prop: $CDxCIFRegistrations, val: "CC2"]
← %CDProperties.PutLayerProp[onto: %CMosB.met2, prop: $CDxCIFRegistrations, val: "CM2"]
← %CDProperties.PutLayerProp[onto: %CMosB.ovg, prop: $CDxCIFRegistrations, val: "CG"]
← %CDProperties.PutLayerProp[onto: %CMosB.imp, prop: $CDxCIFRegistrations, val: "CIMP"]
-- register this file
← %CDProperties.PutProp[onto: $CDxCIFRegistrations, prop: $CDxCIFName, val: "CMOS-B, ECAD cif output, uncompensated, hierarchical, commandfile of September 11, 1987"]