SlideShare a Scribd company logo
1 of 4
Download to read offline
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

What's hot

Advantages of 64 Bit 5T SRAM
Advantages of 64 Bit 5T SRAMAdvantages of 64 Bit 5T SRAM
Advantages of 64 Bit 5T SRAMIJSRED
 
Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology U...
Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology U...Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology U...
Performance Comparison of CMOS and Finfet Based Circuits At 45nm Technology U...IJERA Editor
 
3512vlsics05
3512vlsics053512vlsics05
3512vlsics05arathyg
 
Design of a high frequency low voltage CMOS operational amplifier
Design of a high frequency low voltage CMOS operational amplifierDesign of a high frequency low voltage CMOS operational amplifier
Design of a high frequency low voltage CMOS operational amplifierVLSICS Design
 
Ijmsr 2016-12
Ijmsr 2016-12Ijmsr 2016-12
Ijmsr 2016-12ijmsr
 
Variable Threshold MOSFET Approach (Through Dynamic Threshold MOSFET) For Uni...
Variable Threshold MOSFET Approach (Through Dynamic Threshold MOSFET) For Uni...Variable Threshold MOSFET Approach (Through Dynamic Threshold MOSFET) For Uni...
Variable Threshold MOSFET Approach (Through Dynamic Threshold MOSFET) For Uni...VLSICS Design
 
A Novel Low Power Energy Efficient SRAM Cell With Reduced Power Consumption u...
A Novel Low Power Energy Efficient SRAM Cell With Reduced Power Consumption u...A Novel Low Power Energy Efficient SRAM Cell With Reduced Power Consumption u...
A Novel Low Power Energy Efficient SRAM Cell With Reduced Power Consumption u...iosrjce
 
High Speed Low Power CMOS Domino or Gate Design in 16nm Technology
High Speed Low Power CMOS Domino or Gate Design in 16nm TechnologyHigh Speed Low Power CMOS Domino or Gate Design in 16nm Technology
High Speed Low Power CMOS Domino or Gate Design in 16nm Technologycsandit
 
Compact low power high slew-rate cmos buffer amplifier with power gating tech...
Compact low power high slew-rate cmos buffer amplifier with power gating tech...Compact low power high slew-rate cmos buffer amplifier with power gating tech...
Compact low power high slew-rate cmos buffer amplifier with power gating tech...VLSICS Design
 
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERSA REVIEW OF THE 0.09 µm STANDARD FULL ADDERS
A REVIEW OF THE 0.09 µm STANDARD FULL ADDERSVLSICS Design
 

What's hot (15)

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

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

A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleeSAT Publishing House
 
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitDesign and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitAssociate Professor in VSB Coimbatore
 
IRJET - Low Power Design for Fast Full Adder
IRJET -  	  Low Power Design for Fast Full AdderIRJET -  	  Low Power Design for Fast Full Adder
IRJET - Low Power Design for Fast Full AdderIRJET Journal
 
High performance low leakage power full subtractor circuit design using rate ...
High performance low leakage power full subtractor circuit design using rate ...High performance low leakage power full subtractor circuit design using rate ...
High performance low leakage power full subtractor circuit design using rate ...eSAT Publishing House
 
HIGH SPEED MULTIPLE VALUED LOGIC FULL ADDER USING CARBON NANO TUBE FIELD EFFE...
HIGH SPEED MULTIPLE VALUED LOGIC FULL ADDER USING CARBON NANO TUBE FIELD EFFE...HIGH SPEED MULTIPLE VALUED LOGIC FULL ADDER USING CARBON NANO TUBE FIELD EFFE...
HIGH SPEED MULTIPLE VALUED LOGIC FULL ADDER USING CARBON NANO TUBE FIELD EFFE...VLSICS Design
 
ANALYSIS OF CMOS AND MTCMOS CIRCUITS USING 250 NANO METER TECHNOLOGY
ANALYSIS OF CMOS AND MTCMOS CIRCUITS USING 250 NANO METER TECHNOLOGYANALYSIS OF CMOS AND MTCMOS CIRCUITS USING 250 NANO METER TECHNOLOGY
ANALYSIS OF CMOS AND MTCMOS CIRCUITS USING 250 NANO METER TECHNOLOGYcscpconf
 
Analysis of CMOS and MTCMOS Circuits Using 250 Nano Meter Technology
Analysis of CMOS and MTCMOS Circuits Using 250 Nano Meter Technology Analysis of CMOS and MTCMOS Circuits Using 250 Nano Meter Technology
Analysis of CMOS and MTCMOS Circuits Using 250 Nano Meter Technology csandit
 
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyDesign of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyAssociate Professor in VSB Coimbatore
 
A high speed dynamic ripple carry adder
A high speed dynamic ripple carry adderA high speed dynamic ripple carry adder
A high speed dynamic ripple carry addereSAT Journals
 
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
Comparative Performance Analysis of Low Power Full Adder Design in Different ...Comparative Performance Analysis of Low Power Full Adder Design in Different ...
Comparative Performance Analysis of Low Power Full Adder Design in Different ...ijcisjournal
 
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitUltra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitIJERA Editor
 
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuiksynopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuikPrakruthiKP2
 
FORCED STACK SLEEP TRANSISTOR (FORTRAN): A NEW LEAKAGE CURRENT REDUCTION APPR...
FORCED STACK SLEEP TRANSISTOR (FORTRAN): A NEW LEAKAGE CURRENT REDUCTION APPR...FORCED STACK SLEEP TRANSISTOR (FORTRAN): A NEW LEAKAGE CURRENT REDUCTION APPR...
FORCED STACK SLEEP TRANSISTOR (FORTRAN): A NEW LEAKAGE CURRENT REDUCTION APPR...VIT-AP University
 
Extremely Low Power FIR Filter for a Smart Dust Sensor Module
Extremely Low Power FIR Filter for a Smart Dust Sensor ModuleExtremely Low Power FIR Filter for a Smart Dust Sensor Module
Extremely Low Power FIR Filter for a Smart Dust Sensor ModuleCSCJournals
 
Comparative Analysis and Designing of High Performance and Low Power XNOR Gat...
Comparative Analysis and Designing of High Performance and Low Power XNOR Gat...Comparative Analysis and Designing of High Performance and Low Power XNOR Gat...
Comparative Analysis and Designing of High Performance and Low Power XNOR Gat...IRJET Journal
 
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...TELKOMNIKA JOURNAL
 
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VL...
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay  and Area in VL...Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay  and Area in VL...
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VL...IJMER
 
Ijmer 46050106
Ijmer 46050106Ijmer 46050106
Ijmer 46050106IJMER
 

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

A comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic styleA comparative study of full adder using static cmos logic style
A comparative study of full adder using static cmos logic style
 
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitDesign and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
 
IRJET - Low Power Design for Fast Full Adder
IRJET -  	  Low Power Design for Fast Full AdderIRJET -  	  Low Power Design for Fast Full Adder
IRJET - Low Power Design for Fast Full Adder
 
High performance low leakage power full subtractor circuit design using rate ...
High performance low leakage power full subtractor circuit design using rate ...High performance low leakage power full subtractor circuit design using rate ...
High performance low leakage power full subtractor circuit design using rate ...
 
HIGH SPEED MULTIPLE VALUED LOGIC FULL ADDER USING CARBON NANO TUBE FIELD EFFE...
HIGH SPEED MULTIPLE VALUED LOGIC FULL ADDER USING CARBON NANO TUBE FIELD EFFE...HIGH SPEED MULTIPLE VALUED LOGIC FULL ADDER USING CARBON NANO TUBE FIELD EFFE...
HIGH SPEED MULTIPLE VALUED LOGIC FULL ADDER USING CARBON NANO TUBE FIELD EFFE...
 
ANALYSIS OF CMOS AND MTCMOS CIRCUITS USING 250 NANO METER TECHNOLOGY
ANALYSIS OF CMOS AND MTCMOS CIRCUITS USING 250 NANO METER TECHNOLOGYANALYSIS OF CMOS AND MTCMOS CIRCUITS USING 250 NANO METER TECHNOLOGY
ANALYSIS OF CMOS AND MTCMOS CIRCUITS USING 250 NANO METER TECHNOLOGY
 
Analysis of CMOS and MTCMOS Circuits Using 250 Nano Meter Technology
Analysis of CMOS and MTCMOS Circuits Using 250 Nano Meter Technology Analysis of CMOS and MTCMOS Circuits Using 250 Nano Meter Technology
Analysis of CMOS and MTCMOS Circuits Using 250 Nano Meter Technology
 
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS TechnologyDesign of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
Design of Low Power Energy Efficient Carry Select Adder Using CMOS Technology
 
A high speed dynamic ripple carry adder
A high speed dynamic ripple carry adderA high speed dynamic ripple carry adder
A high speed dynamic ripple carry adder
 
Ch33509513
Ch33509513Ch33509513
Ch33509513
 
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
Comparative Performance Analysis of Low Power Full Adder Design in Different ...Comparative Performance Analysis of Low Power Full Adder Design in Different ...
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
 
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitUltra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
 
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuiksynopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
synopsis ppt.pptxkugiuhjgvyutvdy zsxtyuikm nbgyuik
 
FORCED STACK SLEEP TRANSISTOR (FORTRAN): A NEW LEAKAGE CURRENT REDUCTION APPR...
FORCED STACK SLEEP TRANSISTOR (FORTRAN): A NEW LEAKAGE CURRENT REDUCTION APPR...FORCED STACK SLEEP TRANSISTOR (FORTRAN): A NEW LEAKAGE CURRENT REDUCTION APPR...
FORCED STACK SLEEP TRANSISTOR (FORTRAN): A NEW LEAKAGE CURRENT REDUCTION APPR...
 
Ix3416271631
Ix3416271631Ix3416271631
Ix3416271631
 
Extremely Low Power FIR Filter for a Smart Dust Sensor Module
Extremely Low Power FIR Filter for a Smart Dust Sensor ModuleExtremely Low Power FIR Filter for a Smart Dust Sensor Module
Extremely Low Power FIR Filter for a Smart Dust Sensor Module
 
Comparative Analysis and Designing of High Performance and Low Power XNOR Gat...
Comparative Analysis and Designing of High Performance and Low Power XNOR Gat...Comparative Analysis and Designing of High Performance and Low Power XNOR Gat...
Comparative Analysis and Designing of High Performance and Low Power XNOR Gat...
 
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
A power efficient delta-sigma ADC with series-bilinear switch capacitor volta...
 
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VL...
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay  and Area in VL...Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay  and Area in VL...
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VL...
 
Ijmer 46050106
Ijmer 46050106Ijmer 46050106
Ijmer 46050106
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
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
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
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)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
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
 
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
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

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.