Altera_Forum
Honored Contributor
12 years agojudgement on whether or not there is an overflow
I have 3 numbers x, y, z to be added together, each with the format of s1.14. Then the sum will be in the format of s3.14. How to make judgement on whether or not there is an overflow? If it is judged based on the first 3 MSB and they are ALL either zeros or ones, is there is no overflow? why? Does the overflow in the middle cares (e.g. I have more than 3 addition)?