ID:13652 VHDL Enumeration Type Declaration error at <location>: enumeration type "<name>" already contains enumeration literal "<name>"

CAUSE: In a enumeration type declaration at the specified location in a VHDL design file (.vhd), you redeclared an enumeration literal. Enumeration literals must be unique.

ACTION: Remove the duplicate enumeration literal.