Forum Discussion

kanthi's avatar
kanthi
Icon for New Contributor rankNew Contributor
6 years ago

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

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

2 Replies

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    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