SlideShare a Scribd company logo
1 of 8
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 8, Issue 1 (Sep. - Oct. 2013), PP 19-26
www.iosrjournals.org
www.iosrjournals.org 19 | Page
Design a Low Power High Speed Full Adder Using AVL
Technique Based on CMOS Nano-Technology
Devendra Kumar Gautam1
, Dr. S R P Sinha2
, Er. Yogesh Kumar Verma3
M.Tech Student1
, Associate Professor2
, Research Scholar3
Department of Electronics and Communication Engineering
Institute of Engineering & Technology1, 2
, Madan Mohan Malaviya Engineering College3
Uttar Pradesh, INDIA
Abstract: Power and delay optimization is a very crucial issue in low voltage applications. In this paper, we
present a design of Full Adder circuit using AVL techniques for low power operation. The approach for the
design is based on XOR/XNOR & Transmission gate for single bit as hybrid design .By using this approach Full
Adder is being designed using 12 transistors. We can reduce the value of total power dissipation by applying the
AVLG (adaptive voltage level at ground) technology in which the ground potential is raised and AVLS (adaptive
voltage level at supply) in which supply potential is increased. The main aim of the design is to investigate the
power, Propagation Delay and Power delay Product for low voltage Full Adder for the proposed design style.
The simulation results show that there is a significant reduction in power consumption for this
proposed cell with the AVL technique. The circuit is designed using 65 nanometer CMOS technology
and simulated using MicroWind and DSCH Ver. 3.1
Keywords: Full Adder, AVL Techniques, Low Power, VLSI, High Performance
I. Introduction
Full adder is the simplest combinational circuit which performs the arithmetic addition of three binary
digits. This is the necessory building block for designing a VLSI system. Figure 1.1 shows the logic Symbol of
Full adder. In the figure, three inputs are present ,where A represents Augend, B represents Addend and Cin
represents Carry input. The two outputs are the SUM(S) of A ,B & Cin and CARRY out bit denoted by Cout.
Figure1.2 shows the logic diagram of Full adder. Table 1.1 represents Truth Table of Full adder. It is clear from
table that the SUM output is 1 when either of inputs (A or B or Cin) is 1 and all of these inputs are 1. Carry
output is 1 when any of two inputs (A, B or B, Cin or Cin, A) are 1 and all of these inputs are 1.
From table 1.1, the logic expression for Sum output can be written as a Sum of Product expression by summing
up the input combinations for which the sum is equal to 1.
S = A B Cin + A B Cin + A B Cin + A B Cin
Now, this expression can be simplified as :
S = A  B  Cin
Full-Adder
OutputsInputs
A
Cin
Sum(S)
Figure.1.1: Logic Symbol of Full Adder
B
Figure.1.2: Logic Diagram of Full Adder
Carry (Cout)
Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano
www.iosrjournals.org 20 | Page
Similarly, the logic expression for carry output can be expressed as a Sum of Product expression by summing up
the input combinations for which the carry is equal to 1.
Therefore,
Cout = A B + B Cin + Cin A
The sum output corresponds to a logic Ex-OR function while the carry output corresponds to an AND function.
So that Full adder circuit can be implemented using Ex-OR and AND gates as shown in Figure 1.2. The main
aim to realize a circuit required Low power [1, 2] and high performance [3].
II. Related Work regarding Full Adder Reliazation
There are many papers that have published for the optimisation of Full Adder for Low power. Those are
based on different methodologies for Logic design style. These are Centralised XOR/XOR ,Centralised
XOR/XNOR[6] ,Complementry Pass Transistor design style, Transmission Gate design style ,Hybrid CMOS
design[9] ,Bridge design style [1] and many more. In which various parameters like Power consumption,
Propagation Delay, Layout area are being taken into consideration.The main aim of all those design style is to
reduce the power consumption as much as possible.
The proposed designing of Full Adder uses XOR/XNOR & Transmission Gate or called a hybrid
design[5,10] for the implementation using AVL techniques. By using AVL techniques, there is large reduction
in the power consumption & propagation delay as compare to other conventional design.
III. Proposed Full Adder Design Style
In the proposed design of Full Adder, we are going to design the circuit via XOR/XNOR[6] &
Transmission Gate design style as hybrid design[4] and introduce this conventional design with AVL
techniques. On the variation in technology scaling [8] ,it introduce the variation in parameters values. As
technology is reducing more & more than desired system would be suitable for low power [2, 4] and high
performance. In these AVL techniques such as via AVLG (adaptive voltage level at ground) technique in which
the ground potential is raised and AVLS (adaptive voltage level at supply) technique in which supply potential
is increased.
In this design total 12 transistors are required for the operation of Full Adder[9]. So that as compare to
other design style the proposed design style use less No. of transistors, less Layout area, higher performance and
less PDP . So that this design style make the Full Adder more efficient .The most affected design is via AVLS
technique. The various design styles that we introduce for design the system are as follows.
3.1 C-CMOS implementation of Full-Adder
In this C-CMOS (Complementary CMOS) design style [1], the CARRY is generated through a single
static CMOS gate at the source & drain terminals of transistors T11 & T12 respectively. The circuit diagram for
this design is shown in Figure 3.1.1.
Inputs Outputs
Augend bit
A
Addend bit
B
Carry
input Cin
Sum
S
Carry
Cout
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
Table 1.1: Truth Table of Full Adder
Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano
www.iosrjournals.org 21 | Page
This model is designed using 28 No. of transistors. In the design, carry is propagated for the generation of
SUM. This design having lots of disadvantages such as power consumption & delay is more. Also routed wires
and layout area is more .So that this design widely not used due to complex structure. Variation of Power Vs
supply voltage is shown in figure 3.1.2. Simulation result is shown in figure 4.1.
3.2 Conventional Design of Full Adder
In this conventional design style, Full adder circuit is designed via XOR & transmission gate. Here, Sum is
generated at the source & drain terminals of transistors T7 & T8 respectively via XOR gate. Carry is generated
via transmission gate.
Figure 3.1.1: Circuit diagram of Full Adder using C-CMOS
design style
Figure 3.1.2: Variation of power Vs Supply voltage
under C-CMOS design style
Figure 3.2.1: Circuit diagram of conventional Full Adder
Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano
www.iosrjournals.org 22 | Page
This design required only 12 No. of transistors which is less than half of transistors required in C-CMOS design.
The circuit diagram of conventional Full Adder is shown in figure 3.2. As technology is scaled down to 65 nm
technology [7, 8].Various Changes in parameters can occur, than desired system would be suitable for low
power. Variation of Power Vs supply voltage is shown in figure 3.2.2. Several parameters included in the design
such layout area, complied cells, power consumption, PDP and propagation delay reduced too much as compare
to C-CMOS. Simulation result is shown in figure 4.2.
3.3 Design of Full Adder using AVL Technique
An adaptive voltage level technique[11] can be used to control circuits and it can be used either at the
upper end of the cell to bring down the supply voltage value, called AVLS scheme or at the lower end of the cell
to lift the potential of the ground node, called AVLG scheme.
3.3.1 AVLG Technique:
In AVLG technique, a combination of N-MOS & P-MOS are connected in parallel. So that an input clock
pulse is applied at the N-MOS of circuit of AVLG and rest of all P-MOS are connected to ground. This AVLG
circuit is connected at the ground terminal of conventional one by removing ground. Table 3.3.1 shows the
working operation of Full adder via AVLG technique. As an increase in ground voltage, there will be a
reduction in VGS & VGD of transistor T7 & T8 respectively. The clock pulse is applied at the gate terminal of
transistor T13 so that transistor T13 becomes ON and Transistors T14 & T15 becomes OFF.
The leakage current flowing via transistor T13 is reduced thus the power consumption is reduced through
transistor T13. Simulation result is shown in figure 4.3.
Figure 3.3.1.1: Circuit diagram of Full Adder incorporated with
AVLG technique
Figure 3.2.2: Variation of power Vs Supply voltage
under conventional design style
Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano
www.iosrjournals.org 23 | Page
Figure 3.3.1.1 shows circuit diagram of Full Adder incorporated with AVLG Technique. Variation of Power Vs
supply voltage is shown in figure 3.3.1.2
3.3.2 AVLS Technique
In AVLS technique, a combination of N-MOS & P-MOS are connected in parallel. So that a input clock
pulse is applied at the P-MOS of circuit of AVLS and rest of all N-MOS are connected to drain terminal with
supply voltage. Table 3.3.2 shows the working operation of Full adder via AVLS technique. The drain terminal
of transistor T5 is connected at supply voltage and it becomes ON. A decrease in VGS is observed in transistor
T5.
Inputs Outputs
Augend bit
A
Addend bit
B
Carry input
Cin
Sum
S
Carry
Cout
0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 X X
1 0 0 X 0
1 0 1 0 1
1 1 0 `0 1
1 1 1 X 1
Table 3.3.1: Truth Table of Full Adder incorporated with
AVLG technique
Figure 3.3.1.2: Variation of Power Vs Supply voltage
under AVLG design style
Figure 3.3.2.1: Circuit diagram of Full Adder incorporated with
AVLS technique
Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano
www.iosrjournals.org 24 | Page
As clock pulse is applied at gate terminal of transistor T13, This transistor becomes ON and transistors T14 &
T15 becomes OFF. Due to this a loss in power reduction is observed in transistors T5 & T7.
The circuit diagram is shown in Figure 3.3.2.2. Transistor T13 is the major source of power reduction [5] in
complete circuit.
Simulation result is shown in figure 4.4 .It is clear that the most power reduction is observed in this AVLS
technique. So that the system designed using this modeling style is mostly preferred in any aspect.
IV. Simulation Results
The simulation is performed using Microwind & DSCH 3.1 tool. The result of proposed hybrid design [5] is
being shown in respective figures with average power consumption & Delay below for the different design style
of Full Adder at 0.8 V VDD. Figure 4.1 shows Simulation Waveform of C-CMOS Full Adder. Figure 4.2 shows
Simulation Waveform of Conventional Full Adder.
Inputs Outputs
Augend bit
A
Addend bit
B
Carry input
Cin
Sum
S
Carry
Cout
0 0 0 0 0
0 0 1 X 0
0 1 0 1 X
0 1 1 0 1
1 0 0 1 0
1 0 1 X 1
1 1 0 X X
1 1 1 1 1
Figure 4.1: Simulation Waveform of C-CMOS Full Adder
Figure 3.3.2.2: Variation of power Vs Supply voltage
under AVLS design style
Table 3.3.2: Truth Table of Full Adder incorporated with AVLS technique
Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano
www.iosrjournals.org 25 | Page
Figure 4.3 shows Simulation Waveform of Full Adder incorporated with AVLG Technique. Figure 4.4 shows
Simulation Waveform of Full Adder incorporated with AVLS Technique. The results are compared with others
design style. From the result, it is clear that proposed design provide the best performance.
V. Conclusion
The Simulation results clearly explain the reduction in the power consumption by incorporated with AVL
Technique that is either AVLG or AVLS Technique. Table 5.1 shows the comparison results among the various
design style such as : Conventional , C-CMOS , AVLG & AVLS using 65 nm CMOS Technology. The circuit
implemented using AVLS technique gives us the appropriate result among various parameters and helping in
obtaining an optimum Full Adder circuit. On designing AVLS technique based Full adder, we obtain a very low
power consumption circuit, less propagation delay and also less PDP as compared to other design style. Thus this
design is suitable for Low power applications. But the main disadvantage of this design is that it required more
routed wire & layout area as compare to AVLG & conventional design. The proposed design gives the best
power consumption with all the others.
Figure 4.4: Simulation Waveform of Full Adder incorporated
with AVLS Technique
Figure 4.2: Simulation Waveform of Conventional Full Adder
Figure 4.3: Simulation Waveform of Full Adder incorporated
with AVLG Technique
Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano
www.iosrjournals.org 26 | Page
References:
[1]. S. Wariya, Himanshu Pandey, R. K. Nagaria and S. Tiwari ,(2010)“Ultra low voltage high speed 1bit adder,” IEEE
Transactions Very Large Scale Integeration.
[2]. Shamima Khatoon (2012)“A novel design for highly compact low power area efficient 1-bit Full Adders” ,IJAET
[3]. Keivan Navi and Omid Kavehei(2008)“Low-Power and High-Performance 1-Bit CMOS Full-Adder Cell” JOURNAL
OF COMPUTERS, VOL. 3, NO. 2, FEBRUARY 2008
[4]. Praveer saxena, Dinesh Chandra, sampath kumar V(2011) “Design of 1-Bit Full Adder for Low Power Applications”
IJAEST,Vol No. 10 Issue No.1,019-025
[5]. Amit gupta, R K Sharma ,Rasika Dhavse, “Low power High speed small area Hybrid CMOS Full
Adder”2012/2/1/41/93212
[6]. Subodh Wairya1
, Rajendra Kumar Nagaria2
, and Sudarshan Tiwari3
, “Comparative Performance Analysis of
XORXNOR Function Based High-Speed CMOS Full Adder Circuits For Low Voltage”,VLSI Design International
Journal of VLSI design & Communication Systems (VLSICS) Vol.3, No.2, April 2012
[7]. V. Vijay1, J. Prathiba2, S. Niranjan Reddy3 and P. Praveen kumar4 (2012) “A REVIEW OF THE 0.09 um
STANDARD FULL ADDERS” (VLSICS) Vol.3, No.3, June 2012.
[8]. Farshad Moradi, Dag T. Wisland, Ali Peiravi , Hamid Mahmoodi (2008)“1-Bit Sub Threshold Full Adders in 65nm
CMOS Technology” International conference on Microelectronics 1-4244-2370-5/08/$20.00 ©2008 IEEE
[9]. Subodh Wairya1
, Rajendra Kumar Nagaria2
, Sudarshan Tiwari3
“New design methodologies for Highspeed mixed-
mode CMOS Full adder circuits” International Journal of VLSI design & Communication Systems (VLSICS) Vol.2,
No.2, June 2011 DOI : 10.5121/vlsic.2011.2207 78
[10].Keivan Navi ,Mohammad Reza Saatchi, Omid Daei(2009) “A High-Speed Hybrid Full Adder”EJSR, ISSN 1450-216X
Vol.26 No.1 (2009), pp.29-33
[11].Tanvi Sood1, Rajesh Mehra2 “Design a Low Power Half-Subtractor Using .90μm CMOS Technology ”(2013) IOSR-
JVSP Volume 2, Issue 3, PP 51-56 e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197
Biography
Dr. S R P Sinha born on 13 May 1958 received his B.Tech. Degree from University of
Ranchi in 1981, M.Tech. Degree from University of Roorkee in 1984 and Ph.D from
University of Lucknow in 2004. His research interest includes Electronic Devices and
Micro-Electronics. He is currently working as Associate Professor in Electronics &
Communication Engineering Department in Institute of Engineering & Technology
Lucknow from 26 September 2011.
Er. Yogesh Kumar Verma born on 25 June 1988 received his B.Tech. Degree in
Electronics and Communication Engineering from Sharda Group of Institutions, Mathura
in 2009 and M.Tech. Degree in Electronics and Communication Engineering with
specialization in Digital Systems from Madan Mohan Malaviya Engineering College,
Gorakhpur in 2012. His research interest includes Device modeling in general and
Modeling and Simulation of HBT based devices in particular. His area of interest also
includes analysis of Mixed Signal Circuits and Integrated Circuits. He is currently
working as Assistant Professor in Electronics and Communication Engineering
Department in Noida Institute of Engineering and Technology, Greater Noida.
Devendra Kumar Gautam born on 19 December 1989 received his B.Tech. Degree in
Electronics and Communication Engineering from Shardha Group of Institutions Mathura
in 2010 and he is currently pursuing M.Tech. in Microelectronics from Institute of
Engineering & Technology , Lucknow . His research interest includes Low Power VLSI
Design & Analog CMOS Design.
S. No. Parameters C-CMOS Conventional AVLG AVLS
1. Power Consumption(µw) 9.225 1.576 1.442 0.973
2. Routed Wires 92 47 57 55
3. Compiled Cells 28 / 28 12 / 12 15 /15 15 / 15
4. Layout Area (µm2
) 450 176 224 216
5. Propagation Delay (ns) 0.089 0.036 0.047 0.031
6. PDP (fj) 0.821 0.0567 0.0677 0.030
7. No. of N-MOS and P-MOS
transistors
14 , 14 6 , 6 7 , 8 8 , 7
Table 5.1: Comparison analysis of Full Adder among various designs
Style & various CMOS parameters with 65 nm technology

More Related Content

What's hot

Distribution System Voltage Drop and Power Loss Calculation
Distribution System Voltage Drop and Power Loss CalculationDistribution System Voltage Drop and Power Loss Calculation
Distribution System Voltage Drop and Power Loss CalculationAmeen San
 
Methods For Measuring Low resistance
Methods For Measuring Low resistanceMethods For Measuring Low resistance
Methods For Measuring Low resistanceKazim Marfatiya
 
Power mosfet characteristics
Power mosfet characteristicsPower mosfet characteristics
Power mosfet characteristicssanu singh
 
Electrical Protection Schemes in detail
Electrical Protection Schemes in detailElectrical Protection Schemes in detail
Electrical Protection Schemes in detailSlides Hub
 
Chapter 2 transmission line parameters
Chapter 2  transmission line parametersChapter 2  transmission line parameters
Chapter 2 transmission line parametersfiraoltemesgen1
 
Ventilating systems for electrical machines
Ventilating systems for electrical machinesVentilating systems for electrical machines
Ventilating systems for electrical machinesPraveen Kumar
 
Aluminium electrolytic capacitor
Aluminium electrolytic capacitorAluminium electrolytic capacitor
Aluminium electrolytic capacitorvijay kumar
 
FACTS DEVICES AND POWER SYSTEM STABILITY ppt
FACTS DEVICES AND POWER SYSTEM STABILITY pptFACTS DEVICES AND POWER SYSTEM STABILITY ppt
FACTS DEVICES AND POWER SYSTEM STABILITY pptMamta Bagoria
 
Low power VLSI Degisn
Low power VLSI DegisnLow power VLSI Degisn
Low power VLSI DegisnNAVEEN TOKAS
 
Power Electronics - Thyristor Commutation
Power Electronics - Thyristor CommutationPower Electronics - Thyristor Commutation
Power Electronics - Thyristor CommutationBurdwan University
 

What's hot (20)

Distribution System Voltage Drop and Power Loss Calculation
Distribution System Voltage Drop and Power Loss CalculationDistribution System Voltage Drop and Power Loss Calculation
Distribution System Voltage Drop and Power Loss Calculation
 
Microstrip TL 1st 3
Microstrip TL 1st 3Microstrip TL 1st 3
Microstrip TL 1st 3
 
Methods For Measuring Low resistance
Methods For Measuring Low resistanceMethods For Measuring Low resistance
Methods For Measuring Low resistance
 
Modulation of LED
Modulation of LEDModulation of LED
Modulation of LED
 
Power mosfet characteristics
Power mosfet characteristicsPower mosfet characteristics
Power mosfet characteristics
 
Unit iv-inverters-new
Unit iv-inverters-newUnit iv-inverters-new
Unit iv-inverters-new
 
Electrical Protection Schemes in detail
Electrical Protection Schemes in detailElectrical Protection Schemes in detail
Electrical Protection Schemes in detail
 
DPCM
DPCMDPCM
DPCM
 
Chapter 2 transmission line parameters
Chapter 2  transmission line parametersChapter 2  transmission line parameters
Chapter 2 transmission line parameters
 
Z bus building algorithm
Z bus building algorithmZ bus building algorithm
Z bus building algorithm
 
Ventilating systems for electrical machines
Ventilating systems for electrical machinesVentilating systems for electrical machines
Ventilating systems for electrical machines
 
Pll ppt
Pll pptPll ppt
Pll ppt
 
Aluminium electrolytic capacitor
Aluminium electrolytic capacitorAluminium electrolytic capacitor
Aluminium electrolytic capacitor
 
BUCK CONVERTER
BUCK CONVERTERBUCK CONVERTER
BUCK CONVERTER
 
ASk,FSK,PSK
ASk,FSK,PSKASk,FSK,PSK
ASk,FSK,PSK
 
FACTS DEVICES AND POWER SYSTEM STABILITY ppt
FACTS DEVICES AND POWER SYSTEM STABILITY pptFACTS DEVICES AND POWER SYSTEM STABILITY ppt
FACTS DEVICES AND POWER SYSTEM STABILITY ppt
 
Low power VLSI Degisn
Low power VLSI DegisnLow power VLSI Degisn
Low power VLSI Degisn
 
Power Electronics - Thyristor Commutation
Power Electronics - Thyristor CommutationPower Electronics - Thyristor Commutation
Power Electronics - Thyristor Commutation
 
BiCMOS Technology
BiCMOS TechnologyBiCMOS Technology
BiCMOS Technology
 
Channel length Modulation
Channel length ModulationChannel length Modulation
Channel length Modulation
 

Viewers also liked

Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd Iaetsd
 
Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateeSAT Journals
 
Pass transistor logic
Pass transistor logicPass transistor logic
Pass transistor logicstudent
 
Comparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsComparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsIOSR Journals
 
Implementation of 1 bit full adder using gate diffusion input (gdi) technique
Implementation of 1 bit full adder using gate diffusion input (gdi) techniqueImplementation of 1 bit full adder using gate diffusion input (gdi) technique
Implementation of 1 bit full adder using gate diffusion input (gdi) techniqueGrace Abraham
 
Pass Transistor Logic
Pass Transistor LogicPass Transistor Logic
Pass Transistor LogicDiwaker Pant
 
different logic full adders
different logic full addersdifferent logic full adders
different logic full addersGuna Sekhar
 
A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleeSAT Publishing House
 

Viewers also liked (11)

Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)
 
Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gate
 
Pass transistor logic
Pass transistor logicPass transistor logic
Pass transistor logic
 
ha_report modified
ha_report  modifiedha_report  modified
ha_report modified
 
Comparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder CircuitsComparative Analysis of Different Types of Full Adder Circuits
Comparative Analysis of Different Types of Full Adder Circuits
 
Implementation of 1 bit full adder using gate diffusion input (gdi) technique
Implementation of 1 bit full adder using gate diffusion input (gdi) techniqueImplementation of 1 bit full adder using gate diffusion input (gdi) technique
Implementation of 1 bit full adder using gate diffusion input (gdi) technique
 
Pass Transistor Logic
Pass Transistor LogicPass Transistor Logic
Pass Transistor Logic
 
different logic full adders
different logic full addersdifferent logic full adders
different logic full adders
 
Half adder layout design
Half adder layout designHalf adder layout design
Half adder layout design
 
Pass transistor logic
Pass transistor logicPass transistor logic
Pass transistor logic
 
A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic style
 

Similar to Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano-Technology

Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...IRJET Journal
 
Low Power Full Adder using 9T Structure
Low Power Full Adder using 9T StructureLow Power Full Adder using 9T Structure
Low Power Full Adder using 9T Structureidescitation
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adderijsrd.com
 
Design of carry save adder using transmission gate logic
Design of carry save adder using transmission gate logicDesign of carry save adder using transmission gate logic
Design of carry save adder using transmission gate logicijiert bestjournal
 
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSTHE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSIJCSEA Journal
 
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSTHE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSIJCSEA Journal
 
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSTHE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSIJCSEA Journal
 
IRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET Journal
 
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORMLOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORMVLSICS Design
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET Journal
 
Project_Kaveh & Mohammad
Project_Kaveh & MohammadProject_Kaveh & Mohammad
Project_Kaveh & MohammadKaveh Dehno
 
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERSA REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERSVLSICS Design
 
Design and analysis of a two stage miller compensated
Design and analysis of a two stage miller compensatedDesign and analysis of a two stage miller compensated
Design and analysis of a two stage miller compensatedeSAT Publishing House
 
A RAIL-TO-RAIL HIGH SPEED CLASS-AB CMOS BUFFER WITH LOW POWER AND ENHANCED SL...
A RAIL-TO-RAIL HIGH SPEED CLASS-AB CMOS BUFFER WITH LOW POWER AND ENHANCED SL...A RAIL-TO-RAIL HIGH SPEED CLASS-AB CMOS BUFFER WITH LOW POWER AND ENHANCED SL...
A RAIL-TO-RAIL HIGH SPEED CLASS-AB CMOS BUFFER WITH LOW POWER AND ENHANCED SL...VLSICS Design
 
Compact low power high slew-rate cmos buffer amplifier with power gating tech...
Compact low power high slew-rate cmos buffer amplifier with power gating tech...Compact low power high slew-rate cmos buffer amplifier with power gating tech...
Compact low power high slew-rate cmos buffer amplifier with power gating tech...VLSICS Design
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesIOSRJVSP
 

Similar to Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano-Technology (20)

Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
Design & Simulation of Half Adder Circuit using AVL Technique Based on CMOS T...
 
Low Power Full Adder using 9T Structure
Low Power Full Adder using 9T StructureLow Power Full Adder using 9T Structure
Low Power Full Adder using 9T Structure
 
High Speed Carryselect Adder
High Speed Carryselect AdderHigh Speed Carryselect Adder
High Speed Carryselect Adder
 
Design of carry save adder using transmission gate logic
Design of carry save adder using transmission gate logicDesign of carry save adder using transmission gate logic
Design of carry save adder using transmission gate logic
 
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSTHE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
 
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSTHE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
 
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSTHE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
 
IRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full AddersIRJET- Comparison of Multiplier Design with Various Full Adders
IRJET- Comparison of Multiplier Design with Various Full Adders
 
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORMLOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Ch33509513
Ch33509513Ch33509513
Ch33509513
 
Ch33509513
Ch33509513Ch33509513
Ch33509513
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
 
Project_Kaveh & Mohammad
Project_Kaveh & MohammadProject_Kaveh & Mohammad
Project_Kaveh & Mohammad
 
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERSA REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
 
Design and analysis of a two stage miller compensated
Design and analysis of a two stage miller compensatedDesign and analysis of a two stage miller compensated
Design and analysis of a two stage miller compensated
 
A RAIL-TO-RAIL HIGH SPEED CLASS-AB CMOS BUFFER WITH LOW POWER AND ENHANCED SL...
A RAIL-TO-RAIL HIGH SPEED CLASS-AB CMOS BUFFER WITH LOW POWER AND ENHANCED SL...A RAIL-TO-RAIL HIGH SPEED CLASS-AB CMOS BUFFER WITH LOW POWER AND ENHANCED SL...
A RAIL-TO-RAIL HIGH SPEED CLASS-AB CMOS BUFFER WITH LOW POWER AND ENHANCED SL...
 
Mukherjee2015
Mukherjee2015Mukherjee2015
Mukherjee2015
 
Compact low power high slew-rate cmos buffer amplifier with power gating tech...
Compact low power high slew-rate cmos buffer amplifier with power gating tech...Compact low power high slew-rate cmos buffer amplifier with power gating tech...
Compact low power high slew-rate cmos buffer amplifier with power gating tech...
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 

Recently uploaded (20)

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 

Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano-Technology

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 8, Issue 1 (Sep. - Oct. 2013), PP 19-26 www.iosrjournals.org www.iosrjournals.org 19 | Page Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano-Technology Devendra Kumar Gautam1 , Dr. S R P Sinha2 , Er. Yogesh Kumar Verma3 M.Tech Student1 , Associate Professor2 , Research Scholar3 Department of Electronics and Communication Engineering Institute of Engineering & Technology1, 2 , Madan Mohan Malaviya Engineering College3 Uttar Pradesh, INDIA Abstract: Power and delay optimization is a very crucial issue in low voltage applications. In this paper, we present a design of Full Adder circuit using AVL techniques for low power operation. The approach for the design is based on XOR/XNOR & Transmission gate for single bit as hybrid design .By using this approach Full Adder is being designed using 12 transistors. We can reduce the value of total power dissipation by applying the AVLG (adaptive voltage level at ground) technology in which the ground potential is raised and AVLS (adaptive voltage level at supply) in which supply potential is increased. The main aim of the design is to investigate the power, Propagation Delay and Power delay Product for low voltage Full Adder for the proposed design style. The simulation results show that there is a significant reduction in power consumption for this proposed cell with the AVL technique. The circuit is designed using 65 nanometer CMOS technology and simulated using MicroWind and DSCH Ver. 3.1 Keywords: Full Adder, AVL Techniques, Low Power, VLSI, High Performance I. Introduction Full adder is the simplest combinational circuit which performs the arithmetic addition of three binary digits. This is the necessory building block for designing a VLSI system. Figure 1.1 shows the logic Symbol of Full adder. In the figure, three inputs are present ,where A represents Augend, B represents Addend and Cin represents Carry input. The two outputs are the SUM(S) of A ,B & Cin and CARRY out bit denoted by Cout. Figure1.2 shows the logic diagram of Full adder. Table 1.1 represents Truth Table of Full adder. It is clear from table that the SUM output is 1 when either of inputs (A or B or Cin) is 1 and all of these inputs are 1. Carry output is 1 when any of two inputs (A, B or B, Cin or Cin, A) are 1 and all of these inputs are 1. From table 1.1, the logic expression for Sum output can be written as a Sum of Product expression by summing up the input combinations for which the sum is equal to 1. S = A B Cin + A B Cin + A B Cin + A B Cin Now, this expression can be simplified as : S = A  B  Cin Full-Adder OutputsInputs A Cin Sum(S) Figure.1.1: Logic Symbol of Full Adder B Figure.1.2: Logic Diagram of Full Adder Carry (Cout)
  • 2. Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano www.iosrjournals.org 20 | Page Similarly, the logic expression for carry output can be expressed as a Sum of Product expression by summing up the input combinations for which the carry is equal to 1. Therefore, Cout = A B + B Cin + Cin A The sum output corresponds to a logic Ex-OR function while the carry output corresponds to an AND function. So that Full adder circuit can be implemented using Ex-OR and AND gates as shown in Figure 1.2. The main aim to realize a circuit required Low power [1, 2] and high performance [3]. II. Related Work regarding Full Adder Reliazation There are many papers that have published for the optimisation of Full Adder for Low power. Those are based on different methodologies for Logic design style. These are Centralised XOR/XOR ,Centralised XOR/XNOR[6] ,Complementry Pass Transistor design style, Transmission Gate design style ,Hybrid CMOS design[9] ,Bridge design style [1] and many more. In which various parameters like Power consumption, Propagation Delay, Layout area are being taken into consideration.The main aim of all those design style is to reduce the power consumption as much as possible. The proposed designing of Full Adder uses XOR/XNOR & Transmission Gate or called a hybrid design[5,10] for the implementation using AVL techniques. By using AVL techniques, there is large reduction in the power consumption & propagation delay as compare to other conventional design. III. Proposed Full Adder Design Style In the proposed design of Full Adder, we are going to design the circuit via XOR/XNOR[6] & Transmission Gate design style as hybrid design[4] and introduce this conventional design with AVL techniques. On the variation in technology scaling [8] ,it introduce the variation in parameters values. As technology is reducing more & more than desired system would be suitable for low power [2, 4] and high performance. In these AVL techniques such as via AVLG (adaptive voltage level at ground) technique in which the ground potential is raised and AVLS (adaptive voltage level at supply) technique in which supply potential is increased. In this design total 12 transistors are required for the operation of Full Adder[9]. So that as compare to other design style the proposed design style use less No. of transistors, less Layout area, higher performance and less PDP . So that this design style make the Full Adder more efficient .The most affected design is via AVLS technique. The various design styles that we introduce for design the system are as follows. 3.1 C-CMOS implementation of Full-Adder In this C-CMOS (Complementary CMOS) design style [1], the CARRY is generated through a single static CMOS gate at the source & drain terminals of transistors T11 & T12 respectively. The circuit diagram for this design is shown in Figure 3.1.1. Inputs Outputs Augend bit A Addend bit B Carry input Cin Sum S Carry Cout 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 1 1 0 0 1 0 1 0 1 0 1 1 1 0 0 1 1 1 1 1 1 Table 1.1: Truth Table of Full Adder
  • 3. Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano www.iosrjournals.org 21 | Page This model is designed using 28 No. of transistors. In the design, carry is propagated for the generation of SUM. This design having lots of disadvantages such as power consumption & delay is more. Also routed wires and layout area is more .So that this design widely not used due to complex structure. Variation of Power Vs supply voltage is shown in figure 3.1.2. Simulation result is shown in figure 4.1. 3.2 Conventional Design of Full Adder In this conventional design style, Full adder circuit is designed via XOR & transmission gate. Here, Sum is generated at the source & drain terminals of transistors T7 & T8 respectively via XOR gate. Carry is generated via transmission gate. Figure 3.1.1: Circuit diagram of Full Adder using C-CMOS design style Figure 3.1.2: Variation of power Vs Supply voltage under C-CMOS design style Figure 3.2.1: Circuit diagram of conventional Full Adder
  • 4. Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano www.iosrjournals.org 22 | Page This design required only 12 No. of transistors which is less than half of transistors required in C-CMOS design. The circuit diagram of conventional Full Adder is shown in figure 3.2. As technology is scaled down to 65 nm technology [7, 8].Various Changes in parameters can occur, than desired system would be suitable for low power. Variation of Power Vs supply voltage is shown in figure 3.2.2. Several parameters included in the design such layout area, complied cells, power consumption, PDP and propagation delay reduced too much as compare to C-CMOS. Simulation result is shown in figure 4.2. 3.3 Design of Full Adder using AVL Technique An adaptive voltage level technique[11] can be used to control circuits and it can be used either at the upper end of the cell to bring down the supply voltage value, called AVLS scheme or at the lower end of the cell to lift the potential of the ground node, called AVLG scheme. 3.3.1 AVLG Technique: In AVLG technique, a combination of N-MOS & P-MOS are connected in parallel. So that an input clock pulse is applied at the N-MOS of circuit of AVLG and rest of all P-MOS are connected to ground. This AVLG circuit is connected at the ground terminal of conventional one by removing ground. Table 3.3.1 shows the working operation of Full adder via AVLG technique. As an increase in ground voltage, there will be a reduction in VGS & VGD of transistor T7 & T8 respectively. The clock pulse is applied at the gate terminal of transistor T13 so that transistor T13 becomes ON and Transistors T14 & T15 becomes OFF. The leakage current flowing via transistor T13 is reduced thus the power consumption is reduced through transistor T13. Simulation result is shown in figure 4.3. Figure 3.3.1.1: Circuit diagram of Full Adder incorporated with AVLG technique Figure 3.2.2: Variation of power Vs Supply voltage under conventional design style
  • 5. Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano www.iosrjournals.org 23 | Page Figure 3.3.1.1 shows circuit diagram of Full Adder incorporated with AVLG Technique. Variation of Power Vs supply voltage is shown in figure 3.3.1.2 3.3.2 AVLS Technique In AVLS technique, a combination of N-MOS & P-MOS are connected in parallel. So that a input clock pulse is applied at the P-MOS of circuit of AVLS and rest of all N-MOS are connected to drain terminal with supply voltage. Table 3.3.2 shows the working operation of Full adder via AVLS technique. The drain terminal of transistor T5 is connected at supply voltage and it becomes ON. A decrease in VGS is observed in transistor T5. Inputs Outputs Augend bit A Addend bit B Carry input Cin Sum S Carry Cout 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 X X 1 0 0 X 0 1 0 1 0 1 1 1 0 `0 1 1 1 1 X 1 Table 3.3.1: Truth Table of Full Adder incorporated with AVLG technique Figure 3.3.1.2: Variation of Power Vs Supply voltage under AVLG design style Figure 3.3.2.1: Circuit diagram of Full Adder incorporated with AVLS technique
  • 6. Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano www.iosrjournals.org 24 | Page As clock pulse is applied at gate terminal of transistor T13, This transistor becomes ON and transistors T14 & T15 becomes OFF. Due to this a loss in power reduction is observed in transistors T5 & T7. The circuit diagram is shown in Figure 3.3.2.2. Transistor T13 is the major source of power reduction [5] in complete circuit. Simulation result is shown in figure 4.4 .It is clear that the most power reduction is observed in this AVLS technique. So that the system designed using this modeling style is mostly preferred in any aspect. IV. Simulation Results The simulation is performed using Microwind & DSCH 3.1 tool. The result of proposed hybrid design [5] is being shown in respective figures with average power consumption & Delay below for the different design style of Full Adder at 0.8 V VDD. Figure 4.1 shows Simulation Waveform of C-CMOS Full Adder. Figure 4.2 shows Simulation Waveform of Conventional Full Adder. Inputs Outputs Augend bit A Addend bit B Carry input Cin Sum S Carry Cout 0 0 0 0 0 0 0 1 X 0 0 1 0 1 X 0 1 1 0 1 1 0 0 1 0 1 0 1 X 1 1 1 0 X X 1 1 1 1 1 Figure 4.1: Simulation Waveform of C-CMOS Full Adder Figure 3.3.2.2: Variation of power Vs Supply voltage under AVLS design style Table 3.3.2: Truth Table of Full Adder incorporated with AVLS technique
  • 7. Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano www.iosrjournals.org 25 | Page Figure 4.3 shows Simulation Waveform of Full Adder incorporated with AVLG Technique. Figure 4.4 shows Simulation Waveform of Full Adder incorporated with AVLS Technique. The results are compared with others design style. From the result, it is clear that proposed design provide the best performance. V. Conclusion The Simulation results clearly explain the reduction in the power consumption by incorporated with AVL Technique that is either AVLG or AVLS Technique. Table 5.1 shows the comparison results among the various design style such as : Conventional , C-CMOS , AVLG & AVLS using 65 nm CMOS Technology. The circuit implemented using AVLS technique gives us the appropriate result among various parameters and helping in obtaining an optimum Full Adder circuit. On designing AVLS technique based Full adder, we obtain a very low power consumption circuit, less propagation delay and also less PDP as compared to other design style. Thus this design is suitable for Low power applications. But the main disadvantage of this design is that it required more routed wire & layout area as compare to AVLG & conventional design. The proposed design gives the best power consumption with all the others. Figure 4.4: Simulation Waveform of Full Adder incorporated with AVLS Technique Figure 4.2: Simulation Waveform of Conventional Full Adder Figure 4.3: Simulation Waveform of Full Adder incorporated with AVLG Technique
  • 8. Design a Low Power High Speed Full Adder Using AVL Technique Based on CMOS Nano www.iosrjournals.org 26 | Page References: [1]. S. Wariya, Himanshu Pandey, R. K. Nagaria and S. Tiwari ,(2010)“Ultra low voltage high speed 1bit adder,” IEEE Transactions Very Large Scale Integeration. [2]. Shamima Khatoon (2012)“A novel design for highly compact low power area efficient 1-bit Full Adders” ,IJAET [3]. Keivan Navi and Omid Kavehei(2008)“Low-Power and High-Performance 1-Bit CMOS Full-Adder Cell” JOURNAL OF COMPUTERS, VOL. 3, NO. 2, FEBRUARY 2008 [4]. Praveer saxena, Dinesh Chandra, sampath kumar V(2011) “Design of 1-Bit Full Adder for Low Power Applications” IJAEST,Vol No. 10 Issue No.1,019-025 [5]. Amit gupta, R K Sharma ,Rasika Dhavse, “Low power High speed small area Hybrid CMOS Full Adder”2012/2/1/41/93212 [6]. Subodh Wairya1 , Rajendra Kumar Nagaria2 , and Sudarshan Tiwari3 , “Comparative Performance Analysis of XORXNOR Function Based High-Speed CMOS Full Adder Circuits For Low Voltage”,VLSI Design International Journal of VLSI design & Communication Systems (VLSICS) Vol.3, No.2, April 2012 [7]. V. Vijay1, J. Prathiba2, S. Niranjan Reddy3 and P. Praveen kumar4 (2012) “A REVIEW OF THE 0.09 um STANDARD FULL ADDERS” (VLSICS) Vol.3, No.3, June 2012. [8]. Farshad Moradi, Dag T. Wisland, Ali Peiravi , Hamid Mahmoodi (2008)“1-Bit Sub Threshold Full Adders in 65nm CMOS Technology” International conference on Microelectronics 1-4244-2370-5/08/$20.00 ©2008 IEEE [9]. Subodh Wairya1 , Rajendra Kumar Nagaria2 , Sudarshan Tiwari3 “New design methodologies for Highspeed mixed- mode CMOS Full adder circuits” International Journal of VLSI design & Communication Systems (VLSICS) Vol.2, No.2, June 2011 DOI : 10.5121/vlsic.2011.2207 78 [10].Keivan Navi ,Mohammad Reza Saatchi, Omid Daei(2009) “A High-Speed Hybrid Full Adder”EJSR, ISSN 1450-216X Vol.26 No.1 (2009), pp.29-33 [11].Tanvi Sood1, Rajesh Mehra2 “Design a Low Power Half-Subtractor Using .90μm CMOS Technology ”(2013) IOSR- JVSP Volume 2, Issue 3, PP 51-56 e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197 Biography Dr. S R P Sinha born on 13 May 1958 received his B.Tech. Degree from University of Ranchi in 1981, M.Tech. Degree from University of Roorkee in 1984 and Ph.D from University of Lucknow in 2004. His research interest includes Electronic Devices and Micro-Electronics. He is currently working as Associate Professor in Electronics & Communication Engineering Department in Institute of Engineering & Technology Lucknow from 26 September 2011. Er. Yogesh Kumar Verma born on 25 June 1988 received his B.Tech. Degree in Electronics and Communication Engineering from Sharda Group of Institutions, Mathura in 2009 and M.Tech. Degree in Electronics and Communication Engineering with specialization in Digital Systems from Madan Mohan Malaviya Engineering College, Gorakhpur in 2012. His research interest includes Device modeling in general and Modeling and Simulation of HBT based devices in particular. His area of interest also includes analysis of Mixed Signal Circuits and Integrated Circuits. He is currently working as Assistant Professor in Electronics and Communication Engineering Department in Noida Institute of Engineering and Technology, Greater Noida. Devendra Kumar Gautam born on 19 December 1989 received his B.Tech. Degree in Electronics and Communication Engineering from Shardha Group of Institutions Mathura in 2010 and he is currently pursuing M.Tech. in Microelectronics from Institute of Engineering & Technology , Lucknow . His research interest includes Low Power VLSI Design & Analog CMOS Design. S. No. Parameters C-CMOS Conventional AVLG AVLS 1. Power Consumption(µw) 9.225 1.576 1.442 0.973 2. Routed Wires 92 47 57 55 3. Compiled Cells 28 / 28 12 / 12 15 /15 15 / 15 4. Layout Area (µm2 ) 450 176 224 216 5. Propagation Delay (ns) 0.089 0.036 0.047 0.031 6. PDP (fj) 0.821 0.0567 0.0677 0.030 7. No. of N-MOS and P-MOS transistors 14 , 14 6 , 6 7 , 8 8 , 7 Table 5.1: Comparison analysis of Full Adder among various designs Style & various CMOS parameters with 65 nm technology