ID:64005 WIDTH_EXP_INPUT parameter of the altfp_convert megafunction has value <number>. However, the WIDTH_EXP_INPUT parameter value must be 8 and the WIDTH_MAN_INPUT parameter value must be 23 for a single precision floating point format.

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