TRDataPath.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Don Curry, October 5, 1987 6:14:16 pm PDT
DIRECTORY Core, CoreClasses, IO;
TRDataPath: CEDAR DEFINITIONS =
BEGIN
BusShort: PROC[size: INT] RETURNS[wire: Core.Wire]; -- w and sw
Trans:
PROC[type: CoreClasses.TransistorType, length, width:
INT]
RETURNS [cellType: Core.CellType];
END.