Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYour coefficients are signed but your input is declared unsigned. I believe this will cause trouble. You can declare your input as signed adding the sign bit = '0' always and see.
Your coefficients are signed but your input is declared unsigned. I believe this will cause trouble. You can declare your input as signed adding the sign bit = '0' always and see.