Altera_Forum
Honored Contributor
13 years agoWhat can I do to 'hint' the optimizer??
A while back we had a soft reset signal generated from the result of a write to a register block from a processor. This signal would then be brought to many other modules and used as resets/clears and would determine state transitions and such, if set.
The register block has since been depracated, and we hard tie this soft reset signal to '0' in code. Because it's tied to 0, I would imagine that all of the logic in other modules that check for the signal to be asserted should instead be optimized away. But when I go into timequest, I can see the paths are still valid. Is there any way to hint to the tools that this is no longer a valid path and to please optimize it away? I'd prefer not to remove all of the instances of the signal, because I don't know about its impact in other projects.