Thursday, 14 November 2019

Half adder

Adder is one of the important combinational circuit to perform the Arithmetic Logical operations.

Half Adder:
A half adder is used to add two single digit binary number. First step in designing the Half Adder circuit is to have truth table. Before that let see the binary addition rules.



Truth Table:



Using the k-map, we can get the optimised Boolean expression  for sum and carry.
Boolean expression for sum



Boolean expression for carry



From above equations , the Half adder circuit implemented as below



                                                      Half Adder

No comments:

Post a Comment

Different ways to Fix Setup or Hold VIOLATIONS in a design during PnR

How do I fix setup or hold violation during placement? Setup and hold violations represent crucial timing constraints that can arise durin...