Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20707 Discussions

full comilition but no logic elments?????

Altera_Forum
Honored Contributor II
1,072 Views

hi everyone, 

i designed a nonpiplined mips, it includes two difrent ram memorys, one for the program and one for the data. 

each modul compiles sepratly and as i tried to put the all system under one entity it get compiled but on the compiltion report it says that no logic elments were used. 

i cheaked all the modules again , they are all conected properly. 

anyone got an idea whats going on there? 

thanks  

i have attached a screenshot of thee comilition report 

i would also note that i get it only on when i try to compile that top level entity,as i cheaked all 

lower entities, they were all compiled with their logic usage included 

thaks again
0 Kudos
6 Replies
Altera_Forum
Honored Contributor II
366 Views

Have you any outputs from your design?

0 Kudos
Altera_Forum
Honored Contributor II
366 Views

Assuming your design has outputs, look at the messages in the analysis and synthesis stage and make sure you don't see anything stating that your outputs are stuck high/low or logic being synthesized away.

0 Kudos
Altera_Forum
Honored Contributor II
366 Views

i do get a warninig stating that that nodes are synthsized away? 

what do i do to get rid of it?
0 Kudos
Altera_Forum
Honored Contributor II
366 Views

This happens, if the design either has no outputs or the outputs don't depend on any input pin, because of missing logic connection. Although you claimed to have checked the module connections, you obviously missed something important, e.g. the clock input.

0 Kudos
Altera_Forum
Honored Contributor II
366 Views

or you connected the clock enable to '0'

0 Kudos
Altera_Forum
Honored Contributor II
366 Views

why dont just put the in one chip

0 Kudos
Reply