SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 559
MINIMIZATION OF REDUNDANT INTERNAL VOLTAGE SWING IN
CMOS FULL-ADDER
Citharthan Durairaj1
, Vasanth Rajendran2
1, 2
VLSI, Electronics and Communication Engineering, Kapagam University, Tamil Nadu, India,
sidharth.durairaj@gmail.com, vasanthrajendran1@gmail.com
Abstract
We proposed a CMOS full-adder cell for low-power applications. The proposed logic structure of CMOS full-adder is used to
minimize unnecessary internal voltage swing taken place in the prior CMOS full-adder by adding four nMOS transistors to the logic
structure of SUM circuit and three nMOS transistors to the logic structure of CARRY circuit. These nMOS transistors are used to
minimize the internal voltage swing from (0VDD) to ((0 - Vtp)VDD) during redundant internal voltage transitions. For area
constrain applications, we can use these extra nMOS transistors either to the SUM or CARRY circuit depending upon our need. The
proposed full-adder has maximum of 36ps longer data to output delay as compared to the prior CMOS full-adder. The full adder was
designed with a 0.18𝜇m CMOS technology.
Index Terms: Delay, dynamic power, full-adder, voltage swing
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
Addition is a fundamental arithmetic operation that is broadly
used in many VLSI systems, such as application-specific digital
signal processing (DSP) architectures and microprocessors.
This module is the core of many arithmetic operations such as
addition/subtraction, multiplication, division and address
generation. Thus a full-adder having low-power consumption
and low propagation delay results of great interest for the
implementation of modern digital systems.
The average power dissipation in digital CMOS circuits
depends on 1) dynamic power, 2) short-circuit power, 3)
leakage power and 4) static power. The dynamic power
dissipation is the dominant factor compared with the other
components of power dissipation in digital CMOS circuits. As
technology scales down, i.e. for submicron technologies, the
contribution of dynamic power dissipation also increases
because of increased functionality requirements and clock
frequencies [1]. The dynamic power P = CV2f equation
consists of three terms: voltage, capacitance and frequency.
Frequency reduction is the best applied to signals with larger
capacitance. One effective method of reducing switching
frequency is to eliminate logic transitions that are not necessary
for computation [2].
In this paper, the inputs to the nMOS transistors are blocked
during redundant internal logic transitions taken place in
existing CMOS full-adder structure by adding extra nMOS
transistors serially and thereby reducing the redundant internal
voltage swing.
2. LOGIC STRUCTURE OF EXISTING FULL-
ADDER
The logic scheme is shown in Fig.1 [4]. The true-table for a 1-
bit full-adder is given in Table 1. Examining the true-table and
by referring the logic scheme, it can be seen that for producing
the SUM output, MUX 1 select the output of value when
C = 0 whereas it select the output of value when C = 1.
Similarly for producing the CARRY output, MUX 2 select the
output of A B value when C = 0 whereas it select the output
of A + B value when C = 1.
The features and advantages of this logic structure listed in [5]
are as follows.
 There are not signals generated internally that control the
selection of the output multiplexers. Instead the C input
signal, exhibiting a full voltage swing and no extra delay,
is used to drive the multiplexers, reducing so the overall
propagation delays.
 The capacitive load for the C input has been reduced, as it
is connected only to some transistor gates and no longer to
some drain or source terminals, where the diffusion
capacitance is becoming very large for sub-micrometer
technologies. Thus the overall delay for larger modules
where the C signal falls on the critical path can be reduced.
 The propagation delay for the SUM and CARRY outputs
can be tuned up individually by adjusting the XOR/XNOR
and the AND/OR gates; this features is advantageous for
applications where the skew between arriving signals is
critical for a proper operation, and for having well
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 560
balanced propagation delays at the outputs to reduce the
chance of glitches in cascaded applications.
 The inclusion of buffers at the full-adder outputs can be
implemented by interchanging the XOR/XNOR signals,
and the AND/OR gates to NAND/NOR gates at the input
of the multiplexers, improving in this way the performance
for load-sensitive applications.
In addition to the advantages, the important drawback we have
found about the logic structure is explained below:
According to the logic scheme of CMOS full-adder, MUX 1
select the value when C = 0 whereas it select the
value when C = 1. But the logic structure of XOR continuously
produces the output to net 1 (denoted in Fig.1) even when the
input C = 1. Similarly logic structure XNOR produces the
output to net 2 (denoted in Fig. 1) even when the input C = 0. It
causes redundant logic transitions on net 1 and net 2. The logic
structure of XOR/XNOR in the full-adder was implemented
using double
Fig-1: Existing logic scheme for designing full-adder cells.
TABLE I
TRUE-TABLE FOR A 1-BIT FULL-ADDER: A, B, AND C
ARE INPUTS; SUM AND CARRY ARE OUTPUTS
pass-transistor logic style (DPL) and swing restored
complementary pass transistor logic style (SR-CPL) [5].
However both logic styles suffer from redundant internal
voltage transitions. Since net 1 and net 2 have higher
capacitances (approximately half the oxide capacitances of pass
transistors in XOR and XNOR logic, wire capacitances, and
half the oxide capacitances of transmission gates) it causes
higher power dissipation. It also follows for net 3 and net 4
(denoted in Fig.1) due to continuous operations done by AND
and OR circuit. So we need to avoid this unwanted internal
logic transitions without much degradation in performance.
3. MODIFIED LOGIC STRUCTURE TO REDUCE
REDUNDANT INTERNAL VOLTAGE SWING
The modified DPL logic of XOR and XNOR to produce the
SUM output is shown in Fig.2. Here we added four nMOS
transistors to the existing XOR and XNOR logic structure. The
gate control of added nMOS transistors in XOR logic structure
is whereas in XNOR logic structure is input C. So that
inputs to the nMOS transistors are blocked in XOR logic when
the input C = 1 and in XNOR logic when the input C = 0. Thus
switching transitions are taken place from (0 - Vtp)VDD
instead of 0VDD during redundant operations (XOR output
when C = 1 and XNOR output when C = 0). This minimizes the
redundant voltage swing in net 1 and net 2. However this will
increase the load for input C due to the increased gate voltages.
But due to the smaller size of transistors the capacitive load will
be smaller compared to the net 1 and net 2. In addition, the
input transition
Fig-2: DPL logic of modified XOR and XNOR to produce the
SUM output.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 561
Fig-3: Modified AND and OR circuit to produce the CARRY
output.
probability of input C is lesser when compared to the input
transition probability of A and B. Similar actions are taken for
net 3 and net 4. Three nMOS transistors are added to the
existing AND and OR logic structure such that inputs to the
nMOS transistors are blocked in AND logic when the input C =
1 and in OR logic when the input C = 0. The modified pass
transistor logic structure to produce the CARRY output is
shown in Fig.3.
We control the inputs of nMOS transistors to avoid extra delay
and to minimize area. However if we control the inputs of
pMOS transistors the peak voltage on the nets will be reduced
to (VDD-Vtn) during redundant operations.
4. PERFORMANCE COMPARISONS
4.1Dynamic Power
The average power dissipation of the circuit is expressed as
Paverage = Pdynamic + Pshort-circuit + Pleakage + Pstatic
(1)
Pdynamic is the dynamic power dissipation due to switching of
transistors. Pdynamic is caused by the charging and discharging
of capacitances in the circuit.
Fig-4: a) Input voltage C b) existing XOR logic output to net 1
c) modified XOR logic output to net 1 d) existing XNOR logic
output to net 2 e) modified XNOR logic output to net 2.
Pdynamic = CL.VDD2.N (0VDD).f (2)
In the above equation N (0VDD) is the number of rising
transitions at the output or equivalently the number of times CL
is charged to VDD. Fig.4 shows the existing and modified
output voltages of net 1 and net 2 with respect to the input
voltage C. Fig.5 shows the existing and modified output
voltages of net3 and net4 with respect to the input voltage C.
The inputs C, B and A are as per the true-table (i.e. 000111).
VDD for the operation is 1.8 V. For redundant operations
(XOR and AND logic output on net 1 and net 3 when C = 1,
XNOR and OR logic output on net 2 and net 4 when C = 0) in
the modified logic structure the equation (2) is modified as
Pdynamic = CL.VDD2.N ((0 - Vtp)VDD).f (3)
The capacitances on the net 1, net 2, net 3 and net 4 are charged
to VDD from (0 - Vtp) instead of 0 during redundant
operations. This reduces the voltage swing which can be clearly
seen from Fig.4 and Fig.5.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 562
Fig.-5: a) Input voltage C b) existing AND logic output to net
3 c) modified AND logic output to net 3 d) existing OR logic
output to net 4 e) modified OR logic output to net 4.
The proposed full-adder can operate properly with voltage
supply as low as 0.6 V. Since these realization have neither
static consumption, nor internal direct paths from VDD to Gnd
(except for the inverters at the inputs, which could be avoided if
the inputs come from Flip-Flop’s with complementary outputs),
they are good candidates for battery-operated applications
where low consumption modules with standby modes are
required. The transistors in the proposed full-adder are minimal
and not larger than 1 μm (except for the symmetrical response
inverters at the input).
4.2. Delay
Due to the extra nMOS transistors the proposed logic structure
of full-adder introduces a falling delay compared to the existing
logic structure of full-adder. The maximum output delay
associated with proposed full adder structure compared to the
existing is only 36ps.
CONCLUSIONS
A modified logic structure to reduce redundant internal voltage
swing in CMOS full-adder cell was proposed. The proposed
logic is used to minimize the voltage swing from (0VDD) to
((0 - Vtp)VDD) during redundant internal logic transitions.
The outputs are simulated using Cadence virtuoso. The
simulations showed that the proposed logic structure of full-
adder is well suitable to low-power applications, and the power
supply voltage can be lowered down to 0.6 V, maintaining
proper functionality.
REFERENCES
[1] Dimitrious Soudris, Christian Piguet, and Costas Goutis,
“Designing CMOS Circuits for Low Power,” Kluwer academic
publishers, pp. 10-12
[2] Gary Yeap, “Practical Low Power Digital VLSI Design”,
Kluwer academic publishers, pp. 1-3
[3] A. M. Shams and M. Bayoumi, “Performance evaluation of
1-bit CMOS adder cells,” in Proc. IEEE ISCAS, Orlando, FL,
May 1999, vol. 1, pp.27-30.
[4] M. Aguirre and M. Linare, “An alternative logic approach
to implement high speed low power full adder cells,.” in Proc.
SBCCI, Florianopolis, Brazil, Sep.2005, pp. 166-171.
[5]. Mariano Aguirre-Hernandez and Monico Linares-Aranda,
“CMOS full-adders for energy-efficient arithmetic
applications,” IEEE Trans. Very Large Scale Integr (VLSI)
Syst. vol. 19, no.4, pp.718-721, Apr. 2011.
[6] R.Zimmerman and W. Fichtner, “Low power logic
styles:CMOS versus pass-transistor logic,” IEEE J.Solid-State
Circuits, vol.32, no.7, pp. 1079-1090, Jul. 1997.
[7] A.M. Shams, T.K. Darwish, and M.Bayoumi, “Performance
analysis of low-power 1-bit CMOS full adder cells,” in
Proc.SBCCI, Florianopolis, Brazil, Sep.2005, pp. 166-171.
BIOGRAPHIES:
D. Citharthan was born in Kumbakonam, 6th
Sep 1987. He was completed B.E Electrical
and Electronics Engineering in Panimalar
Engineering College, Chennai, Tamil Nadu,
India. He is pursuing Master degree in VLSI in
Karpagam University, Coimbatore, Tamil
Nadu, India. His research area includes CMOS
Design and Low power VLSI.
R. Vasanth was born in Dharapuram, 20th
Nov 1986. He was completed M.Sc.,M.Phil in
Applied Electronics in RVS College of Arts
and Science, Sulur, Coimbatore, Tamil Nadu,
India. He is pursuing Master degree in VLSI in
Karpagam University, Coimbatore, Tamil
Nadu, India. His research area includes Low power VLSI and
Industrial Electronics.

More Related Content

What's hot

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
 
Implementation of Full Adder Cell Using High Performance CMOS Technology
Implementation of Full Adder Cell Using High Performance CMOS TechnologyImplementation of Full Adder Cell Using High Performance CMOS Technology
Implementation of Full Adder Cell Using High Performance CMOS Technologyijsrd.com
 
Single bit full adder design using 8 transistors with novel 3 transistors XNO...
Single bit full adder design using 8 transistors with novel 3 transistors XNO...Single bit full adder design using 8 transistors with novel 3 transistors XNO...
Single bit full adder design using 8 transistors with novel 3 transistors XNO...VLSICS Design
 
A Single-Phase Clock Multiband Low-Power Flexible Divider
A Single-Phase Clock Multiband Low-Power Flexible DividerA Single-Phase Clock Multiband Low-Power Flexible Divider
A Single-Phase Clock Multiband Low-Power Flexible Dividerijsrd.com
 
Intermodulation Distortion Cancellation by Feedforward Linearization of Power...
Intermodulation Distortion Cancellation by Feedforward Linearization of Power...Intermodulation Distortion Cancellation by Feedforward Linearization of Power...
Intermodulation Distortion Cancellation by Feedforward Linearization of Power...IJERA Editor
 
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSTHE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSIJCSEA Journal
 
Delay Optimized Full Adder Design for High Speed VLSI Applications
Delay Optimized Full Adder Design for High Speed VLSI ApplicationsDelay Optimized Full Adder Design for High Speed VLSI Applications
Delay Optimized Full Adder Design for High Speed VLSI ApplicationsIRJET Journal
 
Performance Comparison of RF CMOS Low Noise Amplifiers in 0.18-µm technology ...
Performance Comparison of RF CMOS Low Noise Amplifiers in 0.18-µm technology ...Performance Comparison of RF CMOS Low Noise Amplifiers in 0.18-µm technology ...
Performance Comparison of RF CMOS Low Noise Amplifiers in 0.18-µm technology ...VLSICS Design
 
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
 
VHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband DividerVHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband Dividerijsrd.com
 

What's hot (16)

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 ...
 
Implementation of Full Adder Cell Using High Performance CMOS Technology
Implementation of Full Adder Cell Using High Performance CMOS TechnologyImplementation of Full Adder Cell Using High Performance CMOS Technology
Implementation of Full Adder Cell Using High Performance CMOS Technology
 
Single bit full adder design using 8 transistors with novel 3 transistors XNO...
Single bit full adder design using 8 transistors with novel 3 transistors XNO...Single bit full adder design using 8 transistors with novel 3 transistors XNO...
Single bit full adder design using 8 transistors with novel 3 transistors XNO...
 
A Single-Phase Clock Multiband Low-Power Flexible Divider
A Single-Phase Clock Multiband Low-Power Flexible DividerA Single-Phase Clock Multiband Low-Power Flexible Divider
A Single-Phase Clock Multiband Low-Power Flexible Divider
 
40120130406003
4012013040600340120130406003
40120130406003
 
Intermodulation Distortion Cancellation by Feedforward Linearization of Power...
Intermodulation Distortion Cancellation by Feedforward Linearization of Power...Intermodulation Distortion Cancellation by Feedforward Linearization of Power...
Intermodulation Distortion Cancellation by Feedforward Linearization of Power...
 
Ijetcas14 647
Ijetcas14 647Ijetcas14 647
Ijetcas14 647
 
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERSTHE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
THE INFLUENCE OF SILICON AREA ON THE PERFORMANCE OF THE FULL ADDERS
 
Delay Optimized Full Adder Design for High Speed VLSI Applications
Delay Optimized Full Adder Design for High Speed VLSI ApplicationsDelay Optimized Full Adder Design for High Speed VLSI Applications
Delay Optimized Full Adder Design for High Speed VLSI Applications
 
Ci33514517
Ci33514517Ci33514517
Ci33514517
 
A0430107
A0430107A0430107
A0430107
 
Performance Comparison of RF CMOS Low Noise Amplifiers in 0.18-µm technology ...
Performance Comparison of RF CMOS Low Noise Amplifiers in 0.18-µm technology ...Performance Comparison of RF CMOS Low Noise Amplifiers in 0.18-µm technology ...
Performance Comparison of RF CMOS Low Noise Amplifiers in 0.18-µm technology ...
 
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...
 
Gdi cell
Gdi cellGdi cell
Gdi cell
 
J42046469
J42046469J42046469
J42046469
 
VHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband DividerVHDL Implementation of Flexible Multiband Divider
VHDL Implementation of Flexible Multiband Divider
 

Viewers also liked

Behaviour of metals – problem for heat transfer from the automobile brakes sy...
Behaviour of metals – problem for heat transfer from the automobile brakes sy...Behaviour of metals – problem for heat transfer from the automobile brakes sy...
Behaviour of metals – problem for heat transfer from the automobile brakes sy...eSAT Journals
 
Optimized study of one bit comparator using reversible logic gates
Optimized study of one bit comparator using reversible logic gatesOptimized study of one bit comparator using reversible logic gates
Optimized study of one bit comparator using reversible logic gateseSAT Journals
 
Pestle based event detection and classification
Pestle based event detection and classificationPestle based event detection and classification
Pestle based event detection and classificationeSAT Journals
 
Near equatorial orbit small sar constellation for developing nations
Near equatorial orbit small sar constellation for developing nationsNear equatorial orbit small sar constellation for developing nations
Near equatorial orbit small sar constellation for developing nationseSAT Journals
 
Edge detection by using lookup table
Edge detection by using lookup tableEdge detection by using lookup table
Edge detection by using lookup tableeSAT Journals
 
Review on content based video lecture retrieval
Review on content based video lecture retrievalReview on content based video lecture retrieval
Review on content based video lecture retrievaleSAT Journals
 
Data slicing technique to privacy preserving and data publishing
Data slicing technique to privacy preserving and data publishingData slicing technique to privacy preserving and data publishing
Data slicing technique to privacy preserving and data publishingeSAT Journals
 
On generating functions of biorthogonal polynomials
On generating functions of biorthogonal polynomialsOn generating functions of biorthogonal polynomials
On generating functions of biorthogonal polynomialseSAT Journals
 
Performance measures for internet server by using m m m queueing model
Performance measures for internet server by using m m m queueing modelPerformance measures for internet server by using m m m queueing model
Performance measures for internet server by using m m m queueing modeleSAT Journals
 
Hydrogen as an alternative fuel for commercial airplanes
Hydrogen as an alternative fuel for commercial airplanesHydrogen as an alternative fuel for commercial airplanes
Hydrogen as an alternative fuel for commercial airplaneseSAT Journals
 
Production and optimization of lipase from candida rugosa using groundnut oil...
Production and optimization of lipase from candida rugosa using groundnut oil...Production and optimization of lipase from candida rugosa using groundnut oil...
Production and optimization of lipase from candida rugosa using groundnut oil...eSAT Journals
 
Isolation, partial purification of proteins produced by lactobacillus biferme...
Isolation, partial purification of proteins produced by lactobacillus biferme...Isolation, partial purification of proteins produced by lactobacillus biferme...
Isolation, partial purification of proteins produced by lactobacillus biferme...eSAT Journals
 
Novel model for rural housing development
Novel model for rural housing developmentNovel model for rural housing development
Novel model for rural housing developmenteSAT Journals
 
Comparative studies on quality analysis of freeze dried and cross flow dried ...
Comparative studies on quality analysis of freeze dried and cross flow dried ...Comparative studies on quality analysis of freeze dried and cross flow dried ...
Comparative studies on quality analysis of freeze dried and cross flow dried ...eSAT Journals
 
A study on push pull analysis associated with awkward posture among workers i...
A study on push pull analysis associated with awkward posture among workers i...A study on push pull analysis associated with awkward posture among workers i...
A study on push pull analysis associated with awkward posture among workers i...eSAT Journals
 
Processing and characterization of glass fiber and carbon fiber reinforced vi...
Processing and characterization of glass fiber and carbon fiber reinforced vi...Processing and characterization of glass fiber and carbon fiber reinforced vi...
Processing and characterization of glass fiber and carbon fiber reinforced vi...eSAT Journals
 
Multi agent paradigm for cognitive parameter based feature similarity for soc...
Multi agent paradigm for cognitive parameter based feature similarity for soc...Multi agent paradigm for cognitive parameter based feature similarity for soc...
Multi agent paradigm for cognitive parameter based feature similarity for soc...eSAT Journals
 
Design of workplace for the assembly of monoblock pump
Design of workplace for the assembly of monoblock pumpDesign of workplace for the assembly of monoblock pump
Design of workplace for the assembly of monoblock pumpeSAT Journals
 
Low power sram design using block partitioning
Low power sram design using block partitioningLow power sram design using block partitioning
Low power sram design using block partitioningeSAT Journals
 

Viewers also liked (19)

Behaviour of metals – problem for heat transfer from the automobile brakes sy...
Behaviour of metals – problem for heat transfer from the automobile brakes sy...Behaviour of metals – problem for heat transfer from the automobile brakes sy...
Behaviour of metals – problem for heat transfer from the automobile brakes sy...
 
Optimized study of one bit comparator using reversible logic gates
Optimized study of one bit comparator using reversible logic gatesOptimized study of one bit comparator using reversible logic gates
Optimized study of one bit comparator using reversible logic gates
 
Pestle based event detection and classification
Pestle based event detection and classificationPestle based event detection and classification
Pestle based event detection and classification
 
Near equatorial orbit small sar constellation for developing nations
Near equatorial orbit small sar constellation for developing nationsNear equatorial orbit small sar constellation for developing nations
Near equatorial orbit small sar constellation for developing nations
 
Edge detection by using lookup table
Edge detection by using lookup tableEdge detection by using lookup table
Edge detection by using lookup table
 
Review on content based video lecture retrieval
Review on content based video lecture retrievalReview on content based video lecture retrieval
Review on content based video lecture retrieval
 
Data slicing technique to privacy preserving and data publishing
Data slicing technique to privacy preserving and data publishingData slicing technique to privacy preserving and data publishing
Data slicing technique to privacy preserving and data publishing
 
On generating functions of biorthogonal polynomials
On generating functions of biorthogonal polynomialsOn generating functions of biorthogonal polynomials
On generating functions of biorthogonal polynomials
 
Performance measures for internet server by using m m m queueing model
Performance measures for internet server by using m m m queueing modelPerformance measures for internet server by using m m m queueing model
Performance measures for internet server by using m m m queueing model
 
Hydrogen as an alternative fuel for commercial airplanes
Hydrogen as an alternative fuel for commercial airplanesHydrogen as an alternative fuel for commercial airplanes
Hydrogen as an alternative fuel for commercial airplanes
 
Production and optimization of lipase from candida rugosa using groundnut oil...
Production and optimization of lipase from candida rugosa using groundnut oil...Production and optimization of lipase from candida rugosa using groundnut oil...
Production and optimization of lipase from candida rugosa using groundnut oil...
 
Isolation, partial purification of proteins produced by lactobacillus biferme...
Isolation, partial purification of proteins produced by lactobacillus biferme...Isolation, partial purification of proteins produced by lactobacillus biferme...
Isolation, partial purification of proteins produced by lactobacillus biferme...
 
Novel model for rural housing development
Novel model for rural housing developmentNovel model for rural housing development
Novel model for rural housing development
 
Comparative studies on quality analysis of freeze dried and cross flow dried ...
Comparative studies on quality analysis of freeze dried and cross flow dried ...Comparative studies on quality analysis of freeze dried and cross flow dried ...
Comparative studies on quality analysis of freeze dried and cross flow dried ...
 
A study on push pull analysis associated with awkward posture among workers i...
A study on push pull analysis associated with awkward posture among workers i...A study on push pull analysis associated with awkward posture among workers i...
A study on push pull analysis associated with awkward posture among workers i...
 
Processing and characterization of glass fiber and carbon fiber reinforced vi...
Processing and characterization of glass fiber and carbon fiber reinforced vi...Processing and characterization of glass fiber and carbon fiber reinforced vi...
Processing and characterization of glass fiber and carbon fiber reinforced vi...
 
Multi agent paradigm for cognitive parameter based feature similarity for soc...
Multi agent paradigm for cognitive parameter based feature similarity for soc...Multi agent paradigm for cognitive parameter based feature similarity for soc...
Multi agent paradigm for cognitive parameter based feature similarity for soc...
 
Design of workplace for the assembly of monoblock pump
Design of workplace for the assembly of monoblock pumpDesign of workplace for the assembly of monoblock pump
Design of workplace for the assembly of monoblock pump
 
Low power sram design using block partitioning
Low power sram design using block partitioningLow power sram design using block partitioning
Low power sram design using block partitioning
 

Similar to Minimization of redundant internal voltage swing in cmos full adder

Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateeSAT Publishing House
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateeSAT Publishing House
 
Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...eSAT Journals
 
Low Power Full Adder using 9T Structure
Low Power Full Adder using 9T StructureLow Power Full Adder using 9T Structure
Low Power Full Adder using 9T Structureidescitation
 
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGNA COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGNVLSICS Design
 
Design of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition timeDesign of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition timeeSAT Journals
 
Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateeSAT Journals
 
Carbon nano tube based delay model for high speed energy efficient on chip da...
Carbon nano tube based delay model for high speed energy efficient on chip da...Carbon nano tube based delay model for high speed energy efficient on chip da...
Carbon nano tube based delay model for high speed energy efficient on chip da...elelijjournal
 
IRJET- Performance Estimation of FIR Filter using Null Convention Logic
IRJET-  	  Performance Estimation of FIR Filter using Null Convention LogicIRJET-  	  Performance Estimation of FIR Filter using Null Convention Logic
IRJET- Performance Estimation of FIR Filter using Null Convention LogicIRJET Journal
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Lv side distributed power factor correction system
Lv side distributed power factor correction systemLv side distributed power factor correction system
Lv side distributed power factor correction systemeSAT Publishing House
 
Design of all digital phase locked loop
Design of all digital phase locked loopDesign of all digital phase locked loop
Design of all digital phase locked loopeSAT Publishing House
 
A Sub Threshold Source Coupled Logic Based Design of Low Power CMOS Analog Mu...
A Sub Threshold Source Coupled Logic Based Design of Low Power CMOS Analog Mu...A Sub Threshold Source Coupled Logic Based Design of Low Power CMOS Analog Mu...
A Sub Threshold Source Coupled Logic Based Design of Low Power CMOS Analog Mu...VLSICS Design
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsIJEEE
 
Comparison of logic families using nand gate
Comparison of logic families using nand gateComparison of logic families using nand gate
Comparison of logic families using nand gateeSAT Journals
 
Study and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyStudy and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyeSAT Journals
 
Study and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nmStudy and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nmeSAT Publishing House
 

Similar to Minimization of redundant internal voltage swing in cmos full adder (20)

Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
 
Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...Dynamic model of zeta converter with full state feedback controller implement...
Dynamic model of zeta converter with full state feedback controller implement...
 
Low Power Full Adder using 9T Structure
Low Power Full Adder using 9T StructureLow Power Full Adder using 9T Structure
Low Power Full Adder using 9T Structure
 
Batch32 seminar ppt.pptx
Batch32 seminar ppt.pptxBatch32 seminar ppt.pptx
Batch32 seminar ppt.pptx
 
C010321217
C010321217C010321217
C010321217
 
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGNA COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
A COMPARATIVE STUDY OF ULTRA-LOW VOLTAGE DIGITAL CIRCUIT DESIGN
 
Design of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition timeDesign of all digital phase locked loop (d pll) with fast acquisition time
Design of all digital phase locked loop (d pll) with fast acquisition time
 
Design of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gateDesign of area and power efficient half adder using transmission gate
Design of area and power efficient half adder using transmission gate
 
Carbon nano tube based delay model for high speed energy efficient on chip da...
Carbon nano tube based delay model for high speed energy efficient on chip da...Carbon nano tube based delay model for high speed energy efficient on chip da...
Carbon nano tube based delay model for high speed energy efficient on chip da...
 
IRJET- Performance Estimation of FIR Filter using Null Convention Logic
IRJET-  	  Performance Estimation of FIR Filter using Null Convention LogicIRJET-  	  Performance Estimation of FIR Filter using Null Convention Logic
IRJET- Performance Estimation of FIR Filter using Null Convention Logic
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Lv side distributed power factor correction system
Lv side distributed power factor correction systemLv side distributed power factor correction system
Lv side distributed power factor correction system
 
Design of all digital phase locked loop
Design of all digital phase locked loopDesign of all digital phase locked loop
Design of all digital phase locked loop
 
A Sub Threshold Source Coupled Logic Based Design of Low Power CMOS Analog Mu...
A Sub Threshold Source Coupled Logic Based Design of Low Power CMOS Analog Mu...A Sub Threshold Source Coupled Logic Based Design of Low Power CMOS Analog Mu...
A Sub Threshold Source Coupled Logic Based Design of Low Power CMOS Analog Mu...
 
Codec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI InterconnectsCodec Scheme for Power Optimization in VLSI Interconnects
Codec Scheme for Power Optimization in VLSI Interconnects
 
Comparison of logic families using nand gate
Comparison of logic families using nand gateComparison of logic families using nand gate
Comparison of logic families using nand gate
 
Study and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyStudy and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technology
 
Study and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nmStudy and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nm
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 

Recently uploaded (20)

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

Minimization of redundant internal voltage swing in cmos full adder

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 559 MINIMIZATION OF REDUNDANT INTERNAL VOLTAGE SWING IN CMOS FULL-ADDER Citharthan Durairaj1 , Vasanth Rajendran2 1, 2 VLSI, Electronics and Communication Engineering, Kapagam University, Tamil Nadu, India, sidharth.durairaj@gmail.com, vasanthrajendran1@gmail.com Abstract We proposed a CMOS full-adder cell for low-power applications. The proposed logic structure of CMOS full-adder is used to minimize unnecessary internal voltage swing taken place in the prior CMOS full-adder by adding four nMOS transistors to the logic structure of SUM circuit and three nMOS transistors to the logic structure of CARRY circuit. These nMOS transistors are used to minimize the internal voltage swing from (0VDD) to ((0 - Vtp)VDD) during redundant internal voltage transitions. For area constrain applications, we can use these extra nMOS transistors either to the SUM or CARRY circuit depending upon our need. The proposed full-adder has maximum of 36ps longer data to output delay as compared to the prior CMOS full-adder. The full adder was designed with a 0.18𝜇m CMOS technology. Index Terms: Delay, dynamic power, full-adder, voltage swing ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION Addition is a fundamental arithmetic operation that is broadly used in many VLSI systems, such as application-specific digital signal processing (DSP) architectures and microprocessors. This module is the core of many arithmetic operations such as addition/subtraction, multiplication, division and address generation. Thus a full-adder having low-power consumption and low propagation delay results of great interest for the implementation of modern digital systems. The average power dissipation in digital CMOS circuits depends on 1) dynamic power, 2) short-circuit power, 3) leakage power and 4) static power. The dynamic power dissipation is the dominant factor compared with the other components of power dissipation in digital CMOS circuits. As technology scales down, i.e. for submicron technologies, the contribution of dynamic power dissipation also increases because of increased functionality requirements and clock frequencies [1]. The dynamic power P = CV2f equation consists of three terms: voltage, capacitance and frequency. Frequency reduction is the best applied to signals with larger capacitance. One effective method of reducing switching frequency is to eliminate logic transitions that are not necessary for computation [2]. In this paper, the inputs to the nMOS transistors are blocked during redundant internal logic transitions taken place in existing CMOS full-adder structure by adding extra nMOS transistors serially and thereby reducing the redundant internal voltage swing. 2. LOGIC STRUCTURE OF EXISTING FULL- ADDER The logic scheme is shown in Fig.1 [4]. The true-table for a 1- bit full-adder is given in Table 1. Examining the true-table and by referring the logic scheme, it can be seen that for producing the SUM output, MUX 1 select the output of value when C = 0 whereas it select the output of value when C = 1. Similarly for producing the CARRY output, MUX 2 select the output of A B value when C = 0 whereas it select the output of A + B value when C = 1. The features and advantages of this logic structure listed in [5] are as follows.  There are not signals generated internally that control the selection of the output multiplexers. Instead the C input signal, exhibiting a full voltage swing and no extra delay, is used to drive the multiplexers, reducing so the overall propagation delays.  The capacitive load for the C input has been reduced, as it is connected only to some transistor gates and no longer to some drain or source terminals, where the diffusion capacitance is becoming very large for sub-micrometer technologies. Thus the overall delay for larger modules where the C signal falls on the critical path can be reduced.  The propagation delay for the SUM and CARRY outputs can be tuned up individually by adjusting the XOR/XNOR and the AND/OR gates; this features is advantageous for applications where the skew between arriving signals is critical for a proper operation, and for having well
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 560 balanced propagation delays at the outputs to reduce the chance of glitches in cascaded applications.  The inclusion of buffers at the full-adder outputs can be implemented by interchanging the XOR/XNOR signals, and the AND/OR gates to NAND/NOR gates at the input of the multiplexers, improving in this way the performance for load-sensitive applications. In addition to the advantages, the important drawback we have found about the logic structure is explained below: According to the logic scheme of CMOS full-adder, MUX 1 select the value when C = 0 whereas it select the value when C = 1. But the logic structure of XOR continuously produces the output to net 1 (denoted in Fig.1) even when the input C = 1. Similarly logic structure XNOR produces the output to net 2 (denoted in Fig. 1) even when the input C = 0. It causes redundant logic transitions on net 1 and net 2. The logic structure of XOR/XNOR in the full-adder was implemented using double Fig-1: Existing logic scheme for designing full-adder cells. TABLE I TRUE-TABLE FOR A 1-BIT FULL-ADDER: A, B, AND C ARE INPUTS; SUM AND CARRY ARE OUTPUTS pass-transistor logic style (DPL) and swing restored complementary pass transistor logic style (SR-CPL) [5]. However both logic styles suffer from redundant internal voltage transitions. Since net 1 and net 2 have higher capacitances (approximately half the oxide capacitances of pass transistors in XOR and XNOR logic, wire capacitances, and half the oxide capacitances of transmission gates) it causes higher power dissipation. It also follows for net 3 and net 4 (denoted in Fig.1) due to continuous operations done by AND and OR circuit. So we need to avoid this unwanted internal logic transitions without much degradation in performance. 3. MODIFIED LOGIC STRUCTURE TO REDUCE REDUNDANT INTERNAL VOLTAGE SWING The modified DPL logic of XOR and XNOR to produce the SUM output is shown in Fig.2. Here we added four nMOS transistors to the existing XOR and XNOR logic structure. The gate control of added nMOS transistors in XOR logic structure is whereas in XNOR logic structure is input C. So that inputs to the nMOS transistors are blocked in XOR logic when the input C = 1 and in XNOR logic when the input C = 0. Thus switching transitions are taken place from (0 - Vtp)VDD instead of 0VDD during redundant operations (XOR output when C = 1 and XNOR output when C = 0). This minimizes the redundant voltage swing in net 1 and net 2. However this will increase the load for input C due to the increased gate voltages. But due to the smaller size of transistors the capacitive load will be smaller compared to the net 1 and net 2. In addition, the input transition Fig-2: DPL logic of modified XOR and XNOR to produce the SUM output.
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 561 Fig-3: Modified AND and OR circuit to produce the CARRY output. probability of input C is lesser when compared to the input transition probability of A and B. Similar actions are taken for net 3 and net 4. Three nMOS transistors are added to the existing AND and OR logic structure such that inputs to the nMOS transistors are blocked in AND logic when the input C = 1 and in OR logic when the input C = 0. The modified pass transistor logic structure to produce the CARRY output is shown in Fig.3. We control the inputs of nMOS transistors to avoid extra delay and to minimize area. However if we control the inputs of pMOS transistors the peak voltage on the nets will be reduced to (VDD-Vtn) during redundant operations. 4. PERFORMANCE COMPARISONS 4.1Dynamic Power The average power dissipation of the circuit is expressed as Paverage = Pdynamic + Pshort-circuit + Pleakage + Pstatic (1) Pdynamic is the dynamic power dissipation due to switching of transistors. Pdynamic is caused by the charging and discharging of capacitances in the circuit. Fig-4: a) Input voltage C b) existing XOR logic output to net 1 c) modified XOR logic output to net 1 d) existing XNOR logic output to net 2 e) modified XNOR logic output to net 2. Pdynamic = CL.VDD2.N (0VDD).f (2) In the above equation N (0VDD) is the number of rising transitions at the output or equivalently the number of times CL is charged to VDD. Fig.4 shows the existing and modified output voltages of net 1 and net 2 with respect to the input voltage C. Fig.5 shows the existing and modified output voltages of net3 and net4 with respect to the input voltage C. The inputs C, B and A are as per the true-table (i.e. 000111). VDD for the operation is 1.8 V. For redundant operations (XOR and AND logic output on net 1 and net 3 when C = 1, XNOR and OR logic output on net 2 and net 4 when C = 0) in the modified logic structure the equation (2) is modified as Pdynamic = CL.VDD2.N ((0 - Vtp)VDD).f (3) The capacitances on the net 1, net 2, net 3 and net 4 are charged to VDD from (0 - Vtp) instead of 0 during redundant operations. This reduces the voltage swing which can be clearly seen from Fig.4 and Fig.5.
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 02 Issue: 04 | Apr-2013, Available @ http://www.ijret.org 562 Fig.-5: a) Input voltage C b) existing AND logic output to net 3 c) modified AND logic output to net 3 d) existing OR logic output to net 4 e) modified OR logic output to net 4. The proposed full-adder can operate properly with voltage supply as low as 0.6 V. Since these realization have neither static consumption, nor internal direct paths from VDD to Gnd (except for the inverters at the inputs, which could be avoided if the inputs come from Flip-Flop’s with complementary outputs), they are good candidates for battery-operated applications where low consumption modules with standby modes are required. The transistors in the proposed full-adder are minimal and not larger than 1 μm (except for the symmetrical response inverters at the input). 4.2. Delay Due to the extra nMOS transistors the proposed logic structure of full-adder introduces a falling delay compared to the existing logic structure of full-adder. The maximum output delay associated with proposed full adder structure compared to the existing is only 36ps. CONCLUSIONS A modified logic structure to reduce redundant internal voltage swing in CMOS full-adder cell was proposed. The proposed logic is used to minimize the voltage swing from (0VDD) to ((0 - Vtp)VDD) during redundant internal logic transitions. The outputs are simulated using Cadence virtuoso. The simulations showed that the proposed logic structure of full- adder is well suitable to low-power applications, and the power supply voltage can be lowered down to 0.6 V, maintaining proper functionality. REFERENCES [1] Dimitrious Soudris, Christian Piguet, and Costas Goutis, “Designing CMOS Circuits for Low Power,” Kluwer academic publishers, pp. 10-12 [2] Gary Yeap, “Practical Low Power Digital VLSI Design”, Kluwer academic publishers, pp. 1-3 [3] A. M. Shams and M. Bayoumi, “Performance evaluation of 1-bit CMOS adder cells,” in Proc. IEEE ISCAS, Orlando, FL, May 1999, vol. 1, pp.27-30. [4] M. Aguirre and M. Linare, “An alternative logic approach to implement high speed low power full adder cells,.” in Proc. SBCCI, Florianopolis, Brazil, Sep.2005, pp. 166-171. [5]. Mariano Aguirre-Hernandez and Monico Linares-Aranda, “CMOS full-adders for energy-efficient arithmetic applications,” IEEE Trans. Very Large Scale Integr (VLSI) Syst. vol. 19, no.4, pp.718-721, Apr. 2011. [6] R.Zimmerman and W. Fichtner, “Low power logic styles:CMOS versus pass-transistor logic,” IEEE J.Solid-State Circuits, vol.32, no.7, pp. 1079-1090, Jul. 1997. [7] A.M. Shams, T.K. Darwish, and M.Bayoumi, “Performance analysis of low-power 1-bit CMOS full adder cells,” in Proc.SBCCI, Florianopolis, Brazil, Sep.2005, pp. 166-171. BIOGRAPHIES: D. Citharthan was born in Kumbakonam, 6th Sep 1987. He was completed B.E Electrical and Electronics Engineering in Panimalar Engineering College, Chennai, Tamil Nadu, India. He is pursuing Master degree in VLSI in Karpagam University, Coimbatore, Tamil Nadu, India. His research area includes CMOS Design and Low power VLSI. R. Vasanth was born in Dharapuram, 20th Nov 1986. He was completed M.Sc.,M.Phil in Applied Electronics in RVS College of Arts and Science, Sulur, Coimbatore, Tamil Nadu, India. He is pursuing Master degree in VLSI in Karpagam University, Coimbatore, Tamil Nadu, India. His research area includes Low power VLSI and Industrial Electronics.