ID:10987 SystemVerilog error at <location>: closing label "<string>" must match the original label "<string>"

CAUSE: In a SystemVerilog Design File (.sv), you used a closing label at the end of a construct. However, the closing label does not match the label you used at the beginning of the construct. The closing label, if present, must repeat the original label.

ACTION: Delete the optional closing label, or change it to be the same as the original label.