Error Message 12006 with Quartus Prime Standard Edition 23.1
I have a Stratix V design I'm trying to migrate to Quartus Prime Standard Edition 23.1 from 18.1. During compile (in the Analysis & Synthesis section), I encountered following error message:
(12006): Node instance "altclkctrl_component" instantiates undefined entity "altclkctrl_inst". 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.
My design doesnt call this component directly. When I clicked on the error message, it brought me to a file alt_sfl_enchanced.v which is located at the install directory: c:/intelfpga/23.1std/quartus/libraries/megafunctions/alt_sfl_enhanced.v. It look for that instance. Where is this instance suppose to reside, and how do I find it?