BerkeleyCmosBCif.load
Copyright Ó 1985, 1987 by Xerox Corporation. All rights reserved.
by Jim Gasbarro March 12, 1985 12:38:00 pm PST
Last Edited by: Gasbarro, April 30, 1987 10:15:04 am PDT
Frank Bowers January 24, 1986 4:50:36 pm PST
McCreight, April 14, 1986 4:16:09 pm PST
Bertrand Serlet May 21, 1987 7:03:28 pm PDT
CDCmosB
Install CDReadCif
← ReadCif.technology ← $cmosB
← %CDProperties.PutTechnologyProp[onto: %CD.FetchTechnology[$cmosB], prop: $CDxCIFName, val: NIL]
← %CDProperties.PutLayerProp[onto: %CMosB.ndif, prop: $CDxCIFName, val: "CAA"]
unused
← %CDProperties.PutLayerProp[onto: %CMosB.wndif, prop: $CDxCIFName, val: "CX"]
← %CDProperties.PutLayerProp[onto: %CMosB.wpdif, prop: $CDxCIFName, val: "CX"]
← %CDProperties.PutLayerProp[onto: %CMosB.pwell, prop: $CDxCIFName, val: "CWP"]
← %CDProperties.PutLayerProp[onto: %CMosB.pwellCont, prop: $CDxCIFName, val: "CVA"]
← %CDProperties.PutLayerProp[onto: %CMosB.pol, prop: $CDxCIFName, val: "CPG"]
← %CDProperties.PutLayerProp[onto: %CMosB.met, prop: $CDxCIFName, val: "CMF"]
← %CDProperties.PutLayerProp[onto: %CMosB.met2, prop: $CDxCIFName, val: "CSP"]
← %CDProperties.PutLayerProp[onto: %CMosB.cut, prop: $CDxCIFName, val: "CCP"]
← %CDProperties.PutLayerProp[onto: %CMosB.cut2, prop: $CDxCIFName, val: "CCA"]
unused
← %CDProperties.PutLayerProp[onto: %CMosB.bur, prop: $CDxCIFName, val: "CX"]
← %CDProperties.PutLayerProp[onto: %CMosB.imp, prop: $CDxCIFName, val: "CX"]
← %CDProperties.PutTechnologyProp[onto: %CD.FetchTechnology[$cmosB], prop: $CDxCIFName, val: "CMOS file for reading Berkeley CIF"]
ReadCif compensation example:
← %CDProperties.PutLayerProp[onto: %CMosB.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.