IFUCkGenExtracted.cm
Last Edited by: Don Curry June 9, 1987 10:34:03 am PDT
-- Extract IFU Layout
Install Extract
TakeHeapstats
Statistics on
← CedarProcess.SetPriority[background]
← &mode ← SinixCMosB.mode
← &design ← PW.OpenDesign["IFULayout.dale"]
← CDViewer.CreateViewer[&design, FALSE]
← &PadB ← CDDirectory.Fetch[&design, "PadBlank"]
← &Logo ← CDDirectory.Fetch[&design, "LogoJune87.mask"]
← &IFU ← CDDirectory.Fetch[&design, "IFU"]
← CDProperties.PutProp[&PadB, &mode.extractProcProp, $ExtractCellAsWire]
← CDProperties.PutProp[&Logo, &mode.extractProcProp, $ExtractNull]
Date
TakeHeapstats -d
← &ct ← Sinix.Extract[&IFU, &mode, NIL, NEW [INT ← 0]].result
TakeHeapstats -d
Date
← CoreIO.ReportSaveCellType[&ct]
← &IFUSch ← PW.OpenDesign["IFUSch.dale"]
← &PadFrame ← Sisyph.ES["IFUPadFrame.sch", Sisyph.Create[&IFUSch]]
← &new ← ExtractUtilities.MatchSourceToExtracted[Sisyph.mode.decoration, &mode.decoration, CD.commentLayer, CMosB.ovg, &PadFrame, &ct, "IFUExtracted"]
← CoreIO.ReportSaveCellType[&new]