FULL SUBTRACTOR
0 Stars     2 Views    

Author: Jaffar Saahussain

Project access type: Public

Description:

Full Subtractor: Subtracting two single-bit binary values, B, Cin from a single-bit value

Aproduces a difference bit D and a borrow out Br bit. This is called full subtraction. The

Boolean functions describing the full-subtracter are:

D = (x ⊕ y) ⊕ Cin Br= A’B + A’(Cin) + B(Cin)

Created: Aug 19, 2024

Updated: Aug 19, 2024


Comments

You must login before you can post a comment.