Critical Issue
The Quartus II software may generate the following error because MegaCore generated HDL does not target the same device family as you set for the project.Error (13221): You must regenerate the IP component instantiated in file <vhdl_file_bane> so that it targets the project device family; currently, the IP component targets a device family that does not match the project device family. You can regenerate the IP component in the MegaWizard Plug-In Manager or in Qsys.
To work around this problem, add the following line to the MegaCore-generated .qip file:set_global_assignment -name IP_GENERATED_DEVICE_FAMILY "{Arria 10}"The .qip file is in the DSPBuilder_<design_name>_import directory for DSP Builder Standard MegaCore blocks.