<> <> <> DIRECTORY CoreCreate; CrossRAMDecoder: CEDAR DEFINITIONS = BEGIN OPEN CoreCreate; <> CreateDecoder: PROC [design: Design, addressDecoderBits, rowQuads: NAT] RETURNS [cell: CellType]; END.