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

Issue with Module instantiation in quartus 24.1v: One module missing after synthesis

Gowtham_K
Beginner
732 Views

I'm working with a Quartus project where I have two modules instantiated under a specific macro. I can one module after synthesis, but the second module doesn't appear.

  • Both modules are correctly instantiated in the top-level design file.
  • I have checked for syntax errors and ensured there are no conditionals that might exclude the second module.
  • The synthesis report doesn't indicate any warnings or errors related to the missing module.

Has anyone experienced a similar issue or can provide insights into what might be causing this? Any help would be greatly appreciated!

Labels (1)
0 Kudos
5 Replies
sstrell
Honored Contributor III
686 Views

Showing code would help.  Perhaps it got optimized away for some reason.  No way to know without seeing code.

0 Kudos
Gowtham_K
Beginner
604 Views

Thank you for your suggestion! Unfortunately, due to company privacy policies, I'm unable to share specific code details or screenshots

0 Kudos
TingJiangT_Intel
Employee
612 Views

Hi there, is there any updates on this issue.


0 Kudos
Gowtham_K
Beginner
604 Views

Thank you for following up. I’ve conducted several experiments and found that the issue seems to be specific to Quartus version 24.1. As part of troubleshooting, I reviewed the sweep hints and removed a few unused inputs that were instantiated but not connected to any internal logic, hoping that this would resolve the problem. Unfortunately, these changes did not resolve the issue.

I’m continuing to investigate and will share any further findings. If you have any additional suggestions or insights, they would be greatly appreciated.

0 Kudos
TingJiangT_Intel
Employee
525 Views

Hi there, can this module be found while using other versions of Quartus? Isn't this module displayed in the hierarchy list?


0 Kudos
Reply