MCLayoutA.cm
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Last Edited by: Gasbarro November 18, 1987 12:49:32 pm PST
Install MemoryController
PWCoreLichen
SC
Statistics on
ColorDisplayModeOff
← MCWireIcons.extractSchematic ← FALSE
← CedarProcess.SetPriority[background]
← &design ← PW.OpenDesign["MemoryController.dale"]
← &design ← CDViewer.FindDesign["MemoryController"]
← CDViewer.CreateViewer[&design]
← CDOps.SetMutability[&design]
← &cx ← Sisyph.Create[&design, NIL]
← PWCoreLichen.SetAutomorphismHack[TRUE]
← &ip ← Sisyph.ES["InputPipe.sch", &cx]
← PWCore.Layout[&ip]
← PWCoreLichen.Compare[&ip]
← PWCore.Store[&ip, TRUE]
← &ri ← Sisyph.ES["RamInterface.sch", &cx]
← PWCore.Layout[&ri]
← PWCoreLichen.Compare[&ri]
← PWCore.Store[&ri, TRUE]
← &op ← Sisyph.ES["OutputPipe.sch", &cx]
← PWCore.Layout[&op]
← PWCoreLichen.Compare[&op]
← PWCore.Store[&op, TRUE]
← &fic ← Sisyph.ES["FifoInputControl.sch", &cx]
← PWCore.Layout[&fic]
← PWCoreLichen.Compare[&fic]
← PWCore.Store[&fic, TRUE]
← &ctl ← Sisyph.ES["MCControlLogic.sch", &cx]
← PWCore.Layout[&ctl]
← PWCoreLichen.Compare[&ctl]
← PWCore.Store[&ctl, TRUE]
rollbackand source MCLayoutB