EU2Top.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Louis Monier January 29, 1986 7:36:14 pm PST
DIRECTORY Core;
EU2Top: CEDAR DEFINITIONS = BEGIN
CreateEU2Inner: PROC RETURNS [Core.CellType];
CreateEU2Control: PROC RETURNS [Core.CellType];
CreateEU2DataPath: PROC RETURNS [Core.CellType];
END.