Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI figured out the noise problem, I didn't use "signed" reg for the following, using unsigned reg was causing the noise, though I don't understand why it should happen.
reg signed [15:0] tap1, tap2, tap3, tap4; reg signed [17:0] filter_out;