-- TRLayoutB.cm -- Copyright 1988 by Xerox Corporation. All rights reserved. -- Last Edited by: Gasbarro June 23, 1988 11:32:36 am PDT RemoteCommandTool MachineState "B: DecompCtlLogic starting" Install Testarossa PWCoreLichen ← PWCoreLichenImpl.cmdTTols ← CoreStructuralComparison.tightTransistorTolerances ← PWCoreLichen.SetAutomorphismHack[TRUE] SC Statistics on ColorDisplayModeOff ← CedarProcess.SetPriority[background] ← &design ← PW.OpenDesign["Testarossa.dale"] -- ← &design ← CDViewer.FindDesign["Testarossa"] ← CDViewer.CreateViewer[&design] ← CDOps.SetMutability[&design] ← &cx ← Sisyph.Create[&design, NIL] ← TRWireIcons.extractSchematic ← FALSE MachineState "B: Extracting DecompCtlLogic" ← &ctl ← Sisyph.ES["DecompCtlLogic.sch", &cx] MachineState "B: DecompCtlLogic layout" ← PWCore.Layout[&ctl] MachineState "B: Lichenizing DecompCtlLogic" ← PWCoreLichen.Compare[&ctl, [&design, NIL, [[bits: ALL[FALSE]]]], NEW[CoreStructuralComparison.TransistorTolerancesPrivate ← [[1.0, 1.0], [1.0, 1.0]]]] MachineState "B: Storing DecompCtlLogic" ← PWCore.Store[&ctl, TRUE] MachineState "B: DecompCtlLogic done" ← TerminalIO.PutF["\n->->-> VM Free: %g <-<-<-\n", [cardinal[Watch.watchStats.vmFree]]] ← Process.PauseMsec[40000] Rollbackand source TRLayoutD