ID:13638 VHDL error at <location>: choice "<text>" overlaps with a previous choice

CAUSE: In a construct at the specified location in a VHDL design file (.vhd), you used the specified choice. However, the choice was covered by a previous choice. All choices must be disjoint.

ACTION: Modify the choice to remove the overlap.