-- TRLayoutD.cm -- Copyright 1988 by Xerox Corporation. All rights reserved. -- Last Edited by: Gasbarro June 23, 1988 5:12:52 pm PDT RemoteCommandTool run ///7.0/Commands/ThisMachineInUse InUse& MachineState "D: Testarossa 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 "D: Extracting Testarossa" _ &tr _ Sisyph.ES["Testarossa.sch", &cx] MachineState "D: Testarossa layout" _ PWCore.Layout[&tr] MachineState "D: Lichenizing Testarossa" _ PWCoreLichen.Compare[&tr, [&design, NIL, [[bits: ALL[FALSE]]]], NEW[CoreStructuralComparison.TransistorTolerancesPrivate _ [[1.0, 1.0], [1.0, 1.0]]]] MachineState "D: Storing Testarossa" _ PWCore.Store[&tr, TRUE] _ TerminalIO.PutF["\n->->-> VM Free: %g <-<-<-\n", [cardinal[Watch.watchStats.vmFree]]] MachineState "D: Testarossa route check" _ RoutingCheck.Check[&design] MachineState "D: Testarossa done" _ TerminalIO.PutF["\n->->-> VM Free: %g <-<-<-\n", [cardinal[Watch.watchStats.vmFree]]] Rollbackand TRCCheck