BicRawExtract.cm
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Bertrand Serlet September 17, 1987 4:01:07 pm PDT
One should be careful that the cell containing overglass rectangles are specially marked, and do not contain pins
Statistics on
Install RawExtract
← &mode ← SinixRawCMosB.mode
← SinixRawCMosBImpl.justKeepOne ← TRUE
TakeHeapstats
← &design ← PW.OpenDesign["BicCompleteLayout.dale"]
← CDViewer.CreateViewer[&design, FALSE]
← CDProperties.PutProp[CDDirectory.Fetch[&design, "InsidePadBlank"], $RawCMosBExtractProc, $ExtractCellAsWireWithPins]
← CDProperties.PutProp[CDDirectory.Fetch[&design, "LargePadBlank"], $RawCMosBExtractProc, $ExtractCellAsWireWithPins]
← SinixRawCMosBImpl.Mark[&design]
← &obj ← CDDirectory.Fetch[&design, "BIC"]
TakeHeapstats -d
date
← &ct ← Sinix.Extract[&obj, &mode, NIL, NEW [INT ← 0]].result
date
TakeHeapstats -d
← TestHighlight.StaticCheckReportGeometrically[&design, &obj, &ct]