Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThis code is badly written.
If you don't have time to rewrite it completely i can give a suggestion. What if you create two procedural blocks? One should generate the "aout" signal in a combinatorial way and hence is not synchronized by the clock. The second one is a simple flip flop that synchronizes the signal. Maybe that in this way the synthesizer has a simplified life.