<> <> <> <> <<>> Install CoreRoute Run -a TestCoreRoute CDRead TestExtendCells CDRead TestCoreRoute _ &design _ CDViewer.FindDesign["TestCoreRoute"] <> _ &cell _ CDDirectory.Fetch[&design, "MakeRoutingCell"] _ &routing _ TestCoreRoute.TestMakeRoutingCell[&cell] _ PW.Draw[PW.AbutX[&cell, &routing]] <> _ &ct _ TestCoreRoute.TestX[&design] _ &obj _ PWCore.Layout[&ct] _ PW.Draw[&obj] <> _ &ct _ TestCoreRoute.TestY[&design] _ &obj _ PWCore.Layout[&ct] _ PW.Draw[&obj] <> _ &ct _ Sisyph.ES["dogleg2.sch", Sisyph.Create[&design]] _ &obj _ PWCore.Layout[&ct] _ PW.Draw[&obj] <<>> <> _ &cx _ Sisyph.Create[&design] _ &ct _ Sisyph.ES["StackTest.sch", &cx] _ &obj _ PWCore.Layout[&ct]; _ PW.Draw[&obj]; _ &ct _ Sisyph.ES["StackTestRot.sch", &cx] _ &obj _ PWCore.Layout[&ct]; _ PW.Draw[&obj]; _ &ct _ Sisyph.ES["StackTestSingle.sch", &cx] _ &obj _ PWCore.Layout[&ct]; _ PW.Draw[&obj]; <<>> <> _ &ct _ Sisyph.ES["ChangeLayersTest.sch", &cx] _ &obj _ PWCore.Layout[&ct]; _ PW.Draw[&obj]; <<>> <> CDRead CoreRouteMosaicTest _ &design _ CDViewer.FindDesign["CoreRouteMosaicTest"] _ &cx _ Sisyph.Create[&design] _ &ct _ Sisyph.ES["MosaicTest.sch", &cx] _ &obj _ PWCore.Layout[&ct]; _ PW.Draw[&obj];