SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2195
Delay Optimized Full Adder Design for High Speed VLSI Applications
Tincy Charles1 , Mohammed Salih K K2
1 Mtech Scholar, Department of ECE, GECI, Kerala, India
2 Assistant Professor, Department of ECE, GECI, Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The most widely used arithmetic operation in
digital applications is addition. Full adder is the most
important building block in digital signal processors and
controllers as it is used in arithmetic logic circuit(ALU) , in the
floating point unit and in case of cache or memory access
address generation. As density of IC chip increases, power
consumption also increases. Hence low power designs is the
primary requirement in the VLSI field. Reducing delay of a
digital circuit is an important topic in logic design for efficient
implementation of adder. In this paper a hybrid CMOS full
adder circuit designed using both transmission gate and
complementary metal oxide semiconductor(CMOS) is
implemented and a modified version of this full adder is
proposed. Design was implemented using Cadence Virtuoso
Tools in 180nm and 90nm technology. Then comparison is
done against these full adders in terms of power, speed and
power delay product.
Key Words: CMOS,TG, Power Delay Product
1.INTRODUCTION
Adders are one of the major components in digital
systems, as they are widely used in basic digital operations
such as division, multiplication and subtraction.As addition
forms the basis of many binary operations,addercircuitsare
of great interest in digital design. Deep submicron CMOS
technologies are used to explain the challenging criteria of
the emerging high-speed and low-power communication IC
chips. Analyzing any digital system, we can see addition is a
basic operation.
A heuristic approach, known as hybrid adder models is
proposed to save power at low transistor sizes.A wide
variety of adder circuits have been proposed in literature,
with the purpose to fulfill the various area, power and
speedsrequirementsofimplementations[3].Designersmove
their attention to design an efficient full-adder, which
operates with the minimum power consumption and high
speed. Power dissipation depends upon the switching
activity, wire capacitances, node capacitances and control
circuit size.
Full adders can be classified into static and dynamic full
adders. Static full adders are reliable, require less powerbut
on the cost of area[2]. While dynamic full adders have high
speed operation, high driving capability, low power, low
input capacitance and but power dissipation due to higher
switching activities and they require N+2 transistors for N
input logic function instead of 2N transistors required by
standard adder as they use onlyNMOStransistorsanddueto
absence of PMOS input capacitance is lower butdynamicfull
adder suffer from complexity, charge sharing and high
power requirement due to high switching so a hybrid logic
style will embed the both static and dynamicfull adderto get
better results.
2. REVIEW OF VARIOUS LOGIC STYLES
Static CMOS logic style is known for its better power
efficiency,high noise margin,no static power dissipation.It is
more robust for transistor sizing and voltage scaling[4].The
disadvantages include higher delay and large
capacitance[3].Various static logic styles include Pseudo-
NMOS logic,Transmission logic,Pass Transistor logic etc.
Pseudo-NMOS logic style adder replace the pull-up block
with single PMOS transistor thus reducing the number of
gates. Thus it reduces the capacitance and improves the
speed. The Rand asymmetrical noise margin.Transmission-
Gate(TG) Full Adder uses XOR gate.It acts as a high-quality
switch with low capacitance and resistance[5],[6].It is one of
the members of the ratio less logic family as the DC
characteristics are independent of the input levels.
Complementary Pass Transistor Logic (CPL) adder
implements logic functions with NMOS-only.Its advantages
include differential inputs/outputs,circuit modularity and
simplicity[7]. It can be efficiently realized with smallnumber
of transistors. The disadvantages of CPL is reduced higher
static power consumption and noise margin. Double Pass
Transistor Logic (DPL) adder is a modified version of CPL
that is suitable for low-voltage application[7].DPL has
balanced input capacitances, therefore reducing the
dependence of the delay on the input data. DPL also provides
fulllogic swing due to the use of PMOS gates aswellasNMOS,
and the dual current driving ability of DPL compensates for
the additional PMOS gates [5]. The disadvantages of DPL is
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2196
the higher number of transistors, hence higher area and
higher power dissipation.
Dynamic Logic Style uses a sequence of evaluation and
precharging phases to realize complex logic functions in a
single PMOS pull-up network or NMOS pull-down,hencethis
requires less transistors and also has no static power
consumption. The reduced overall capacitance results in
significantly improvement in thespeed.Thedisadvantagesof
dynamic logic is the high dynamic power dissipation due to
clock switching. The dynamic logic has clock skew and
charge-sharingproblems.Variousdynamiclogicstyleinclude
NP-CMOS,Domino and True Single-Phase Clocked Logic
(TSPCL). The C2MOS latched NP-CMOS (also called NORA-
CMOS) can be used in the effective implementation of
pipelined circuits.
3. EXISTING FULL ADDER IMPLEMENTATION
The full adder schematic is divided into three modules.
Module 1 and module 2 represent the XNOR module and
Module 3 represents the transmission gate module which
produces Cout signal [1].
The XNOR module with 6 transistors is designed to
minimize the power with avoiding voltage degradation
possibility. The power consumption is reduced by the use of
weak inverter (small channel width transistors) formed by
transistors Mp1 and Mn1. The level restoring transistors
Mp3 and Mn3 is responsible for full swing of the levels of
output signals.The circuit diagramforthefull adderisshown
in fig:1.
The output carry signal is implemented by the transistors
Mp7,Mp8,Mn7 and Mn8. The input carry signal (C) reduces
the overall carry propagation path significantly by
propagating only through a single transmission gate (Mn7
and Mp7). The use of strong transmission gates (large
channel width transistors Mn7, Mp7, Mn8, and Mp8 )
guaranteed further reduction in propagation delay of the
carry signal.
Fig-1: Circuit diagram of full adder[1]
The inverter formed by transistors Mp1 and Mn1 generate
B’. This is used to design the controlled inverter using the
transistor pair Mp2 and Mn2. Output of this controlled
inverter is basically the XNOR of A and B. This suffers from
some voltage degradation problem, and thiscanbe removed
using two pass transistors Mp3 and Mn3.PMOS transistors
(Mp4, Mp5, and Mp6) and NMOS transistors (Mn4, Mn5,and
Mn6) realize the second stage XNOR module which
implement the SUM. Analyzing the full adder truth table, the
condition for Cout generation has been deducted as follows:
If A = B, then Cout = B; else Cout = C
4. PROPOSED FULL ADDER
The proposed full adder circuit consist of only 14
transistors and is represented by three modules. Here the
transistors are reduced from 16 in the existing design to 14
transistors.The block diagram of the proposed full adder
circuit is shown in fig:2. Module 1 represents fully restored
CMOS XOR-XNOR cell and module 2 represent XOR module
which generate SUM signal. Module 3 represent TG module
which generate Cout signal.
Fig-2: Block Diagram of Modified Full Adder
The schematic of proposed full adder is shown in
fig:3.Module 1 is based on the cross coupledPMOSstructure,
but it also uses the cross coupled NMOS structure to
produce the complement.Thesestructuresdonotprovidean
output for A = B = 0 and A = B = 1, respectively, which
instead is provided by the feedback MOSFETs (Mn1 and
Mp3). The feedback also eliminates the threshold voltage
loss associated with the structure[10-11].
Only six transistors are needed to realize this circuit and
the use of inverter is eliminated. The feedback will lowerthe
maximal operatingfrequencyandrequiretheMOSFETstobe
ratioed when compared with the other XOR gates. To
properly ratio the MOSFETs, the design effort increases.The
threshold voltage drop is completely eliminated from both
the outputs ,due to the regenerative feedback introduced by
the pull-down (nMOS) and the pull-up (PMOS) transistors,
thereby providing the full voltageswing.Theoperationofthe
above circuit must be restricted to supply voltages above
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2197
2|Vtp|.The sizing of the feedback transistors must be
carefully done for proper functioning of the circuit under
various operating conditions.
Fig-3: Schematic of Proposed Full Adder
The SUM module is designed to minimizethepowerto best
possible extend.This module is the transmission function
implementation of XOR gate.The inputs to this module are
driven by the outputs of first module(H and H’).The
speciality of this design is its lowest average power
consumption since it does not use any power or ground rails
ie, absence of short circuit current.But the drawback is that
the SUM signals are not capable to drive bigger loads.They
have outstanding power delay product.
The third module is implemented using transmission gate
logic as in fig:1[4].This is basically a multiplexer which
passes either A(or B) or C, according to the value of H.The
input signals A and C provides the driving power for Cout
signal, since either of inputs will pass.Thisdesignisnormally
used where a latch or buffer follows the output of adder cell
to avoid lacking power of Cout signal.
5. SIMULATION RESULTS
The full adder design in fig:1 was implemented in 180nm
and 90nm by using Cadence Virtuoso software.Then the
transient analysis is obtained as in fig:8.
Fig-4: Implementation of Full Adder
The power consumption of hybrid full adders can be
classified into static powerconsumptionanddynamicpower
consumption. Static power consumption is caused from
leakage and biasing currents[5-7] in most of CMOS based
circuit implementations. Mostly this is lower that the
dynamic power consumption. Dynamic power consumption
arises because of charging and discharging of load
capacitances.For 180-nmtechnology,circuitoperatedat1.8V
the total power consumption was found to be 7.598µW and
for 90-nm technology,it was found to be 2.861μW.
Fig-5: Transient Analysis of Full Adder
The delay was found to be 27.99ps for 180nm and 3.232ps
for 90nm technology.The four bit and eight bit extension of
full adder as shown in fig:6 and fig:8 were alsoimplemented
and power and delay are compared.
Fig-6: 4-Bit Extension of Full Adder
Fig-7: 8-Bit Extension of Full Adder
The modified full adder is implemented in fig:8.It is found
that the average power consumption was found to be
9.058µW in 180-nm technology.This reduction in power
consumption is mainly due to absence of leakage
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2198
currents.The delay was reduced significantly to 8.438psdue
to the incorporation of fully restored swing logic.The
simulation results were compared in Table:1.
Fig-8: Implementation of Proposed Full Adder
Table -1: Comparison Results of Full Adders
Chart -1: Bar Diagram Representation of Simulation Results
6.CONCLUSION
In this paper, a hybrid full adder is implementedin180nm
and 90nm.Both the existing and proposed designs were
simulated using Cadence Virtuoso tools.It is found that the
propogation delay is reduced by the use of strong
transmission gates(long channel width transistors) and by
incorporation of fully restored swing logic and is foundto be
8.438ps.The PDP of both designs are measured and it is
observed to be minimum in the case of the proposed
design. The area of the proposed design is also reduced
when compared in terms of transistors against the existing
architecture.
REFERENCES
[1] Partha Bhattacharyya, Bijoy Kundu, Sovan Ghosh,
Vinay Kumar and Anup Dandapat, “Performance
Analysis of a Low-Power High-Speed Hybrid 1-bit
Full Adder Circuit”, IEEE Trans. Very Large Scale
Integr. (VLSI) Oct.2015, Volume: 23, Is- sue:10
[2] M. Zhang, J. Gu, and C.-H. Chang, “A novel hybrid
pass logic with static CMOS output drive full-adder
cell,” in Proc. Int. Symp. Circuits Syst., May 2003, pp.
317–320.
[3] A. M. Shams, T. K. Darwish, and M. A. Bayoumi,
“Performance analysis of low- power 1-bit CMOS
full adder cells,” IEEE Trans. Very Large Scale
Integr. (VLSI) Syst., vol. 10, no. 1, pp. 20–29, Feb.
2002.
[4] M. L. Aranda, R. B´aez, and O. G.Diaz,“Hybridadders
for high-speed arithmeticcircuits:Acomparison,” in
Proc. 7th IEEE Int. Conf. Elect. Eng. Comput. Sci.
Autom. Control (CCE), Tuxtla Gutierrez, NM, USA,
Sep. 2010, pp. 546–549.
[5] P. Prashanth and P. Swamy, “Architecture of adders
based on speed, area and power dissipation,” in
Proc. World Congr. Inf. Commun. Technol. (WICT),
Dec. 2011, pp. 240–244.
[6] M. J. Zavarei, M. R. Baghbanmanesh, E. Kargaran, H.
Nabovati, and A. Gol- makani, “Design of new full
adder cell using hybrid-CMOS logic style,” in Proc.
18th IEEE Int. Conf. Electron., Circuits Syst. (ICECS),
Dec. 2011, pp. 451–454.
[7] I. Hassoune, D. Flandre, I. O’Connor, and J. Legat,
“ULPFA: A new efficient design of a power-aware
full adder,” IEEE Trans. Circuits Syst. I, Reg. Papers,
vol. 57, no. 8, pp. 2066–2074, Aug. 2010.
[8] C. H. Chang, J. M. Gu, and M. Zhang, “A review of
0.18-m full adder performances for tree structured
arithmetic circuits,” IEEE Trans. Very Large Scale
Integr. (VLSI) Syst., vol. 13, no. 6, pp. 686–695, Jun.
2005.
[9] S. Wairya, G. Singh, R. K. Nagaria, and S. Tiwari,
“Design analysis of XOR (4T) based low voltage
CMOS full adder circuit,” in Proc. IEEE Nirma Univ.
Int. Conf. Eng. (NUiCONE), Dec. 2011, pp. 1–7.
[10] D. Radhakrishnan, “Low-voltage low-power CMOS
full adder,” IEEE Proc.-Circuits Devices Syst., vol.
148, no. 1, pp. 19–24, Feb. 2001.
[11] M. Vesterbacka, “A 14-transistor CMOS full adder
with full voltageswing nodes,” in Proc. IEEE
Workshop Signal Process. Syst. (SiPS), Taipei,
Taiwan, Oct. 1999, pp. 713–722.

More Related Content

PDF
IRJET- Design of 4th Order Low Pass Filter using Memristive OP-AMPS
PDF
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
PDF
Ch33509513
PDF
PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED
PDF
ha_report modified
PPTX
Base Transceiver Station
PDF
www.ijerd.com
PDF
Comparison of Different Rules Based Fuzzy Logic Controller for PMSM Drives
IRJET- Design of 4th Order Low Pass Filter using Memristive OP-AMPS
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Ch33509513
PERFORMANCE OF DIFFERENT CMOS LOGIC STYLES FOR LOW POWER AND HIGH SPEED
ha_report modified
Base Transceiver Station
www.ijerd.com
Comparison of Different Rules Based Fuzzy Logic Controller for PMSM Drives

What's hot (15)

PDF
Advantages of 64 Bit 5T SRAM
PDF
Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology U...
PDF
Modeling and simulation of quasi-Z-source indirect matrix converter for perma...
PDF
3512vlsics05
PDF
Cq4301536541
PDF
Design of a high frequency low voltage CMOS operational amplifier
PDF
Ijmsr 2016-12
PDF
M045048184
PDF
Variable Threshold MOSFET Approach (Through Dynamic Threshold MOSFET) For Uni...
PDF
A Novel Low Power Energy Efficient SRAM Cell With Reduced Power Consumption u...
PDF
High Speed Low Power CMOS Domino or Gate Design in 16nm Technology
PDF
Df34655661
PDF
Compact low power high slew-rate cmos buffer amplifier with power gating tech...
PDF
D0262019026
PDF
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
Advantages of 64 Bit 5T SRAM
Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology U...
Modeling and simulation of quasi-Z-source indirect matrix converter for perma...
3512vlsics05
Cq4301536541
Design of a high frequency low voltage CMOS operational amplifier
Ijmsr 2016-12
M045048184
Variable Threshold MOSFET Approach (Through Dynamic Threshold MOSFET) For Uni...
A Novel Low Power Energy Efficient SRAM Cell With Reduced Power Consumption u...
High Speed Low Power CMOS Domino or Gate Design in 16nm Technology
Df34655661
Compact low power high slew-rate cmos buffer amplifier with power gating tech...
D0262019026
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
Ad

Similar to Delay Optimized Full Adder Design for High Speed VLSI Applications (20)

PDF
A comparative study of full adder using static cmos logic style
PDF
Ch33509513
PDF
Single bit full adder design using 8 transistors with novel 3 transistors XNO...
PDF
Comparative Analysis of Different Types of Full Adder Circuits
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
Single bit full adder design using 8 transistors with novel 3 transistors XNO...
PDF
Low Power CMOS Full Adder Design with 12 Transistors
PDF
PDF
IRJET - Low Power Design for Fast Full Adder
PDF
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
PPTX
Batch32 seminar ppt.pptx
PDF
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
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
A comparative study of full adder using static cmos logic style
Ch33509513
Single bit full adder design using 8 transistors with novel 3 transistors XNO...
Comparative Analysis of Different Types of Full Adder Circuits
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
Single bit full adder design using 8 transistors with novel 3 transistors XNO...
Low Power CMOS Full Adder Design with 12 Transistors
IRJET - Low Power Design for Fast Full Adder
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Batch32 seminar ppt.pptx
Performance Analysis of a Low-Power High-Speed Hybrid 1-Bit Full Adder Circui...
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
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
DOCX
573137875-Attendance-Management-System-original
PPT
Project quality management in manufacturing
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
composite construction of structures.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Digital Logic Computer Design lecture notes
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
OOP with Java - Java Introduction (Basics)
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
573137875-Attendance-Management-System-original
Project quality management in manufacturing
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
composite construction of structures.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Digital Logic Computer Design lecture notes
Model Code of Practice - Construction Work - 21102022 .pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Mechanical Engineering MATERIALS Selection
OOP with Java - Java Introduction (Basics)
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Embodied AI: Ushering in the Next Era of Intelligent Systems

Delay Optimized Full Adder Design for High Speed VLSI Applications

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2195 Delay Optimized Full Adder Design for High Speed VLSI Applications Tincy Charles1 , Mohammed Salih K K2 1 Mtech Scholar, Department of ECE, GECI, Kerala, India 2 Assistant Professor, Department of ECE, GECI, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The most widely used arithmetic operation in digital applications is addition. Full adder is the most important building block in digital signal processors and controllers as it is used in arithmetic logic circuit(ALU) , in the floating point unit and in case of cache or memory access address generation. As density of IC chip increases, power consumption also increases. Hence low power designs is the primary requirement in the VLSI field. Reducing delay of a digital circuit is an important topic in logic design for efficient implementation of adder. In this paper a hybrid CMOS full adder circuit designed using both transmission gate and complementary metal oxide semiconductor(CMOS) is implemented and a modified version of this full adder is proposed. Design was implemented using Cadence Virtuoso Tools in 180nm and 90nm technology. Then comparison is done against these full adders in terms of power, speed and power delay product. Key Words: CMOS,TG, Power Delay Product 1.INTRODUCTION Adders are one of the major components in digital systems, as they are widely used in basic digital operations such as division, multiplication and subtraction.As addition forms the basis of many binary operations,addercircuitsare of great interest in digital design. Deep submicron CMOS technologies are used to explain the challenging criteria of the emerging high-speed and low-power communication IC chips. Analyzing any digital system, we can see addition is a basic operation. A heuristic approach, known as hybrid adder models is proposed to save power at low transistor sizes.A wide variety of adder circuits have been proposed in literature, with the purpose to fulfill the various area, power and speedsrequirementsofimplementations[3].Designersmove their attention to design an efficient full-adder, which operates with the minimum power consumption and high speed. Power dissipation depends upon the switching activity, wire capacitances, node capacitances and control circuit size. Full adders can be classified into static and dynamic full adders. Static full adders are reliable, require less powerbut on the cost of area[2]. While dynamic full adders have high speed operation, high driving capability, low power, low input capacitance and but power dissipation due to higher switching activities and they require N+2 transistors for N input logic function instead of 2N transistors required by standard adder as they use onlyNMOStransistorsanddueto absence of PMOS input capacitance is lower butdynamicfull adder suffer from complexity, charge sharing and high power requirement due to high switching so a hybrid logic style will embed the both static and dynamicfull adderto get better results. 2. REVIEW OF VARIOUS LOGIC STYLES Static CMOS logic style is known for its better power efficiency,high noise margin,no static power dissipation.It is more robust for transistor sizing and voltage scaling[4].The disadvantages include higher delay and large capacitance[3].Various static logic styles include Pseudo- NMOS logic,Transmission logic,Pass Transistor logic etc. Pseudo-NMOS logic style adder replace the pull-up block with single PMOS transistor thus reducing the number of gates. Thus it reduces the capacitance and improves the speed. The Rand asymmetrical noise margin.Transmission- Gate(TG) Full Adder uses XOR gate.It acts as a high-quality switch with low capacitance and resistance[5],[6].It is one of the members of the ratio less logic family as the DC characteristics are independent of the input levels. Complementary Pass Transistor Logic (CPL) adder implements logic functions with NMOS-only.Its advantages include differential inputs/outputs,circuit modularity and simplicity[7]. It can be efficiently realized with smallnumber of transistors. The disadvantages of CPL is reduced higher static power consumption and noise margin. Double Pass Transistor Logic (DPL) adder is a modified version of CPL that is suitable for low-voltage application[7].DPL has balanced input capacitances, therefore reducing the dependence of the delay on the input data. DPL also provides fulllogic swing due to the use of PMOS gates aswellasNMOS, and the dual current driving ability of DPL compensates for the additional PMOS gates [5]. The disadvantages of DPL is
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2196 the higher number of transistors, hence higher area and higher power dissipation. Dynamic Logic Style uses a sequence of evaluation and precharging phases to realize complex logic functions in a single PMOS pull-up network or NMOS pull-down,hencethis requires less transistors and also has no static power consumption. The reduced overall capacitance results in significantly improvement in thespeed.Thedisadvantagesof dynamic logic is the high dynamic power dissipation due to clock switching. The dynamic logic has clock skew and charge-sharingproblems.Variousdynamiclogicstyleinclude NP-CMOS,Domino and True Single-Phase Clocked Logic (TSPCL). The C2MOS latched NP-CMOS (also called NORA- CMOS) can be used in the effective implementation of pipelined circuits. 3. EXISTING FULL ADDER IMPLEMENTATION The full adder schematic is divided into three modules. Module 1 and module 2 represent the XNOR module and Module 3 represents the transmission gate module which produces Cout signal [1]. The XNOR module with 6 transistors is designed to minimize the power with avoiding voltage degradation possibility. The power consumption is reduced by the use of weak inverter (small channel width transistors) formed by transistors Mp1 and Mn1. The level restoring transistors Mp3 and Mn3 is responsible for full swing of the levels of output signals.The circuit diagramforthefull adderisshown in fig:1. The output carry signal is implemented by the transistors Mp7,Mp8,Mn7 and Mn8. The input carry signal (C) reduces the overall carry propagation path significantly by propagating only through a single transmission gate (Mn7 and Mp7). The use of strong transmission gates (large channel width transistors Mn7, Mp7, Mn8, and Mp8 ) guaranteed further reduction in propagation delay of the carry signal. Fig-1: Circuit diagram of full adder[1] The inverter formed by transistors Mp1 and Mn1 generate B’. This is used to design the controlled inverter using the transistor pair Mp2 and Mn2. Output of this controlled inverter is basically the XNOR of A and B. This suffers from some voltage degradation problem, and thiscanbe removed using two pass transistors Mp3 and Mn3.PMOS transistors (Mp4, Mp5, and Mp6) and NMOS transistors (Mn4, Mn5,and Mn6) realize the second stage XNOR module which implement the SUM. Analyzing the full adder truth table, the condition for Cout generation has been deducted as follows: If A = B, then Cout = B; else Cout = C 4. PROPOSED FULL ADDER The proposed full adder circuit consist of only 14 transistors and is represented by three modules. Here the transistors are reduced from 16 in the existing design to 14 transistors.The block diagram of the proposed full adder circuit is shown in fig:2. Module 1 represents fully restored CMOS XOR-XNOR cell and module 2 represent XOR module which generate SUM signal. Module 3 represent TG module which generate Cout signal. Fig-2: Block Diagram of Modified Full Adder The schematic of proposed full adder is shown in fig:3.Module 1 is based on the cross coupledPMOSstructure, but it also uses the cross coupled NMOS structure to produce the complement.Thesestructuresdonotprovidean output for A = B = 0 and A = B = 1, respectively, which instead is provided by the feedback MOSFETs (Mn1 and Mp3). The feedback also eliminates the threshold voltage loss associated with the structure[10-11]. Only six transistors are needed to realize this circuit and the use of inverter is eliminated. The feedback will lowerthe maximal operatingfrequencyandrequiretheMOSFETstobe ratioed when compared with the other XOR gates. To properly ratio the MOSFETs, the design effort increases.The threshold voltage drop is completely eliminated from both the outputs ,due to the regenerative feedback introduced by the pull-down (nMOS) and the pull-up (PMOS) transistors, thereby providing the full voltageswing.Theoperationofthe above circuit must be restricted to supply voltages above
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2197 2|Vtp|.The sizing of the feedback transistors must be carefully done for proper functioning of the circuit under various operating conditions. Fig-3: Schematic of Proposed Full Adder The SUM module is designed to minimizethepowerto best possible extend.This module is the transmission function implementation of XOR gate.The inputs to this module are driven by the outputs of first module(H and H’).The speciality of this design is its lowest average power consumption since it does not use any power or ground rails ie, absence of short circuit current.But the drawback is that the SUM signals are not capable to drive bigger loads.They have outstanding power delay product. The third module is implemented using transmission gate logic as in fig:1[4].This is basically a multiplexer which passes either A(or B) or C, according to the value of H.The input signals A and C provides the driving power for Cout signal, since either of inputs will pass.Thisdesignisnormally used where a latch or buffer follows the output of adder cell to avoid lacking power of Cout signal. 5. SIMULATION RESULTS The full adder design in fig:1 was implemented in 180nm and 90nm by using Cadence Virtuoso software.Then the transient analysis is obtained as in fig:8. Fig-4: Implementation of Full Adder The power consumption of hybrid full adders can be classified into static powerconsumptionanddynamicpower consumption. Static power consumption is caused from leakage and biasing currents[5-7] in most of CMOS based circuit implementations. Mostly this is lower that the dynamic power consumption. Dynamic power consumption arises because of charging and discharging of load capacitances.For 180-nmtechnology,circuitoperatedat1.8V the total power consumption was found to be 7.598µW and for 90-nm technology,it was found to be 2.861μW. Fig-5: Transient Analysis of Full Adder The delay was found to be 27.99ps for 180nm and 3.232ps for 90nm technology.The four bit and eight bit extension of full adder as shown in fig:6 and fig:8 were alsoimplemented and power and delay are compared. Fig-6: 4-Bit Extension of Full Adder Fig-7: 8-Bit Extension of Full Adder The modified full adder is implemented in fig:8.It is found that the average power consumption was found to be 9.058µW in 180-nm technology.This reduction in power consumption is mainly due to absence of leakage
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2198 currents.The delay was reduced significantly to 8.438psdue to the incorporation of fully restored swing logic.The simulation results were compared in Table:1. Fig-8: Implementation of Proposed Full Adder Table -1: Comparison Results of Full Adders Chart -1: Bar Diagram Representation of Simulation Results 6.CONCLUSION In this paper, a hybrid full adder is implementedin180nm and 90nm.Both the existing and proposed designs were simulated using Cadence Virtuoso tools.It is found that the propogation delay is reduced by the use of strong transmission gates(long channel width transistors) and by incorporation of fully restored swing logic and is foundto be 8.438ps.The PDP of both designs are measured and it is observed to be minimum in the case of the proposed design. The area of the proposed design is also reduced when compared in terms of transistors against the existing architecture. REFERENCES [1] Partha Bhattacharyya, Bijoy Kundu, Sovan Ghosh, Vinay Kumar and Anup Dandapat, “Performance Analysis of a Low-Power High-Speed Hybrid 1-bit Full Adder Circuit”, IEEE Trans. Very Large Scale Integr. (VLSI) Oct.2015, Volume: 23, Is- sue:10 [2] M. Zhang, J. Gu, and C.-H. Chang, “A novel hybrid pass logic with static CMOS output drive full-adder cell,” in Proc. Int. Symp. Circuits Syst., May 2003, pp. 317–320. [3] A. M. Shams, T. K. Darwish, and M. A. Bayoumi, “Performance analysis of low- power 1-bit CMOS full adder cells,” IEEE Trans. Very Large Scale Integr. (VLSI) Syst., vol. 10, no. 1, pp. 20–29, Feb. 2002. [4] M. L. Aranda, R. B´aez, and O. G.Diaz,“Hybridadders for high-speed arithmeticcircuits:Acomparison,” in Proc. 7th IEEE Int. Conf. Elect. Eng. Comput. Sci. Autom. Control (CCE), Tuxtla Gutierrez, NM, USA, Sep. 2010, pp. 546–549. [5] P. Prashanth and P. Swamy, “Architecture of adders based on speed, area and power dissipation,” in Proc. World Congr. Inf. Commun. Technol. (WICT), Dec. 2011, pp. 240–244. [6] M. J. Zavarei, M. R. Baghbanmanesh, E. Kargaran, H. Nabovati, and A. Gol- makani, “Design of new full adder cell using hybrid-CMOS logic style,” in Proc. 18th IEEE Int. Conf. Electron., Circuits Syst. (ICECS), Dec. 2011, pp. 451–454. [7] I. Hassoune, D. Flandre, I. O’Connor, and J. Legat, “ULPFA: A new efficient design of a power-aware full adder,” IEEE Trans. Circuits Syst. I, Reg. Papers, vol. 57, no. 8, pp. 2066–2074, Aug. 2010. [8] C. H. Chang, J. M. Gu, and M. Zhang, “A review of 0.18-m full adder performances for tree structured arithmetic circuits,” IEEE Trans. Very Large Scale Integr. (VLSI) Syst., vol. 13, no. 6, pp. 686–695, Jun. 2005. [9] S. Wairya, G. Singh, R. K. Nagaria, and S. Tiwari, “Design analysis of XOR (4T) based low voltage CMOS full adder circuit,” in Proc. IEEE Nirma Univ. Int. Conf. Eng. (NUiCONE), Dec. 2011, pp. 1–7. [10] D. Radhakrishnan, “Low-voltage low-power CMOS full adder,” IEEE Proc.-Circuits Devices Syst., vol. 148, no. 1, pp. 19–24, Feb. 2001. [11] M. Vesterbacka, “A 14-transistor CMOS full adder with full voltageswing nodes,” in Proc. IEEE Workshop Signal Process. Syst. (SiPS), Taipei, Taiwan, Oct. 1999, pp. 713–722.