SoftHdwDisplayPlacement.cm
Copyright Ó 1988 by Xerox Corporation. All rights reserved.
Barth, January 2, 1989 9:30:56 am PST
CellLibraries
Install Rsh
Install SunNFSRemoteFile
Run SoftHdwFlat
Statistics On
← &name ← "SoftHdwCoreB"
← Process.SetPriority[Process.priorityBackground]
← &ct ← CoreIO.RestoreCellType[fileName: Rope.Cat[&name, ".core"]]
← &ct ← CoreOps.Recast[&ct]
← &flat ← SoftHdwFlat.Flatten[&ct]
← &sizes ← NEW[SoftHdwFlat.ArrayPositionRec ← [[8,8],[16,16],4,horizontal,output]]
← &grainPositions ← SoftHdwFlat.TimberWolf[&flat, &sizes, 100]
← &place ← SoftHdwFlat.HayBaler[&flat, &sizes, &grainPositions]
← &channeled ← SoftHdwFlat.AddChannels[&place, 2]
← &routeResult ← SoftHdwFlat.CreateSurfaceAndRoute[&channeled]
← &route ← &routeResult.route
← &incompleteNetEnds ← &routeResult.incompleteNetEnds
← &incomplete ← &routeResult.incomplete
← &design ← SoftHdwFlat.PrintPlaceAndRoute[&channeled, &route, &incompleteNetEnds]
← &done ← CDIO.WriteDesign[&design, Rope.Cat[&name, ".dale"]]