ID:10894 Illegal bit string literal "<name>" at <name>: a decimal bit string literal can only have digits

CAUSE: You specified a decimal bit string literal in the VHDL Design File (.vhd). However, the literal has characters other than digits. A decimal bit string literal can only have digits.

ACTION: Remove the non-digit characters from the decimal bit string literal, or use another type of string literal.