ID:71002 WIDTH_EXP and WIDTH_MAN parameters of the altfp_matrix_mult megafunction have values <number>,<number>. However, the parameter values are not set according to the IEEE 754 single precision or double precision standard, which are 8, 23 and 11, 52.

CAUSE: You specified values for the WIDTH_EXP and the WIDTH_MAN parameters of the altfp_matrix_mult megafunction. However, since the current supported precisions are only single and double precisions, the WIDTH_EXP and the WIDTH_MAN parameters must be set to 8, 23 for a single precision floating format or 11, 52 for a double precision floating format. This error usually occurs when you instantiate a megafunction directly in a text file instead of using the MegaWizard Plug-In Manager .

ACTION: Change the values of the WIDTH_EXP and the WIDTH_MAN parameters to 8, 23 for a single precision floating point format or 11, 52 for a double precision floating point format.