Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16596 Discussions

Getting Error : Error: No modules found when analyzing null. in Qsys -> synthesis (under component editor)

kanthi
Beginner
1,766 Views

Screen shot enclosed . After small changes in the code , try to synthesis only that particular module in the Qsys- component editor. i got a error message like that

 

how to fix this issue

 

Thanks

 

0 Kudos
2 Replies
sstrell
Honored Contributor III
1,515 Views

It looks like you're using an older version of Quartus (tool labeled Qsys instead of Platform Designer). Unfortunately, in some of those older versions, if there was any error in your code, that error message would be all the Component Editor would display, which is pretty useless for debugging (basically, it was a bug in the Component Editor).

 

You could either post the code here for others to take a look at or synthesize the code directly in Quartus instead of through the Component Editor. Quartus will provide detailed messages on any issues with the code. Once you've fixed the issues, you can then take it back through the Component Editor to continue building your component.

 

Or you could install a newer version of Quartus where the issue is fixed.

 

#iwork4intel

0 Kudos
Kenny_Tan
Moderator
1,515 Views

For your information, the latest release of Quartus would be Q19.1std for linux or Q18.1windows.

 

This should an know issue as well

https://www.intel.com/content/www/us/en/programmable/support/support-resources/knowledge-base/tools/2017/error--no-modules-found-when-analyzing-null.html

 

 

0 Kudos
Reply