ID:16481 Parameter error: <name> parameter of altera_syncram megafunction set to value <value> is illegal -- legal values for <name> parameter must be <name>

CAUSE: You specified an illegal value for the WIDTH_BYTEENA parameter of the altera_syncram megafunction and used the byteena port. The WIDTH_BYTEENA parameter value must be WIDTH / BYTE_SIZE. This error usually occurs when you instantiate a megafunction directly in a text file rather than using the IP Parameter Editor.

ACTION: Modify the design and disconnect the byteena port, or specify a WIDTH_BYTEENA parameter value that is WIDTH / BYTE_SIZE. To avoid receiving this message in the future, Intel recommends using the IP Parameter Editor.