<> <> <> <<>> DIRECTORY Core, CoreClasses, IO; TRDataPath: CEDAR DEFINITIONS = BEGIN BusShort: PROC[size: INT] RETURNS[wire: Core.Wire]; -- w and sw Trans: PROC[type: CoreClasses.TransistorType, length, width: INT] RETURNS [cellType: Core.CellType]; END. <<>>