L
Lilmiss
Guest
I am designing a BCD adder must be capable of adding two six-digit BCD
numbers to produce a six-digit sum. In essence, the adder should work as
both an adder and a subtractor (taking into account negative numbers).
What I need to know is how to code the one bit overflow output signal that
would be 1 if the addition results in an overflow (a magnitude that is too
big to be represented with 6 BCD digits) and 0 otherwise.
numbers to produce a six-digit sum. In essence, the adder should work as
both an adder and a subtractor (taking into account negative numbers).
What I need to know is how to code the one bit overflow output signal that
would be 1 if the addition results in an overflow (a magnitude that is too
big to be represented with 6 BCD digits) and 0 otherwise.