<> <> <> <> <<>> <> DIRECTORY CD, CStitching, Drc; DrcCmosbGapHack: CEDAR DEFINITIONS SHARES Drc ~ BEGIN notChannel: Drc.WireInstance ~ [NIL, NIL, [], NIL]; GapIsFilled: PROC [gap: Drc.Rect, l: CD.Layer, w: Drc.WireInstance, state: Drc.State, additionalWire: Drc.WireInstance _ notChannel, additionalCells: LIST OF Drc.WireSet _ NIL] RETURNS [notch: LIST OF Drc.Rect] END.