Forum Discussion

anonimcs's avatar
anonimcs
Icon for Contributor rankContributor
1 year ago
Solved

Fitter Error not able to detect any instance for core

Hi all, I have a project implemented on Quartus Prime 17.1 Standard version on Ubuntu 20.04 using an Arria10 and this project was working fine without any errors. Then I added 2 IP blocks (one custo...
  • anonimcs's avatar
    anonimcs
    1 year ago

    Yes, the root cause was that there were multiple top level qsys files in the project (copy of each other, but the file names were different) for revisioning. I had to remove the unused qsys file from my qsf file. After that, I could compile the design all the way.