CrossRAMDataBuffer.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Barth, August 26, 1985 6:09:24 pm PDT
DIRECTORY CoreCreate;
CrossRAMDataBuffer: CEDAR DEFINITIONS = BEGIN OPEN CoreCreate;
Ports: Vdd, Gnd, WriteB, nWriteB, ReadB, nReadB, DataB[0..columnOcts), Select[0..select), Bit[0..select*columnOcts), nBit[0..select*columnOcts)
CreateDataBuffer: PROC [design: Design, select, columnOcts: NAT] RETURNS [cell: CellType];
END.