Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYou can also try the synthesis keep and synthesis preserve directives in your HDL code. This should instruct the compiler not to remove them.
Brad's suggestion in general should work. You would also need to assignments for the other compiler options that remove unused logic.