Install SCDAUser PWCoreLichen TWVelantia.cm -- The Arbiter from [Indigo]Top>Arbiter25.df -- get a cellType to layout through a design _ &de _ PW.OpenDesign["Arbiter25.dale"] _ &cx _ Sisyph.Create[&de] _ &ct _ Sisyph.ExtractSchematicByName["ArbInFrame.sch", &cx] -- layout the cellType _ CoreProperties.PutCellTypeProp[&ct, $Layout, $SCRemoteX] _ &obj _ PWCore.Layout[&ct] _ PW.Draw[&obj] -- compare layout to the cellType _ PWCoreLichen.SetAutomorphismHack[TRUE]; _ PWCoreLichen.Compare[&ct] <SCTestAndCompare.cm Copyright Σ 1987 by Xerox Corporation. All rights reserved. Preas September 25, 1987 4:21:47 pm PDT -- From Logic -- get a cellType to layout through Logic _ &ct _ Sinix.CreateIcon[Logic.CounterUp[10]] -- layout the cellType _ CoreProperties.PutCellTypeProp[&ct, $Layout, $SCRemoteX] _ &obj _ PWCore.Layout[&ct] _ PW.Draw[&obj] -- compare layout to the cellType _ PWCoreLichen.SetAutomorphismHack[TRUE]; _ PWCoreLichen.Compare[&ct] -- The DBus Controller -- get a cellType to layout through a design _ &de _ PW.OpenDesign["ModifiedDBus.dale"] _ &cx _ Sisyph.Create[&de] _ &ct _ Sisyph.ExtractSchematicByName["DBusInterface.sch", &cx] -- layout the cellType _ CoreProperties.PutCellTypeProp[&ct, $Layout, $SCRemoteX] _ &obj _ PWCore.Layout[&ct] _ PW.Draw[&obj] -- compare layout to the cellType _ PWCoreLichen.SetAutomorphismHack[TRUE]; _ PWCoreLichen.Compare[&ct] -- The BIC from [Indigo]Top>BIC.df -- get a cellType to layout through a design _ &de _ PW.OpenDesign["BIC.dale"] _ &cx _ Sisyph.Create[&de] _ &ct _ Sisyph.ExtractSchematicByName["inner.sch", &cx] -- layout the cellType _ CoreProperties.PutCellTypeProp[&ct, $Layout, $SCRemoteX] _ &obj _ PWCore.Layout[&ct] _ PW.Draw[&obj] -- compare layout to the cellType _ PWCoreLichen.SetAutomorphismHack[TRUE]; _ PWCoreLichen.Compare[&ct] Κγ˜™Icode™