-- TRLayoutC.cm -- Copyright 1988 by Xerox Corporation. All rights reserved. -- Last Edited by: Gasbarro June 17, 1988 11:34:02 am PDT RemoteCommandTool MachineState "C: DecompDataPath starting" Install Testarossa PWCoreLichen ← PWCoreLichenImpl.cmdTTols ← CoreStructuralComparison.tightTransistorTolerances ← PWCoreLichen.SetAutomorphismHack[TRUE] 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 "C: Extracting DecompDataPath" ← &dp ← Sisyph.ES["DecompDataPath.sch", &cx] MachineState "C: DecompDataPath layout" ← PWCore.Layout[&dp] MachineState "C: Lichenizing DecompDataPath" ← PWCoreLichen.Compare[&dp, [&design, NIL, [[bits: ALL[FALSE]]]], NEW[CoreStructuralComparison.TransistorTolerancesPrivate ← [[1.0, 1.0], [1.0, 1.0]]]] MachineState "C: Storing DecompDataPath" ← PWCore.Store[&dp, TRUE] MachineState "C: DecompDataPath done" ← TerminalIO.PutF["\n->->-> VM Free: %g <-<-<-\n", [cardinal[Watch.watchStats.vmFree]]] ← Process.PauseMsec[40000] Rollbackand source TRLayoutD