Forum Discussion
Altera_Forum
Honored Contributor
12 years agothe rule is :
For an N bit number N + N = N+1 bits required. So N + N + N requires N+2 bits. Which is what you have, hence it will never overflow.the rule is :
For an N bit number N + N = N+1 bits required. So N + N + N requires N+2 bits. Which is what you have, hence it will never overflow.