ID:68005 In the altfp_inv_sqrt megafunction, the value of the WIDTH_EXP parameter is <number>, but the value of the WIDTH_EXP parameter must be less than the value of WIDTH_MAN parameter, which is <number>

CAUSE: You specified a value for the WIDTH_EXP parameter of the altfp_inv_sqrt megafunction. However, the value of the WIDTH_EXP parameter must be less than the value of the WIDTH_MAN parameter. This error usually occurs when you instantiate a megafunction directly in a design file rather than using the MegaWizard Plug-In Manager .

ACTION: Change the value of the WIDTH_EXP parameter so that it is less than the value of WIDTH_MAN parameter, or change the value of the WIDTH_MAN parameter so that it is greater than the value of the WIDTH_EXP parameter.