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

Zero total logic elements for top module instantiate lower module

Altera_Forum
Honored Contributor II
1,631 Views

Hi all, 

I'm getting zero total logic elements in my top module compilation, if I set my lower level module set top level entity and compile it, there total logic elements showing some number. 

 

Any idea why? 

 

Thanks!
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
601 Views

No design outputs depend on the implemented logic, clocks unconnected or something like this.

0 Kudos
Altera_Forum
Honored Contributor II
601 Views

I'm coding a processor, and my processor don't have output, I just do RTL simulation and monitor on the value inside register file and memory. This will have zero total logic elements as well?

0 Kudos
Altera_Forum
Honored Contributor II
601 Views

RTL simulation doesn't deal with logic elements. What's the problem?

0 Kudos
Altera_Forum
Honored Contributor II
601 Views

A design that has no outputs basically does nothing. Hence why the synthesisor removes all logic. How do you expect to monitor it on the real FPGA if it has no outputs?

0 Kudos
Reply