Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

2.

Full Adder
2.1 Introduction
A unit which adds together two input variables. A full adder can add a bit carried from another
addition as well as the two inputs, whereas a half adder can only add the inputs together.

2.2 Circuit Diagram

Figure 1 Circuit Diagram of Full Adder

Figure 2 Circuit Diagram of full adder By halfAdder

2.3 Syntax
Entity of fulladder is
Input/ out declare
End fulladder
Architecture
Component halfadder
Component orgate
Begin
Call:

halfadder
Halfadder
Orgate

End

2.4 RTL Schematic

Figure 3 RTL Schemati

2.5 Simulation Result

Figure 4 Simulation Result

You might also like