Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Try (+1 + -1) with 5 bits. You'll notice that a carry from fourth to fifth bit takes place. In signed add, the carry bit does not indicate an overflow. --- Quote End --- Thanks for your reply. What is the difference between a signed and unsigned adder then?