Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Looks like you're clipping the values somewhere, and or slicing the wrong bits when taking the output from multipliers. You'll have to take a look in your VHDL to try and find it. --- Quote End --- Thank Tricky I had already change my code. For example mulr(30 downto 15); mulr(15 downto 0); ... But it still have the same wanning. I don't know why. I had already attached my difference equation after Q15 format in this message. Could you check it for me?