CDBusCells.mesa (part of ChipNDale)
Copyright © 1983, 1985 by Xerox Corporation. All rights reserved.
Created by Christian Jacobi, August 3, 1983 12:16 pm
last edited by Christian Jacobi, December 22, 1986 10:44:32 pm PST
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𡤀] RETURNS [CD.Object];
-- sizeOfFirst.x = width, sizeOfFirst.y = length of first wire
END.