Forum Discussion
LCard2
New Contributor
7 years ago.qip and .sip generated files manually added to project . On compile entities in .qip not found. Before I start cutting and pasting modules into existing.v files, what's proper way to incorporate these PLLs? Details of transcript warnings below.
Warning (20013): Ignored 16 assignments for entity "IPpll" -- entity does not exist in design Warning (20014): Assignment for entity set_global_assignment -name IP_TOOL_NAME altera_pll -entity IPpl...
sstrell
Super Contributor
7 years ago"Entity does not exist in design" indicates that you added the IP files to the project but didn't instantiate the PLL in your actual design. Did you instantiate the PLL in your RTL code?