Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou can look at the synthesis report to see what was synthesized away. Most common reasons for this are:
1 - You didn't connect the clock. 2 - You don't have any outputs dependent on the module outputs. If the logic of your modules to feed anything useful (like I/O) the whole thing gets optimized away. This happens all the time when people are trying to compile projects for size estimates. Jake