Forum Discussion
Altera_Forum
Honored Contributor
13 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 judg...
Altera_Forum
Honored Contributor
13 years agoIf the final result doesn't have an overflow, does an overflow in the middle of the calculation matters?