<> <> <> Install DAUser _ CedarProcess.SetPriority[background] _ &design _ CDIO.ReadDesign["BIC.dale", NIL, NIL, NIL] _ &cx _ Sisyph.Create[&design, NIL] <<-- SC block>> <> <> <<_ &ct _ Sisyph.ES["DBusControl.sch", &cx]>> <<_ CoreProperties.PutCellTypeProp[&ct, $numRows, NEW[NAT_13]] -- used 15>> <<_ CoreProperties.PutCellTypeProp[&ct, $Investment, $veryLong] -- try hard!!!>> <<_ &ob _ PWCore.Layout[&ct]>> <<_ CoreIO.ReportSaveCellType[&ct]>> <> <<_ PW.Draw[&ob]>> <> <<>> <<-- The inner>> <> <<_ &ct _ Sisyph.ES["inner.sch", &cx]>> <<_ &ob _ PWCore.Layout[&ct]>> <<_ CoreIO.ReportSaveCellType[&ct]>> <> <<_ PW.Draw[&ob]>> <> <<>> -- The whole chip Install Cabbage run -a NewPadFrameImpl Date _ &ct _ Sisyph.ES["BIC.sch", &cx] _ &ob _ PWCore.Layout[&ct] _ PW.Draw[&ob] _ PWCore.Store[&ct, TRUE] copy ///BIC.core _ BIC.core Date <<-- Read from file>> <<_ &ct _ CoreIO.RestoreCellType["BIC", NIL]>> <<_ &ob _ PWCore.Layout[&ct]>> <<_ PW.Draw[&ob]>> <<>> <<>> <> <<>> <<_ Static.CountLeafConnections[&ct, Static.CheckCount, CoreFlat.CreateCutSet[labels: LIST["Logic"]]]>> <<>> <> <<-- Quick finish for sim>> <> <<_ &ct _ Sisyph.ES["BIC.sch", &cx]>> <<_ PWCore.Store[&ct, TRUE]>> <> <> <<>>