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

Module logic use report as 0

chipper
Beginner
371 Views

Hi,

New to Quartus Prime.

I created several modules, but their reported logic use is 0, even though the modules are included in the RTL viewer and connect to IO. Is that normal, or does it mean something is wrong?

Labels (1)
0 Kudos
2 Replies
FvM
Honored Contributor I
324 Views

Hi,

there's something wrong, the modules have apparently no actual function in your design.

 

General rule: design logic will be discarded in synthesis if no output depends on it. Possible reasons: no output signals connected, missing clock, module stuck in reset.

sstrell
Honored Contributor III
298 Views

Yes, if you left stuff unconnected, it will get optimized away.

0 Kudos
Reply