CD &CommandFileDirectory CDCmosA Install CDReadCif _ ReadCif.technology _ $cmos _ %CDProperties.PutTechnologyProp[onto: %CD.FetchTechnology[$cmos], prop: $CDxCIFName, val: NIL] -- in case this cm file doesn't finish running _ %CDProperties.PutLayerProp[onto: %CMos.ndif, prop: $CDxCIFName, val: "CD"] _ %CDProperties.PutLayerProp[onto: %CMos.pdif, prop: $CDxCIFName, val: NEW[%CIFIntPhase2.CIFDestRec _ [cifDest: "CPI", deltaRadius: 1500 -- nm --]]] _ %CDProperties.PutLayerProp[onto: %CMos.wndif, prop: $CDxCIFName, val: "CX"] _ %CDProperties.PutLayerProp[onto: %CMos.wpdif, prop: $CDxCIFName, val: "CX"] _ %CDProperties.PutLayerProp[onto: %CMos.wellSurround, prop: $CDxCIFName, val: "CX"] _ %CDProperties.PutLayerProp[onto: %CMos.pwell, prop: $CDxCIFName, val: "CPW"] _ %CDProperties.PutLayerProp[onto: %CMos.nwell, prop: $CDxCIFName, val: NEW[%CIFIntPhase2.CIFDestRec _ [cifDest: "CNW", deltaRadius: -4000 -- nm --]]] _ %CDProperties.PutLayerProp[onto: %CMos.pwellCont, prop: $CDxCIFName, val: "CX"] _ %CDProperties.PutLayerProp[onto: %CMos.nwellCont, prop: $CDxCIFName, val: "CX"] _ %CDProperties.PutLayerProp[onto: %CMos.pol, prop: $CDxCIFName, val: "CP"] _ %CDProperties.PutLayerProp[onto: %CMos.met, prop: $CDxCIFName, val: "CM"] _ %CDProperties.PutLayerProp[onto: %CMos.met2, prop: $CDxCIFName, val: "CM2"] _ %CDProperties.PutLayerProp[onto: %CMos.ovg, prop: $CDxCIFName, val: "CG"] _ %CDProperties.PutLayerProp[onto: %CMos.cut, prop: $CDxCIFName, val: "CC"] _ %CDProperties.PutLayerProp[onto: %CMos.cut2, prop: $CDxCIFName, val: "CC2"] _ %CDProperties.PutLayerProp[onto: %CMos.bur, prop: $CDxCIFName, val: "CB"] _ %CDProperties.PutLayerProp[onto: %CMos.imp, prop: $CDxCIFName, val: "CX"] _ %CDProperties.PutTechnologyProp[onto: %CD.FetchTechnology[$cmos], prop: $CDxCIFName, val: "Technology file for use with ReadCif to make Xerox CMOS CIF viewable in CmosA technology"] -- done ΆXeroxCmosACif.load Copyright c 1985 by Xerox Corporation. All rights reserved. by Jim Gasbarro March 12, 1985 12:38:00 pm PST Last Edited by: Gasbarro, July 20, 1987 1:38:31 pm PDT Bertrand Serlet May 21, 1987 5:24:43 pm PDT Frank Bowers January 24, 1986 4:50:47 pm PST McCreight, April 14, 1986 4:16:11 pm PST This technology file works for reading files that have been generated in the standard Xerox Cif format. This format maps pdif and pwellCont into implanted n-diffusion (two separate layers, CPI and CD), and ndif and nwellCont into just n-diffusion (CD). Since Readcif does not detect rectangle intersections, it has no way of recovering the original layers. Thus pdif and pwellCont appear as overlapping n-diffusion and p-diffusion (CD -> n-diffusion, CPI -> p-diffusion), and nwell and nwellCont appear as just n-diffusion. Diffusion is a crock. unused unused unused ReadCif compensation example: _ %CDProperties.PutLayerProp[onto: %CMos.nwell, prop: $CDxCIFName, val: NEW[%CIFIntPhase2.CIFDestRec _ [cifDest: "CNW", deltaRadius: -4000 -- nm --]]] This line would bloat all n-welll rectangles by 4 microns. The sign of deltaRadius corresponds to the tranformation applied when writing the Cif file. Thus, BrandyCIFter would use this property to shrink by 4u while ReadCif bloats by 4u. ReadCif only performs "simple-minded" shrinks, so it is possible that you will end up with disjoint rectangles that were originally connected. Sorry. Κl˜Jšœ™Jšœ Οmœ1™