SCInitialPlace.mesa ///StdCell/SCInitialPlace.mesa
Bryan Preas August 13, 1985 4:20:55 pm PDT
Copyright © 1985 by Xerox Corporation. All rights reserved.
by Bryan Preas August 29, 1985 2:48:22 pm PDT
last edited by Bryan Preas September 9, 1985 10:48:21 am PDT
DIRECTORY
SC;
SCInitialPlace: CEDAR DEFINITIONS =
BEGIN
PosInit: PUBLIC PROCEDURE [handle: SC.Handle];
RowInit: PUBLIC PROCEDURE [handle: SC.Handle];
PrePlace: PUBLIC PROCEDURE [handle: SC.Handle, numRows: NAT ← 0, initialized: BOOLEAN ← TRUE];
END.