ID:64000 In the altfp_convert megafunction, the value of the WIDTH_EXP_INPUT parameter is <number> and the value of WIDTH_MAN_INPUT parameter is <number>. However, value of [WIDTH_EXP_INPUT + WIDTH_MAN_INPUT] must be less than 64.

CAUSE: You specified values for the WIDTH_EXP_INPUT and WIDTH_MAN_INPUT parameters of the altfp_convert megafunction. However, the value of [WIDTH_EXP_INPUT + WIDTH_MAN_INPUT] must be less than 64. 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 or WIDTH_MAN_INPUT parameter so that the value of [WIDTH_EXP_INPUT + WIDTH_MAN_INPUT] is less than 64.