Forum Discussion
AndyN
Occasional Contributor
7 years agoDoes your design actually drive anything? If it's a purely internal piece of logic then, yeah, Quartus will optimize it out with standard settings.
The simplest way to stop it optimizing it out is to add a noprune constraint to the output signal. Note that if it's optimizing it out in a "real" design rather than a test one, it has a reason for removing it that you'll need to investigate.
Hope that helps,
Andy