EveryCircuit
Powering up...
Circuit
Public
Private
Unlisted
Save
Overflow detector.
@akashspawar
6 years ago
https://everycircuit.com/circuit/4738017359822848
The following scenarios can cause overflow. A=sign bit of first operand B=sign bit of second operand S=sign bit of the resultant. A B S 0 0 1 * 0 1 0 1 0 0 1 1 0 * o/p = (a'.b'.s)+(a.b.s')
Comments
Post