SlideShare a Scribd company logo
1 of 4
Download to read offline
7 International Journal for Modern Trends in Science and Technology
Performance Analysis of Proposed Full Adder Cell
at Submicron Technologies
Gangadhar Reddy Ramireddy1
| Yashpal Singh2
1,2Electronics and Communication Engineering, Sunrise University, Alwar, Rajasthan, India
To Cite this Article
R. Gangadhar Reddy and Yashpal Singh, “Performance Analysis of Proposed Full Adder Cell at Submicron Technologies”,
International Journal for Modern Trends in Science and Technology, Vol. 03, Issue 03, 2017, pp. 07-10.
This paper presents an analysis of high-speed and low-voltage full adder circuit analysis. The proposed
circuit analyzed for parameters like logic levels and power consumption. Full adder is an important circuit for
designing many types of processors like microprocessors, digital signal processors, image processing and
various VLSI applications etc. Many blocks of the designs, adders lie in critical data path of the circuit which
affects the overall performance of the system. In this regards this paper analyses the proposed full adder cell
at block level. Ripple carry adder is taken as the benchmark circuit to analyze the proposed full adder cell at
45nm technology.
KEYWORDS: Full adder, Logic level, LP XOR gate
Copyright © 2017 International Journal for Modern Trends in Science and Technology
All rights reserved.
I. INTRODUCTION
In processors adder is an important element. As
such, extensive research continues to be focused
on improving the power-delay performance of the
adder. In VLSI implementations, parallel prefix
adders are known to have the best performance.
Fast and accurate operation of digital system
depends on the performance of adders. Hence
improving the performance of adder is the main
area of research in system design. Arithmetic (such
as addition, subtraction, multiplication and
division) performed in a program, additions are
required to increment the program counter and to
calculate the effective address. show that in a
prototypical RISC machine (DLX)72% of the
instructions perform additions (or subtractions) in
the data path. Over the last decade many different
adder architectures were studied and proposed to
speed up the binary additions.
From the past half century to the present date,
we can find different types of full adder circuits in
literature. In the early years of introduction to full
adder circuits, tunnel diodes were used for the
design of full adder circuits. Later Transistor
Tunnel diodes became popular to design 1-bit full
adder cell, and then came Diode-Transistor Logic
(DTL). Afterwards MOSFET technology came to
existence and design engineers started using the
MOSFETs to design the circuits. Subsequently, full
adder cell was designed with NOR/NAND gates and
with Joseph son junctions. Over the time, the full
adder cell has been designed in different ways with
different logic styles. Since MOSFETs use in circuit
design, engineers have been trying to reduce the
power consumption and delay of a full adder circuit
for the better performance of the system. The
performance of the various full adder cells, in terms
of the power and delay are compared in our
previous paper [1].
Further this paper is organized as follows.
Section II discusses about the analysis of the
proposed full adder circuit at block level. The
analysis is with respect to output logic level,
number of transistors used to design the circuit
and power dissipation of the circuit. Section III
ABSTRACT
International Journal for Modern Trends in Science and Technology
Volume: 03, Issue No: 03, March 2017
ISSN: 2455-3778
http://www.ijmtst.com
8 International Journal for Modern Trends in Science and Technology
R. Gangadhar Reddy and Yashpal Singh : Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
gives the simulation environment and results.
Conclusion has given in final section.
II. ANALYSIS OF THE PROPOSED FULL ADDER CIRCUIT
Figure 1 represents the proposed 10 transistor
full adder. Theory of the proposed full adder is
described in [1] clearly. In this paper we tested
whether the proposed cells work at block level or
not. So a 16-bit ripple carry adder was designed
and tested it to know the working of proposed full
adder cells.
Figure 1: Proposed full adder circuit
Carry block of the proposed cell (Figure 1) used
two pass transistors for carry signal generation. As
the n-pass transistors have week 1 characteristics
and strong 0 characteristics, p-pass transistor
have strong 1 and week 0 characteristics the
circuit cannot get rail to rail signal at the carry
output section. So the proposed 10 transistor 1-bit
full adder is modified to get the better results. That
is, instead of pass transistors a transmission gate
is used to obtain the carry signal so that a rail to
rail logic was obtained. The modified proposed full
adder cell is now a14 transistor cell and it is shown
in Figure 2.
The figure of merit factors of a circuit design
process is number of transistors, power dissipation,
area, speed of the circuit and complexity. The
proposed cell is designed with 10transistors only.
In literature, there are full adder cells designed
with less than ten transistors. Even though, the
numbers of transistors are less compared to the
proposed full adder cell, those circuits have
degraded output levels. Those circuits have not
produce rail to rail logic levels at output section.
Figure 2: Modified Proposed full adder circuit
Table 1 gives the information of different types of
full adders presented in this paper and also shows
with which logic style each full adder is designed [1].
Most of the full adders in this work considered are
which are designed with pass transistor logic.
Based on the simulation results and wave forms
obtained, it can be mentioned that the 6-T, 8-T,
10-T FA-I,10-T FA-II, full adder designed with GDI
logic, and self-energy recovery full adder circuits
give degraded carry out and sum signals at output.
Table 1: Features of Full adder designs under
comparison
Full-Adder # of
Transi
-stors
Circuit
Type
Voltage
Swing
6-T FA 6 PTL Degraded
8-T 8 PTL Degraded
10-T FA-I 10 PTL Degraded
10-T FA-II 10 PTL Degraded
GDI 10-T FA 10 GDI
Logic
Degraded
14-T FA-I 14 PTL+TG Full
14-T FA-II 14 PTL Full
SERF 10 PTL Degraded
Proposed 10-T
FA
10 PTL Threshold
loss
Proposed 14-T
FA
14 PTL+TG Full
PTL - Pass Transistor LOGIC
TG - Transmission Gate Logic
GDI- Gate Diffusion Input
14-T FA-I, 14-T FA-II and the proposed fulladder
9 International Journal for Modern Trends in Science and Technology
R. Gangadhar Reddy and Yashpal Singh : Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
(with low Power XOR gate and pass transistors)
give full swing at output node. While designing the
proposed full adder circuit low power XOR gates
are used. As per the paper [2],this low power XOR
gate dissipates low power compared to other XOR
gates considered in that paper.
III. SIMULATION RESULTS
All designed circuits in this paper are simulated
using Spectre simulator in Virtuoso Design
Environment provided by Cadence Software.
Designed circuits are captured using Generic
Process Design Kit (GPDK) and 45nm technology
transistor models are used. Simulations are done
under GPDK45nm technology file provided by the
Cadence Design Systems. The input combinations
are taken from 000 to 111 and the simulation time
is 20ns. The simulation results of the proposed
circuits are shown in Figure 3 and 4.
To test whether the proposed adder will work for
the multi bit addition or not, the modified full adder
is used as the basic 1-bit full adder cell for 16-bit
addition operation. This operation is performed
between two 16-bit operands by using ripple carry
adder architecture as shownin Figure 5, as
benchmark circuit. Since adder cells are normally
cascaded to form useful arithmetic circuits, their
drivability must be ensured. In other words, the
driving cell must provide not only full-swing voltage
outputs but also sufficient current to the driven
cell.
Figure 5 represents the 16-bit adder circuit,
which is designed with ripple carry adder
architecture. Figures 6 and 7 depict the two input
operands A and B signals. Figure 8 represents the
sum signals. The simulation waveforms prove that
the designed 1-bit adder cell works for n-bit
addition operations.
Figure 3: Simulation Results of the proposed 10T full
adder
Figure 4: Simulation Results of the proposed 14T full
adder
Figure 5: 16-bit addition operation using ripple carry
adder
Figure 6: Simulation waveform of A input operand signals
Figure 7: Simulation waveform of B input operand signals
10 International Journal for Modern Trends in Science and Technology
R. Gangadhar Reddy and Yashpal Singh : Performance Analysis of Proposed Full Adder Cell at Submicron Technologies
Figure 8: Simulation waveform of output sum signals
IV. CONCLUSION
In this paper, the proposed and modified full
adder circuits are tested for the fitment of n-bit
addition operation. The simulation results will
prove that the proposed circuit will work for multi
bit addition. All circuits are designed and
simulated using cadence tools and the transistor
models are taken from GPDK045nmtechnology
files.
REFERENCES
[1] R. Gangdhar Reddy and Yashpal Singh, “Design of
Robust, Ultra Low-Power Efficient FullAdder Cell in
sub-45nm Technologies,” International Journal of
Control Theory and Applications,Vol. 9, Issue 20,
pp. 267-275, 2016.
[2] J. M. Wang, S. C. Fang, and W. S. Feng, New
efficient designs for xor and nor functions onthe
transistor level, IEEE Journal of Solid-State
Circuits, vol. 29, Issue 7, pp. 8086, 1994.

More Related Content

What's hot

An optimised multi value logic cell design with new architecture of many val...
An optimised multi value logic cell design with new architecture  of many val...An optimised multi value logic cell design with new architecture  of many val...
An optimised multi value logic cell design with new architecture of many val...IJMER
 
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...VLSICS Design
 
implementation and design of 32-bit adder
implementation and design of 32-bit adderimplementation and design of 32-bit adder
implementation and design of 32-bit adderveereshwararao
 
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveFPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveIJORCS
 
128-Bit Area Efficient Reconfigurable Carry Select Adder
128-Bit Area Efficient Reconfigurable Carry Select Adder 128-Bit Area Efficient Reconfigurable Carry Select Adder
128-Bit Area Efficient Reconfigurable Carry Select Adder ijcisjournal
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsIJERA Editor
 
AN EFFICIENT BASE-4 LEADING ZERO DETECTOR DESIGN
AN EFFICIENT BASE-4 LEADING ZERO DETECTOR DESIGNAN EFFICIENT BASE-4 LEADING ZERO DETECTOR DESIGN
AN EFFICIENT BASE-4 LEADING ZERO DETECTOR DESIGNEEIJ journal
 
CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueNishant Yaduvanshi
 
A Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueA Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueIJERA Editor
 
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUEIMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUEJournal For Research
 
Performance Evaluation of Various CMOS Full Adder Designs: A Review
Performance Evaluation of  Various CMOS Full Adder Designs: A ReviewPerformance Evaluation of  Various CMOS Full Adder Designs: A Review
Performance Evaluation of Various CMOS Full Adder Designs: A ReviewIRJET Journal
 
IRJET- Analysis of Proposed Finfet based Full Adder using CMOS Logic Style
IRJET-  	  Analysis of Proposed Finfet based Full Adder using CMOS Logic StyleIRJET-  	  Analysis of Proposed Finfet based Full Adder using CMOS Logic Style
IRJET- Analysis of Proposed Finfet based Full Adder using CMOS Logic StyleIRJET Journal
 
Dot matrix display design using fpga
Dot matrix display design using fpgaDot matrix display design using fpga
Dot matrix display design using fpgaHossam Hassan
 
Implementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSRImplementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSRIJERA Editor
 
Efficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyEfficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyIJARIIT
 
Bit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBhargavKatkam
 
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
 
A Computers Architecture project on Barrel shifters
A Computers Architecture project on Barrel shiftersA Computers Architecture project on Barrel shifters
A Computers Architecture project on Barrel shifterssvrohith 9
 

What's hot (20)

An optimised multi value logic cell design with new architecture of many val...
An optimised multi value logic cell design with new architecture  of many val...An optimised multi value logic cell design with new architecture  of many val...
An optimised multi value logic cell design with new architecture of many val...
 
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
 
implementation and design of 32-bit adder
implementation and design of 32-bit adderimplementation and design of 32-bit adder
implementation and design of 32-bit adder
 
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveFPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
 
128-Bit Area Efficient Reconfigurable Carry Select Adder
128-Bit Area Efficient Reconfigurable Carry Select Adder 128-Bit Area Efficient Reconfigurable Carry Select Adder
128-Bit Area Efficient Reconfigurable Carry Select Adder
 
20120140506024
2012014050602420120140506024
20120140506024
 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital CircuitsMultiple Valued Logic for Synthesis and Simulation of Digital Circuits
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
 
AN EFFICIENT BASE-4 LEADING ZERO DETECTOR DESIGN
AN EFFICIENT BASE-4 LEADING ZERO DETECTOR DESIGNAN EFFICIENT BASE-4 LEADING ZERO DETECTOR DESIGN
AN EFFICIENT BASE-4 LEADING ZERO DETECTOR DESIGN
 
CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI Technique
 
A Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueA Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI technique
 
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUEIMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
IMPLEMENTATION OF EFFICIENT ADDER USING MULTI VALUE LOGIC TECHNIQUE
 
Performance Evaluation of Various CMOS Full Adder Designs: A Review
Performance Evaluation of  Various CMOS Full Adder Designs: A ReviewPerformance Evaluation of  Various CMOS Full Adder Designs: A Review
Performance Evaluation of Various CMOS Full Adder Designs: A Review
 
IRJET- Analysis of Proposed Finfet based Full Adder using CMOS Logic Style
IRJET-  	  Analysis of Proposed Finfet based Full Adder using CMOS Logic StyleIRJET-  	  Analysis of Proposed Finfet based Full Adder using CMOS Logic Style
IRJET- Analysis of Proposed Finfet based Full Adder using CMOS Logic Style
 
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...FPGA Implementation of High Speed FIR Filters and less power consumption stru...
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
 
Dot matrix display design using fpga
Dot matrix display design using fpgaDot matrix display design using fpga
Dot matrix display design using fpga
 
Implementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSRImplementation of UART with BIST Technique Using Low Power LFSR
Implementation of UART with BIST Technique Using Low Power LFSR
 
Efficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technologyEfficient implementation of full adder for power analysis in cmos technology
Efficient implementation of full adder for power analysis in cmos technology
 
Bit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBit Serial multiplier using Verilog
Bit Serial multiplier using Verilog
 
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...
 
A Computers Architecture project on Barrel shifters
A Computers Architecture project on Barrel shiftersA Computers Architecture project on Barrel shifters
A Computers Architecture project on Barrel shifters
 

Similar to Analysis of a Proposed Low-Power Full Adder Circuit

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
 
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
 
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...IJERA Editor
 
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...Associate Professor in VSB Coimbatore
 
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
 
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
 
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
 
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...IJERA Editor
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesCSITiaesprime
 
Performance evaluation of full adder
Performance evaluation of full adderPerformance evaluation of full adder
Performance evaluation of full adderIOSRJECE
 
Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder NAVEEN TOKAS
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET Journal
 
Layout Design Comparison of CMOS and Gate
Layout Design Comparison of CMOS  and Gate Layout Design Comparison of CMOS  and Gate
Layout Design Comparison of CMOS and Gate IJEEE
 

Similar to Analysis of a Proposed Low-Power Full Adder Circuit (20)

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)
 
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
 
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
 
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
Design of Power Efficient 4x4 Multiplier Based On Various Power Optimizing Te...
 
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
 
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
 
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
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Gb3510621064
Gb3510621064Gb3510621064
Gb3510621064
 
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
Efficient Design of Ripple Carry Adder and Carry Skip Adder with Low Quantum ...
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemes
 
Performance evaluation of full adder
Performance evaluation of full adderPerformance evaluation of full adder
Performance evaluation of full adder
 
Bl044389393
Bl044389393Bl044389393
Bl044389393
 
Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
 
Layout Design Comparison of CMOS and Gate
Layout Design Comparison of CMOS  and Gate Layout Design Comparison of CMOS  and Gate
Layout Design Comparison of CMOS and Gate
 

Recently uploaded

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
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
 
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
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

Analysis of a Proposed Low-Power Full Adder Circuit

  • 1. 7 International Journal for Modern Trends in Science and Technology Performance Analysis of Proposed Full Adder Cell at Submicron Technologies Gangadhar Reddy Ramireddy1 | Yashpal Singh2 1,2Electronics and Communication Engineering, Sunrise University, Alwar, Rajasthan, India To Cite this Article R. Gangadhar Reddy and Yashpal Singh, “Performance Analysis of Proposed Full Adder Cell at Submicron Technologies”, International Journal for Modern Trends in Science and Technology, Vol. 03, Issue 03, 2017, pp. 07-10. This paper presents an analysis of high-speed and low-voltage full adder circuit analysis. The proposed circuit analyzed for parameters like logic levels and power consumption. Full adder is an important circuit for designing many types of processors like microprocessors, digital signal processors, image processing and various VLSI applications etc. Many blocks of the designs, adders lie in critical data path of the circuit which affects the overall performance of the system. In this regards this paper analyses the proposed full adder cell at block level. Ripple carry adder is taken as the benchmark circuit to analyze the proposed full adder cell at 45nm technology. KEYWORDS: Full adder, Logic level, LP XOR gate Copyright © 2017 International Journal for Modern Trends in Science and Technology All rights reserved. I. INTRODUCTION In processors adder is an important element. As such, extensive research continues to be focused on improving the power-delay performance of the adder. In VLSI implementations, parallel prefix adders are known to have the best performance. Fast and accurate operation of digital system depends on the performance of adders. Hence improving the performance of adder is the main area of research in system design. Arithmetic (such as addition, subtraction, multiplication and division) performed in a program, additions are required to increment the program counter and to calculate the effective address. show that in a prototypical RISC machine (DLX)72% of the instructions perform additions (or subtractions) in the data path. Over the last decade many different adder architectures were studied and proposed to speed up the binary additions. From the past half century to the present date, we can find different types of full adder circuits in literature. In the early years of introduction to full adder circuits, tunnel diodes were used for the design of full adder circuits. Later Transistor Tunnel diodes became popular to design 1-bit full adder cell, and then came Diode-Transistor Logic (DTL). Afterwards MOSFET technology came to existence and design engineers started using the MOSFETs to design the circuits. Subsequently, full adder cell was designed with NOR/NAND gates and with Joseph son junctions. Over the time, the full adder cell has been designed in different ways with different logic styles. Since MOSFETs use in circuit design, engineers have been trying to reduce the power consumption and delay of a full adder circuit for the better performance of the system. The performance of the various full adder cells, in terms of the power and delay are compared in our previous paper [1]. Further this paper is organized as follows. Section II discusses about the analysis of the proposed full adder circuit at block level. The analysis is with respect to output logic level, number of transistors used to design the circuit and power dissipation of the circuit. Section III ABSTRACT International Journal for Modern Trends in Science and Technology Volume: 03, Issue No: 03, March 2017 ISSN: 2455-3778 http://www.ijmtst.com
  • 2. 8 International Journal for Modern Trends in Science and Technology R. Gangadhar Reddy and Yashpal Singh : Performance Analysis of Proposed Full Adder Cell at Submicron Technologies gives the simulation environment and results. Conclusion has given in final section. II. ANALYSIS OF THE PROPOSED FULL ADDER CIRCUIT Figure 1 represents the proposed 10 transistor full adder. Theory of the proposed full adder is described in [1] clearly. In this paper we tested whether the proposed cells work at block level or not. So a 16-bit ripple carry adder was designed and tested it to know the working of proposed full adder cells. Figure 1: Proposed full adder circuit Carry block of the proposed cell (Figure 1) used two pass transistors for carry signal generation. As the n-pass transistors have week 1 characteristics and strong 0 characteristics, p-pass transistor have strong 1 and week 0 characteristics the circuit cannot get rail to rail signal at the carry output section. So the proposed 10 transistor 1-bit full adder is modified to get the better results. That is, instead of pass transistors a transmission gate is used to obtain the carry signal so that a rail to rail logic was obtained. The modified proposed full adder cell is now a14 transistor cell and it is shown in Figure 2. The figure of merit factors of a circuit design process is number of transistors, power dissipation, area, speed of the circuit and complexity. The proposed cell is designed with 10transistors only. In literature, there are full adder cells designed with less than ten transistors. Even though, the numbers of transistors are less compared to the proposed full adder cell, those circuits have degraded output levels. Those circuits have not produce rail to rail logic levels at output section. Figure 2: Modified Proposed full adder circuit Table 1 gives the information of different types of full adders presented in this paper and also shows with which logic style each full adder is designed [1]. Most of the full adders in this work considered are which are designed with pass transistor logic. Based on the simulation results and wave forms obtained, it can be mentioned that the 6-T, 8-T, 10-T FA-I,10-T FA-II, full adder designed with GDI logic, and self-energy recovery full adder circuits give degraded carry out and sum signals at output. Table 1: Features of Full adder designs under comparison Full-Adder # of Transi -stors Circuit Type Voltage Swing 6-T FA 6 PTL Degraded 8-T 8 PTL Degraded 10-T FA-I 10 PTL Degraded 10-T FA-II 10 PTL Degraded GDI 10-T FA 10 GDI Logic Degraded 14-T FA-I 14 PTL+TG Full 14-T FA-II 14 PTL Full SERF 10 PTL Degraded Proposed 10-T FA 10 PTL Threshold loss Proposed 14-T FA 14 PTL+TG Full PTL - Pass Transistor LOGIC TG - Transmission Gate Logic GDI- Gate Diffusion Input 14-T FA-I, 14-T FA-II and the proposed fulladder
  • 3. 9 International Journal for Modern Trends in Science and Technology R. Gangadhar Reddy and Yashpal Singh : Performance Analysis of Proposed Full Adder Cell at Submicron Technologies (with low Power XOR gate and pass transistors) give full swing at output node. While designing the proposed full adder circuit low power XOR gates are used. As per the paper [2],this low power XOR gate dissipates low power compared to other XOR gates considered in that paper. III. SIMULATION RESULTS All designed circuits in this paper are simulated using Spectre simulator in Virtuoso Design Environment provided by Cadence Software. Designed circuits are captured using Generic Process Design Kit (GPDK) and 45nm technology transistor models are used. Simulations are done under GPDK45nm technology file provided by the Cadence Design Systems. The input combinations are taken from 000 to 111 and the simulation time is 20ns. The simulation results of the proposed circuits are shown in Figure 3 and 4. To test whether the proposed adder will work for the multi bit addition or not, the modified full adder is used as the basic 1-bit full adder cell for 16-bit addition operation. This operation is performed between two 16-bit operands by using ripple carry adder architecture as shownin Figure 5, as benchmark circuit. Since adder cells are normally cascaded to form useful arithmetic circuits, their drivability must be ensured. In other words, the driving cell must provide not only full-swing voltage outputs but also sufficient current to the driven cell. Figure 5 represents the 16-bit adder circuit, which is designed with ripple carry adder architecture. Figures 6 and 7 depict the two input operands A and B signals. Figure 8 represents the sum signals. The simulation waveforms prove that the designed 1-bit adder cell works for n-bit addition operations. Figure 3: Simulation Results of the proposed 10T full adder Figure 4: Simulation Results of the proposed 14T full adder Figure 5: 16-bit addition operation using ripple carry adder Figure 6: Simulation waveform of A input operand signals Figure 7: Simulation waveform of B input operand signals
  • 4. 10 International Journal for Modern Trends in Science and Technology R. Gangadhar Reddy and Yashpal Singh : Performance Analysis of Proposed Full Adder Cell at Submicron Technologies Figure 8: Simulation waveform of output sum signals IV. CONCLUSION In this paper, the proposed and modified full adder circuits are tested for the fitment of n-bit addition operation. The simulation results will prove that the proposed circuit will work for multi bit addition. All circuits are designed and simulated using cadence tools and the transistor models are taken from GPDK045nmtechnology files. REFERENCES [1] R. Gangdhar Reddy and Yashpal Singh, “Design of Robust, Ultra Low-Power Efficient FullAdder Cell in sub-45nm Technologies,” International Journal of Control Theory and Applications,Vol. 9, Issue 20, pp. 267-275, 2016. [2] J. M. Wang, S. C. Fang, and W. S. Feng, New efficient designs for xor and nor functions onthe transistor level, IEEE Journal of Solid-State Circuits, vol. 29, Issue 7, pp. 8086, 1994.