StartSSCache.cm
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Jean Gastinel July 12, 1988 7:43:30 pm PDT
Install FullCache
RunCache7
← PlotGraphImpl.yAxisName ← 4.0
← DRam.EnableUninitializedReads[TRUE]
CDRead FullCache
← &cutset ← CoreFlat.CreateCutSet[labels: LIST["Logic","LogicMacro","FSM","DPMacro","Memory"]]
← &design ← CDViewer.FindDesign["FullCache"]
← &cx ← Sisyph.Create[&design]
← &ct ← Sisyph.ES["FullBoard.sch", &cx]
← CoreProperties.PutCellTypeProp[&ct, $CutSet, &cutset]
← CoreCDUser.SetRootCellTypeDecoration[&ct, Sisyph.mode.decoration]
← CoreCDUser.SetDesignRootCellType[&design, &ct]
← &tester ← DAUser.RunRosemary[&ct, &design]
← RosemaryUser.StartTest[&tester]