ID:10516 VHDL type mismatch error at <location>: type <type> used with bit string literal must be BIT type

CAUSE: In a VHDL Design File (.vhd) at the specified location, you used the specified type with a bit string literal. However, the type you use with a bit string literal must be a BIT type.

ACTION: Make sure the type you use with the bit string literal is a BIT type.