<> <> <> <<>> DIRECTORY Core, CoreClasses; SmallCacheDataPath: CEDAR DEFINITIONS = BEGIN Structure: PROC[wds, bits: NAT] RETURNS [public: Core.Wires]; -- strc and flat <> <> BusShort: PROC[size: INT] RETURNS[wire: Core.Wire]; -- w and sw Trans: PROC[type: CoreClasses.TransistorType, length, width: INT] RETURNS [cellType: Core.CellType]; END. <<>>