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