Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIt may be sufficient.
In the case of your code, when reset = '1', then the coeffs registers *hold* their value. Quartus is implementing it as a clock enable for the coeffs registers. I'm surprised it's hurting you but that seems to be cause of of the path between R and M. Either reset your coeffs register or put them in a different process, without reset.