CDNmos run ReadCifPackage _ %CDProperties.PutPropOnTechnology[onto: %CD.FetchTechnology[$nmos], prop: $CDxCIFName, val: NIL] -- in case this cm file doesn't finish running _ %CDProperties.PutPropOnLayer[onto: %NMos.imp, prop: $CDxCIFName, val: "NI"] _ %CDProperties.PutPropOnLayer[onto: %NMos.dif, prop: $CDxCIFName, val: "ND"] _ %CDProperties.PutPropOnLayer[onto: %NMos.bur, prop: $CDxCIFName, val: "NB"] _ %CDProperties.PutPropOnLayer[onto: %NMos.pol, prop: $CDxCIFName, val: "NP"] _ %CDProperties.PutPropOnLayer[onto: %NMos.cut, prop: $CDxCIFName, val: "NC"] _ %CDProperties.PutPropOnLayer[onto: %NMos.met, prop: $CDxCIFName, val: "NM"] _ %CDProperties.PutPropOnLayer[onto: %NMos.ovg, prop: $CDxCIFName, val: "NG"] _ %CDProperties.PutPropOnLayer[onto: %NMos.cut2, prop: $CDxCIFName, val: "NC2"] _ %CDProperties.PutPropOnLayer[onto: %NMos.met2, prop: $CDxCIFName, val: "NM2"] _ %CDProperties.PutPropOnLayer[onto: %NMos.snerd, prop: $CDxCIFName, val: "X2"] _ %CDProperties.PutPropOnLayer[onto: %NMos.NOcOL, prop: $CDxCIFName, val: "X1"] _ %CDProperties.PutPropOnLayer[onto: %NMos.imp0, prop: $CDxCIFName, val: "NY"] _ %CDProperties.PutPropOnLayer[onto: %NMos.impWeak, prop: $CDxCIFName, val: "NY"] _ %CDProperties.PutPropOnLayer[onto: %NMos.nwel, prop: $CDxCIFName, val: "T"] _ %CDProperties.PutPropOnLayer[onto: %NMos.nwelCont, prop: $CDxCIFName, val: "X3"] _ %CDProperties.PutPropOnTechnology[onto: %CD.FetchTechnology[$nmos], prop: $CDxCIFName, val: "Technology file for use with ReadCif to make Xerox NMOS CIF viewable"] -- done XeroxNmosCif.cm Copyright c 1985 by Xerox Corporation. All rights reserved. by Jim Gasbarro March 12, 1985 12:38:00 pm PST Last Edited by: Gasbarro, May 8, 1985 5:57:42 pm PDT wierd layers ReadCif compensation example: _ %CDProperties.PutPropOnLayer[onto: %NMos.nwel, prop: $CDxCIFName, val: NEW[%CIFIntPhase2.CIFDestRec _ [cifDest: "CNW", deltaRadius: -4000 -- nm --]]] This line would bloat all n-well 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. Êÿ˜Jšœ™Jšœ Ïmœ1™