ID:73005 WIDTH_EXP parameter value is <number> in the ALTFP_SINCOS megafunction, but the WIDTH_EXP parameter value must be 8 and the WIDTH_MAN parameter value must be 23 for single precision floating point format

CAUSE: You specified an illegal value for the WIDTH_EXP parameter. When the WIDTH_EXP parameter has the specified value, the ALTFP_SINCOS megafunction assumes that you want single precision floating point format. The WIDTH_EXP parameter value must be 8 and the WIDTH_MAN parameter value must be 23 for single precision floating point format. This error usually occurs when you instantiate a megafunction directly in your design file rather than using the MegaWizard Plug-In Manager .

ACTION: Change the value of the WIDTH_EXP parameter to 8 and the value of the WIDTH_MAN parameter to 23 of the ALTFP_SINCOS megafunction for single precision floating point format.