altfp_add_sub not working on standard Quartus 20.1
Hello,
I'm using quartus standard version 20.1. I want to use the altfp_add_sub megafunction. However, after generating the megafunction using the MegaWizard Plug-In Manager, when I try to synthesize, I have the error :
Instance "altfp_add_sub_component" instantiates undefined entity "altfp_add_sub". Ensure that required library paths are specified correctly, define the specified entity, or change the instantiation. If this entity represents Intel FPGA or third-party IP, generate the synthesis files for the IP.
I have searched everywhere the solution of this problem in vain. The strange thing is that, on quartus 18.1, I can synthesize. So maybe the megafunction has been removed, but since this megafunction is still available on the IP catalog, I doubt it.
I also tried to add the component declaration of altfp_add_sub on the altera_mf_components.vhd file but this did not resolve the problem.
Thank you in advance