Forum Discussion
Hello,
I started with a new Quartus project, and I can now successfully simulate the FFT IP.
For future users, it is important to add the .sip and .qip files to your project for successful simulation. This can be done by going to Project->Add/Remove Files in Project and then navigating to the files. The .sip file is located in <IP-name>/simulation folder and the .qip file is located in the <IP-name>/synthesis folder. If you don't add these folders and you try to perform Analysis & Synthesis, you will get an error about a missing entity.
Following the youtube video (https://www.youtube.com/watch?v=PmVVXQchv2c) from Intel was also helpful.
For the FFT IP I also had to add <IP-name>.v and one of its submodules to the project for successful Analysis & Synthesis.
Thanks for the help Vicky!