Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThanks for your reply.
I once had the same problem as you. (registers driving no logic) I solved this by using the synthessis attribute noprune. signal registerIwantToKeep : std_logic; attribute keep : boolean; attribute keep registerIwantToKeep : signal is true;