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

CAUSE: You specified values for the WIDTH_EXP and WIDTH_MAN parameters of the altfp_matrix_inv megafunction. However, since the current supported precision 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 point format or 11, 52 for a double precision floating point 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 either 8, 23 for a single precision floating point format or 11, 52 for a double precision floating point format.