SimpleBPCTest.cm
Massoud Pedram July 8, 1988 12:10:34 pm PDT
look at [yazoo]<Cedar>Users>monier.pa>Bic.dale and LayoutBIC.cm for a model
Created by Bryan Preas August 24, 1987 12:34:54 pm PDT
put Layout: $Get and PWCoreSourceDesign: design on leaf celltypes
put Layout: $GC on root cellType
Install GC
-- CDCmosB
← &design ← PW.OpenDesign["SimpleBPCTest.dale"]
← &context ← Sisyph.Create[&design, NIL]
← &cellType ← Sisyph.ES["SimpleBPC.sch", &context]
← CoreIO.ReportSaveCellType[&cellType]
← &obj ← PWCore.Layout[&cellType]
← PWCore.Store[&cellType, TRUE]
← &de ← PW.Draw[&obj]
← CDIO.WriteDesign[&de, "SimpleBPCTestRouted.dale"]