Forum Discussion

chipper's avatar
chipper
Icon for New Contributor rankNew Contributor
1 year ago

Module logic use report as 0

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?

2 Replies

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

    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's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

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