ID:60004 WIDTH_MAN parameter of altfp_abs megafunction has value <number>. However, WIDTH_MAN parameter value must be 23 and the WIDTH_EXP parameter value must be 8 for a single precision floating point format.

CAUSE: You specified a value for the WIDTH_MAN parameter of the altfp_abs megafunction. When the WIDTH_MAN parameter has the specified value, the altfp_abs megafunction assumes that you want a single precision floating point format, and as such, the WIDTH_MAN parameter value must be set to 23 and the WIDTH_EXP parameter value must be set to 8. 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 value of the WIDTH_MAN parameter to 23 and the value of the WIDTH_EXP parameter to 8 of the altfp_abs megafunction for a single precision floating point format.