Full Subtractor

0
Favorite
1
copy
Copy
193
Views
Full Subtractor

Circuit Description

Graph image for Full Subtractor

Circuit Graph

The circuit performs the mathematical operation of subtraction on three binary digits. The three digits are Minuend (MD), Subtrahend (SD), and Borrow Input (BI). The subtrahend and the borrow input are subtracted from minuend generating Difference (DIFf) and Borrow Output (BOf) as output signals. The DIFf output bit will be set if the number of input bits set to 1 is odd. Thus the DIFf output can be generated by a three-input Exclusive OR (XOR) gate. The borrow output (BOf) bit will be set on one of these conditions: ∙ The subtrahend or/and the borrow input is/are 1 when minuend is 0. That is, minuend is 0 and at least one of the other two input signals is 1. ∙ The subtrahend and the borrow input are both 1. Note that for the second condition the state of minuend is irrelevant so the first and second conditions overlap when minuend is 0 and the other two input signals are both 1. Then, a three-input majority voting logic can be used for borrow output if minuend is inverted first. Variables / Signal Names: BI = Borrow Input MD = Minuend SD = Subtrahend DIFf = (Full subtractor) Difference BOf = (Full subtractor) Borrow Output For Configurable-Mode Full Subtractor/Adder: https://www.multisim.com/content/gwds95xFpmG5tfsUC5GzeH/configurable-mode-full-subtractoradder/ For Simultaneous Dual Function Full Adder-Subtractor: https://www.multisim.com/content/vHgvafuJy7PVXGZLSyQMuC/simultaneous-dual-function-full-adder-subtractor/ For Configurable-Mode Full Subtractor/Adder Using Half Subtractor/Adder And Half Adder: https://www.multisim.com/content/7f3C4LtEzu8adz9gefm5yf/configurable-mode-full-subtractoradder-using-half-subtractoradder-and-half-adder/ For Full Subtractor Using Half Subtractor And Half Adder: https://www.multisim.com/content/JbufrRs3Bhrr39rurarqAZ/full-subtractor-using-half-subtractor-and-half-adder/ For Half Subtractor: https://www.multisim.com/content/7tneBJ6nAN3VghBVqnThQb/half-subtractor/

There are currently no comments

Profile image for Suhas11533

Full Subtractor

Suhas11533
Profile image for private group

Private Group

Creator

VIKKs

6 Circuits

Date Created

1 year, 6 months ago

Last Modified

1 year, 6 months ago

Tags

This circuit has no tags currently.

Circuit Copied From