-- 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