<> <> <> <> DIRECTORY CD USING [Position, Number, Object, Layer, Design]; CDBusCells: CEDAR DEFINITIONS = BEGIN <<--To have a structure compoatible with Chipmonk's busses in ChipNDale>> CreateBusCell: PROC [design: CD.Design, sizeOfFirst: CD.Position, lev: CD.Layer, count: NAT, offset: CD.Position, lengIncrement: CD.Number_0] RETURNS [CD.Object]; <<-- sizeOfFirst.x = width, sizeOfFirst.y = length of first wire>> END.