SlideShare a Scribd company logo
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

DOCX
Ramya Project
PDF
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
PDF
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
PDF
vlsi projects using verilog code 2014-2015
PDF
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
PDF
Vlsi mini project list 2013
PDF
Gdi cell
PDF
Design of low power cmos logic circuits using gate diffusion input (gdi) tech...
Ramya Project
IRJET - High Speed Inexact Speculative Adder using Carry Look Ahead Adder...
High Speed and Area Efficient Booth Multiplier Using SQRT CSLA with Zero Find...
vlsi projects using verilog code 2014-2015
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Vlsi mini project list 2013
Gdi cell
Design of low power cmos logic circuits using gate diffusion input (gdi) tech...

What's hot (20)

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

Similar to Performance Analysis of Proposed Full Adder Cell at Submicron Technologies (20)

PDF
The Influence of Silicon Area on the Performance of the Full Adders
PDF
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
PDF
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
PDF
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
PDF
Iaetsd design and simulation of high speed cmos full adder (2)
PDF
LOW POWER-AREA GDI & PTL TECHNIQUES BASED FULL ADDER DESIGNS
PDF
Low power area gdi & ptl techniques based full adder designs
PDF
LOW POWER-AREA GDI & PTL TECHNIQUES BASED FULL ADDER DESIGNS
PDF
Comparative Analysis of Different Types of Full Adder Circuits
PDF
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
PDF
Delay Optimized Full Adder Design for High Speed VLSI Applications
PDF
Low Power Full Adder using 9T Structure
PPTX
Leakage power optimization for ripple carry adder
PDF
PDF
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
PDF
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
PDF
IRJET - Low Power Design for Fast Full Adder
PDF
Performance evaluation of full adder
PDF
PERFORMANCE ANALYSIS OF LOW POWER FULL ADDER CELLS USING 45NM CMOS TECHNOLOGY
PDF
Ce4301462465
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 ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
Iaetsd design and simulation of high speed cmos full adder (2)
LOW POWER-AREA GDI & PTL TECHNIQUES BASED FULL ADDER DESIGNS
Low power area gdi & ptl techniques based full adder designs
LOW POWER-AREA GDI & PTL TECHNIQUES BASED FULL ADDER DESIGNS
Comparative Analysis of Different Types of Full Adder Circuits
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
Delay Optimized Full Adder Design for High Speed VLSI Applications
Low Power Full Adder using 9T Structure
Leakage power optimization for ripple carry adder
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
IRJET - Low Power Design for Fast Full Adder
Performance evaluation of full adder
PERFORMANCE ANALYSIS OF LOW POWER FULL ADDER CELLS USING 45NM CMOS TECHNOLOGY
Ce4301462465
Ad

Recently uploaded (20)

PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPT
Project quality management in manufacturing
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Construction Project Organization Group 2.pptx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
PPT on Performance Review to get promotions
PPTX
Geodesy 1.pptx...............................................
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Well-logging-methods_new................
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
Categorization of Factors Affecting Classification Algorithms Selection
Automation-in-Manufacturing-Chapter-Introduction.pdf
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
UNIT-1 - COAL BASED THERMAL POWER PLANTS
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Project quality management in manufacturing
Foundation to blockchain - A guide to Blockchain Tech
Construction Project Organization Group 2.pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PPT on Performance Review to get promotions
Geodesy 1.pptx...............................................
UNIT 4 Total Quality Management .pptx
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Well-logging-methods_new................
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Fundamentals of safety and accident prevention -final (1).pptx
R24 SURVEYING LAB MANUAL for civil enggi
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Safety Seminar civil to be ensured for safe working.
Categorization of Factors Affecting Classification Algorithms Selection

Performance Analysis of Proposed Full Adder Cell at Submicron Technologies

  • 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.