Altera_Forum
Honored Contributor
15 years agoTop module logic utilization lesser than sub-modules
Just created a Verilog top-level module which instantiates about 10 sub-modules. When I wrote those individual sub-modules each of them took about 5%-6% of logic utilization. My estimate was that the final top-module would take somewhere around ~60% of logic utilization. Strangely when setting the top-level module as top-level module and compiling it, the logic utilization for this module shows only 2%. Why is this like this? I'm confused by this. Any help is most appreciated. Thanks.