XeroxNmosCif.load
Copyright © 1985 by Xerox Corporation. All rights reserved.
by Jim Gasbarro March 12, 1985 12:38:00 pm PST
Last Edited by: Gasbarro, July 1, 1986 2:09:22 pm PDT
Frank Bowers January 24, 1986 4:50:54 pm PST
McCreight, April 14, 1986 4:16:12 pm PST
CDNmos
GraphicsSubset
run DefaultUserCmdParser
run ReadCifPackage
← ReadCif.technology ← $nmos
← %CDProperties.PutTechnologyProp[onto: %CD.FetchTechnology[$nmos], prop: $CDxCIFName, val: NIL] -- in case this cm file doesn't finish running
← %CDProperties.PutLayerProp[onto: %NMos.pol, prop: $CDxCIFName, val: "NP"]
← %CDProperties.PutLayerProp[onto: %NMos.dif, prop: $CDxCIFName, val: "ND"]
← %CDProperties.PutLayerProp[onto: %NMos.met, prop: $CDxCIFName, val: "NM"]
← %CDProperties.PutLayerProp[onto: %NMos.met2, prop: $CDxCIFName, val: "NM2"]
← %CDProperties.PutLayerProp[onto: %NMos.imp, prop: $CDxCIFName, val: "NI"]
← %CDProperties.PutLayerProp[onto: %NMos.imp0, prop: $CDxCIFName, val: "NI0"]
← %CDProperties.PutLayerProp[onto: %NMos.impWeak, prop: $CDxCIFName, val: "NIW"]
← %CDProperties.PutLayerProp[onto: %NMos.ovg, prop: $CDxCIFName, val: "NG"]
← %CDProperties.PutLayerProp[onto: %NMos.bur, prop: $CDxCIFName, val: "NB"]
← %CDProperties.PutLayerProp[onto: %NMos.cut, prop: $CDxCIFName, val: "NC"]
← %CDProperties.PutLayerProp[onto: %NMos.cut2, prop: $CDxCIFName, val: "NC2"]
← %CDProperties.PutTechnologyProp[onto: %CD.FetchTechnology[$nmos], prop: $CDxCIFName, val: "Technology file for use with ReadCif to make Xerox NMOS CIF viewable"] -- done
ReadCif compensation example:
← %CDProperties.PutLayerProp[onto: %NMos.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.