EU2RamControl.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Louis Monier March 12, 1986 2:26:29 pm PST
DIRECTORY Core;
-- Generates the control for
the KBus driver   1 line
the ram precharge  1 line
the X select lines   3*40 lines
the Y select lines  3*4 lines
-- Inputs are reject and ramAdr.
EU2RamControl: CEDAR DEFINITIONS = BEGIN
CreateRamControl: PROC RETURNS [Core.CellType];
END.