SlideShare a Scribd company logo
1 of 4
Download to read offline
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
11 NITTTR, Chandigarh EDIT-2015
Area and Power Efficient Up-Down counter
Design by Using Full Adder Module
1
Anjali Sharma, 2
Richa Singh
1
PHD Scholar Chitkara University, Punjab, India,
2
Assistant Professor Department of Electronics and communication Engineering, VSGOI Unnao,U.P. India
1
anjali.iitt@gmail.com, 2
singhricha51@gmail.com
Abstract- In this paper an area and power efficient 98T Up-
Down counter design has been presented by using Pass
transistor logic designing technique. The proposed Up-Down
counter design consist of 53 NMOS and 45 PMOS. Four PTL
full adder modules has been used to design this Up-Down
counter which consumes less area and power at 120 nm as
compared to CMOS, TG and GDI full adder designs. The
proposed Up-Down counter design is based on this area and
power efficient 10 transistors PTL full adder module. The
proposed Up-Down counter has been designed and simulated
using DSCH 3.1 and Microwind 3.1 on 120nm. For proposed
design Power variation with respect to the supply voltage has
been performed on BSIM-4 and LEVEL-3 using 120nm
technology. Results show that Area of proposed PTL Up-
Down counter design is 1288.4 µm2
on 120nm technology. At
1.2V input supply voltage the proposed Up-Down counter
design consumes 111µW power at BSIM-4.
Keywords- BSIM, CMOS, Gate Diffusion Input, NMOS,
PMOS, PTL, Transmission Gate, VLSI.
I. INTRODUCTION
In present technology world use of portable devices has
been increased and measurement of power and area
consumption is major concern in schematic design of these
portable devices before their actual implementation in the
layout. Large power and area consumption is a key
limitation in many electronic devices and these parameters
also act as show stopper for VLSI applications. So there is
need of new VLSI designing techniques and
methodologies to control and limit power and area
consumption [1]-[2]. In digital processing, there is
requirement of area and power efficient counter design.
The critical path in VLSI circuit design is increased no of
transistors that produce the delay in the output signal [3]. It
is also the speed limiting and more power consuming
element of many VLSI applications. The design of faster,
smaller and more efficient counter architecture should be
there for VLSI applications. Two most important
properties of the counter architectures are power
consumption and propagation which basically are against
each other. Decrease in the power consumption can cause
delay in the circuit and vice versa, hence, most
architectures referring to one of those important properties.
Traditional CMOS technology, results in full voltage
swing but consume large area. Transmission gate
technology consumes less area as compare to CMOS
technology because it consumes less no of transistors. One
another logic that consumes less power is PTL - pass-
transistor logic. Advantages of PTL over standard CMOS
logic design are: High speed - due to the small node
capacitances, Low power dissipation - as a result of the
reduced number of transistors, Lower interconnection
effects - due to a small area [5]. But implementations of
circuit by PTL logic have two basic problems [6] i.e.
threshold drop across the single-channel pass transistors
and static power dissipation. Logic design which can
overcome this problem is Complementary pass-transistor
logic (CPL) which features complementary inputs/outputs
using NMOS pass-transistor logic.
II. 4- BIT UP-DOWN COUNTER
In digital processing and computing applications,
a counter is a device which stores and displays that with
any clock input how many times a
particular event or process has been occurred. A most
common type of counter is a sequential digital logic circuit
with a clock input line and multiple output lines. The
values on the output lines represent a number in
the binary or BCD number system. Each pulse applied to
the clock input increments or decrements the number in the
counter. A counter circuit can be constructed by number
of flip-flops connected in cascade. Counters is most widely
used digital component in digital circuits which are further
used in the various digital processing applications, and are
manufactured as separate integrated circuits and also
incorporated as parts of larger integrated circuits. Up-
Down counter design by using full adder module has been
shown in Fig.1.
Fig.1 Up-Down Counter by using Full adder modules
III. SCHEMATICS DESIGNS OF 1-BIT FULL
ADDER
Full adder is one of the basic building blocks of
arithmetic unit used in various digital electronic devices.
Full adder can be designed by using different logics. Area
consumption, speed and power consumption are the main
parameter estimation criteria’s and should be investigated
and analyzed for the efficient performance of the digital
circuits [7].
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 12
Fig.2 CMOS Full Adder Design [7]
In Fig. 2 a full adder design has been shown by using
CMOS logic which consist 36T transistors and a TG Full
adder design by using 22 transistors has been shown in Fig
3 [7]. As CMOS and TG based full adder designs consume
less power but it consists large transistors and hence
consume very large area.
Fig.3 TG Full Adder Design [15]
If a logic style shows good performance in terms of one
estimation criteria it can give degraded performance in
other. The majority of the power dissipated in CMOS
VLSI circuits is by dynamic power dissipation which is the
power dissipated during charging or discharging of the
load capacitance of a given circuit. A full adder design by
using PTL logic has been shown in Fig 4. This design has
been implemented by using 10 transistors. This design
consists less transistors as compared to CMOS and TG full
adder designs so this design consumes less area as
compared to CMOS and TG design but disadvantage of
this circuit is that it can’t give full voltage swing at the
output.
Fig.4 PTL Full Adder Design
In [7] also a new and area efficient full adder design has
been achieved by using GDI technique shown in Fig.5.
Adder circuit by using GDI technique uses 10 transistors to
generate adder output. In this circuit simultaneously
generation of XOR and XNOR output has been
implemented which further acts as a input for the SUM and
CARRY Module. Sum and Carry output has been obtained
by using 2x1 MUX.
Fig.5 GDI Full Adder Design
IV.PROPOSED UP-DOWN COUNTER
SCHEMATICS
In proposed Up-Down counter design four Full adder
modules has been used as a basic building block shown in
Fig. 6. MICROWIND and DSCH 3.1 designing tool has
been used for the designing of this circuit. MICROWIND
3.1 VLSI designing tool deals with both front end and back
end designing of digital circuits. DSCH work in front end
which has ability to design the circuit by using transistors
as well as gates. DSCH designing can generate VERILOG
file which can be compiled by the MICROWIND back end
designing tool to observe parameters such as power and
area consumption.
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
13 NITTTR, Chandigarh EDIT-2015
Fig.6 Design of Proposed Up-Down Counter
Proposed PTL Up-Down counter is best in terms of area
as compared to CMOS, TG and GDI Up-Down counter
design. Comparative analysis of various Up-Down counter
designs on 120nm has been shown in Table.1. Up-Down
counter by conventional CMOS consist 202 transistors, TG
Up-Down counter consists 146 transistors and GDI and
PTL Up-Down counter consists 98 transistors.
V. LAYOUT ANALYSIS
For a very complex circuit it is not possible to conduct the
manual layout so an automatic layout generation approach
is preferred. Required schematic diagram has been firstly
designed and logically validated using DSCH tool at logic
level. Although at logic level DSCH have feature to
analyze timing simulation as well as power consumption
but accurate layout information is still missing. A
VERILOG file is generated by the DSCH 3.1 designing
tool which is understandable by the MICROWIND 3.1
designing tool to construct the corresponding layout with
exact desired design rules. Another way to create the
design is by NMOS and PMOS devices using cell
generator provided by the MICROWIND. The advantage
of this approach is to avoid any design rule error. W/L can
be adjusted by the MOS generator option on
MICROWIND tool [8]. Layout of Up-Down Counter has
been shown in Fig. 7.
Fig.7 Layout of Up-Down Counter
3D view of proposed Up-Down counters design has been
shown in Fig.8. Various steps used for the creation of this
structure are- initial substrate creation, N- diffusion, SiO2
isolation, thin oxide growth, thin oxide reduction,
polysilicon deposit, N+ implant, P+ implant, 2nd
polysilicon deposit, contact creation, metal layers
deposition and via hole creation, passivation oxide
deposition and passivation etching. This layout consist 6
metal layers and 2 polysilicon layers.
Fig.8 3D view of proposed Up-Down counters design
VI. SIMULATION RESULTS
Area and power consumption of proposed Up-Down
counters has been evaluated on 120nm technology by
using MICROWIND designing tool. Simulation of
proposed Up-Down counters has been performed to get
power and current variation with respect to the supply
voltage. Parametric analyses of proposed Up-Down
counters have been performed using the MOS Empherical
model Level-3 and BSIM Model-4 at different power five
different supply voltages.
Up-Down
Counter
design
CMO
S
TG GDI Propose
d PTL
NMOS 105 77 53 53
PMOS 97 69 45 45
Width
(µm)
213.2 178.
7
109.
6
109.6
Height
(µm)
13.7 11.3 12.2 11.8
Area (µm2
)
2917.
1
2015
.5
134.
1
1288.4
Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426
NITTTR, Chandigarh EDIT -2015 14
Fig.9 Power vs. Supply Voltage on BSIM-4
Threshold voltage has been taken as 0.4V for both levels
which is the voltage above which the power and current
starts increasing with the increase in supply voltage.
Operating temperature has been taken 270
C for both
LEVEL-3 and BSIM-4.MOS Empherical model Level-3
and BSIM Model-4 provides the feature of different curve
fitting parameters which is useful in parametric analysis.
Fig.10 Power vs. Supply Voltage on LEVEL-3
MOS Empherical model Level-3 has features of 10
different curve fitting parameters whereas BSIM Model-4
works with 19 different parameters. Graph for variation in
power with respect to Vdd has been shown in Fig.9 for
BSIM-4 and in and Fig. 10 for LEVEL-3.
VII. CONCLUSION
An alternative Up-Down counters design by using PTL
approach has been proposed which consists 98 transistors.
Proposed Up-Down counters have been implemented by
using 58 NMOS and 45 PMOS transistors. Proposed Up-
Down counters have been designed using an area efficient
PTL Full adder module which has been implemented by
using only 10 transistors. Area and power consumption of
proposed Up-Down counters has been shown on120nm
using LEVEL-3 and BSIM-4 analytical models. Area of
proposed Up-Down counters design is 1288.4µm2
on
120nm technology. At 1.2V input supply voltage the
proposed Up-Down counters consumes 62.197µW power
at BSIM-4 and 32.824 µW power at LEVEL-3. The
proposed Up-Down counters circuit can work efficiently
with minimum voltage supply of 0.4V and can work on
wide range of frequency range between 2MHz to 400MHz.
REFERENCES
N. Weste and K. Eshraghian, (2002) “Principles of CMOSVLSI Design”
A System Perspective Reading, Pearson Education, Addison–Wesley.
Anjali Sharma, Richa Singh, Pankaj Kajla “Area Efficient 1-Bit
Comparator Design by using Hybridized Full Adder Module based on
PTL and GDI Logic,” International Journal of Computer Applications,
Vol.82, No. 10, pp. 5-13.
Chiou-Kou Tung; Yu-Cherng Hung; Shao-Hui Shieh; Guo-Shing Huang,”
A Low -Power High-speed Hybrid CMOS Full Adder For Embedded
System,” IEEE transactions on Design and Diagnostics of Electronic
Circuits and Systems, vol.13, No.6, pp.-1 – 4, 2007.
Anjali Sharma, Richa Singh, Pankaj Kajla “Area Efficient 1-Bit
Comparator Design by using Hybridized Full Adder Module based on
PTL and GDI Logic,” International Journal of Computer Applications,
Vol.82, No. 10, pp. 5-13.
A Morgenshtein, Fish, Wagner, “Gate - Diffusion input (GDI) - A novel
power efficient method for digital circuits: A Design Methodology ,”
IEEE International Conference, pp. 39 – 43, 2001.
Morgenshtein, A.; Fish, A.; Wagner, I.A., “Gate-diffusion input (GDI): A
Power Efficient Method For Digital Combinational circuits,” IEEE
Transaction on Very Large Scale Integration Systems, Vol. 10 , No . 5,
pp. 566 - 581, 2002.
Anjali Sharma, Rajesh Mehra, “Area and Power Efficient CMOS Adder
Design by Hybridizing PTL and GDI Technique,” International Journal
of Computer Applications, Vol.66, No. 4, pp. 15-22.
Etienne Sicard, Sonia Delmas Bendhia, Basic of CMOS Cell Design, tata
mc graw-hill, pp. 51-90, 2007.

More Related Content

What's hot

IRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo CodesIRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo CodesIRJET Journal
 
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...VLSICS Design
 
Reducing the Number Of Transistors In Carry Select Adder
Reducing the Number Of Transistors In Carry Select AdderReducing the Number Of Transistors In Carry Select Adder
Reducing the Number Of Transistors In Carry Select Adderpaperpublications3
 
Design of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLDesign of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLIJMER
 
Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd Iaetsd
 
kunjan ieee paper 1 bit full adder
kunjan ieee paper 1 bit full adderkunjan ieee paper 1 bit full adder
kunjan ieee paper 1 bit full adderKunjan Shinde
 
High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation IJMER
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcIOSRJECE
 
Design and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busDesign and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busIJRES Journal
 
CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueNishant Yaduvanshi
 
Energy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Energy Efficient Full Adders for Arithmetic Applications Based on GDI LogicEnergy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Energy Efficient Full Adders for Arithmetic Applications Based on GDI LogicAssociate Professor in VSB Coimbatore
 
RISC Implementation Of Digital IIR Filter in DSP
RISC Implementation Of Digital IIR Filter in DSPRISC Implementation Of Digital IIR Filter in DSP
RISC Implementation Of Digital IIR Filter in DSPiosrjce
 
Basic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filterBasic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filtereSAT Journals
 
Low complexity digit serial fir filter by multiple constant multiplication al...
Low complexity digit serial fir filter by multiple constant multiplication al...Low complexity digit serial fir filter by multiple constant multiplication al...
Low complexity digit serial fir filter by multiple constant multiplication al...eSAT Publishing House
 
Advertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDAdvertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDijsrd.com
 

What's hot (20)

IRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo CodesIRJET-Error Detection and Correction using Turbo Codes
IRJET-Error Detection and Correction using Turbo Codes
 
Gdi cell
Gdi cellGdi cell
Gdi cell
 
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
FPGA IMPLEMENTATION OF SOFT OUTPUT VITERBI ALGORITHM USING MEMORYLESS HYBRID ...
 
Reducing the Number Of Transistors In Carry Select Adder
Reducing the Number Of Transistors In Carry Select AdderReducing the Number Of Transistors In Carry Select Adder
Reducing the Number Of Transistors In Carry Select Adder
 
Design of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDLDesign of Multiplier Less 32 Tap FIR Filter using VHDL
Design of Multiplier Less 32 Tap FIR Filter using VHDL
 
Iaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutionalIaetsd vlsi implementation of efficient convolutional
Iaetsd vlsi implementation of efficient convolutional
 
kunjan ieee paper 1 bit full adder
kunjan ieee paper 1 bit full adderkunjan ieee paper 1 bit full adder
kunjan ieee paper 1 bit full adder
 
Lc3519051910
Lc3519051910Lc3519051910
Lc3519051910
 
High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation High Performance MAC Unit for FFT Implementation
High Performance MAC Unit for FFT Implementation
 
Ee34791794
Ee34791794Ee34791794
Ee34791794
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
 
Design and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN busDesign and research of CNC platform based on CAN bus
Design and research of CNC platform based on CAN bus
 
Vlsics08
Vlsics08Vlsics08
Vlsics08
 
CSLA and WTM using GDI Technique
CSLA and WTM using GDI TechniqueCSLA and WTM using GDI Technique
CSLA and WTM using GDI Technique
 
Gv3512031207
Gv3512031207Gv3512031207
Gv3512031207
 
Energy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Energy Efficient Full Adders for Arithmetic Applications Based on GDI LogicEnergy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Energy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
 
RISC Implementation Of Digital IIR Filter in DSP
RISC Implementation Of Digital IIR Filter in DSPRISC Implementation Of Digital IIR Filter in DSP
RISC Implementation Of Digital IIR Filter in DSP
 
Basic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filterBasic signal processing system design on fpga using lms based adaptive filter
Basic signal processing system design on fpga using lms based adaptive filter
 
Low complexity digit serial fir filter by multiple constant multiplication al...
Low complexity digit serial fir filter by multiple constant multiplication al...Low complexity digit serial fir filter by multiple constant multiplication al...
Low complexity digit serial fir filter by multiple constant multiplication al...
 
Advertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LEDAdvertising Display System using LED and Graphical LED
Advertising Display System using LED and Graphical LED
 

Similar to Area and Power Efficient Up-Down counter Design by Using Full Adder Module

Efficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full SubtractorEfficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full SubtractorIJEEE
 
Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd Iaetsd
 
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...VLSICS Design
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET Journal
 
Layout Design of Low Power Half Adder using 90nm Technology
Layout Design of Low Power Half Adder using 90nm Technology Layout Design of Low Power Half Adder using 90nm Technology
Layout Design of Low Power Half Adder using 90nm Technology IJEEE
 
A Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueA Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueIJERA Editor
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueIJMER
 
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...ijsrd.com
 
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIOSRJVSP
 
Layout Design Comparison of CMOS and Gate
Layout Design Comparison of CMOS  and Gate Layout Design Comparison of CMOS  and Gate
Layout Design Comparison of CMOS and Gate IJEEE
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyIJEEE
 
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
IRJET-  	  Design of 1 Bit ALU using Various Full Adder CircuitsIRJET-  	  Design of 1 Bit ALU using Various Full Adder Circuits
IRJET- Design of 1 Bit ALU using Various Full Adder CircuitsIRJET Journal
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesIOSRJVSP
 
Performance evaluation of full adder
Performance evaluation of full adderPerformance evaluation of full adder
Performance evaluation of full adderIOSRJECE
 
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORMLOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORMVLSICS Design
 

Similar to Area and Power Efficient Up-Down counter Design by Using Full Adder Module (20)

Ix3416271631
Ix3416271631Ix3416271631
Ix3416271631
 
Efficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full SubtractorEfficient Layout Design of CMOS Full Subtractor
Efficient Layout Design of CMOS Full Subtractor
 
Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)Iaetsd design and simulation of high speed cmos full adder (2)
Iaetsd design and simulation of high speed cmos full adder (2)
 
Ce4301462465
Ce4301462465Ce4301462465
Ce4301462465
 
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
 
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
 
Layout Design of Low Power Half Adder using 90nm Technology
Layout Design of Low Power Half Adder using 90nm Technology Layout Design of Low Power Half Adder using 90nm Technology
Layout Design of Low Power Half Adder using 90nm Technology
 
A Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI techniqueA Low power and area efficient CLA adder design using Full swing GDI technique
A Low power and area efficient CLA adder design using Full swing GDI technique
 
Id21
Id21Id21
Id21
 
Mukherjee2015
Mukherjee2015Mukherjee2015
Mukherjee2015
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
 
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
Implementation and Performance Analysis of a Vedic Multiplier Using Tanner ED...
 
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design SystemIC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
 
High Speed 8-bit Counters using State Excitation Logic and their Application ...
High Speed 8-bit Counters using State Excitation Logic and their Application ...High Speed 8-bit Counters using State Excitation Logic and their Application ...
High Speed 8-bit Counters using State Excitation Logic and their Application ...
 
Layout Design Comparison of CMOS and Gate
Layout Design Comparison of CMOS  and Gate Layout Design Comparison of CMOS  and Gate
Layout Design Comparison of CMOS and Gate
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
 
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
IRJET-  	  Design of 1 Bit ALU using Various Full Adder CircuitsIRJET-  	  Design of 1 Bit ALU using Various Full Adder Circuits
IRJET- Design of 1 Bit ALU using Various Full Adder Circuits
 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic TechniquesImplementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
 
Performance evaluation of full adder
Performance evaluation of full adderPerformance evaluation of full adder
Performance evaluation of full adder
 
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORMLOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
 

More from IJEEE

A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...IJEEE
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...IJEEE
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoIJEEE
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemIJEEE
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierIJEEE
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...IJEEE
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...IJEEE
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas IJEEE
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...IJEEE
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewIJEEE
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyIJEEE
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringIJEEE
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyIJEEE
 
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
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications IJEEE
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsIJEEE
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyIJEEE
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing IJEEE
 

More from IJEEE (20)

A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
A survey on Energy Efficient ProtocolsLEACH, Fuzzy-based approach and Neural ...
 
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...Implementation of Back-Propagation Neural Network using Scilab and its Conver...
Implementation of Back-Propagation Neural Network using Scilab and its Conver...
 
Automated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using ArduinoAutomated Air Cooled Three Level Inverter system using Arduino
Automated Air Cooled Three Level Inverter system using Arduino
 
Id136
Id136Id136
Id136
 
Id135
Id135Id135
Id135
 
An Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric SystemAn Approach to Speech and Iris based Multimodal Biometric System
An Approach to Speech and Iris based Multimodal Biometric System
 
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid AmplifierAn Overview of EDFA Gain Flattening by Using Hybrid Amplifier
An Overview of EDFA Gain Flattening by Using Hybrid Amplifier
 
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
Design and Implementation of FPGA Based Low Power Pipelined 64 Bit Risc Proce...
 
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
Design of Image Segmentation Algorithm for Autonomous Vehicle Navigationusing...
 
Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas Performance Analysis of GSM Network for Different Types of Antennas
Performance Analysis of GSM Network for Different Types of Antennas
 
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
On the Performance Analysis of Composite Multipath/Shadowing (Weibull-Log Nor...
 
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A ReviewCarbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
Carbon Nanotubes Based Sensor for Detection of Traces of Gas Molecules- A Review
 
Routing Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A SurveyRouting Protocols in Zigbee Based networks: A Survey
Routing Protocols in Zigbee Based networks: A Survey
 
A Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health MonitoringA Survey of Routing Protocols for Structural Health Monitoring
A Survey of Routing Protocols for Structural Health Monitoring
 
Layout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS TechnologyLayout Design Analysis of SR Flip Flop using CMOS Technology
Layout Design Analysis of SR Flip Flop using CMOS Technology
 
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
 
Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications Design of Planar Inverted F-Antenna for Multiband Applications
Design of Planar Inverted F-Antenna for Multiband Applications
 
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor GraphicsDesign of CMOS Inverter for Low Power and High Speed using Mentor Graphics
Design of CMOS Inverter for Low Power and High Speed using Mentor Graphics
 
Layout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm TechnologyLayout Design Analysis of CMOS Comparator using 180nm Technology
Layout Design Analysis of CMOS Comparator using 180nm Technology
 
A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing A Survey on Image Segmentation and its Applications in Image Processing
A Survey on Image Segmentation and its Applications in Image Processing
 

Recently uploaded

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
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
 
(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
 
(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
 

Recently uploaded (20)

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
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
 
(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...
 
(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...
 
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
 

Area and Power Efficient Up-Down counter Design by Using Full Adder Module

  • 1. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 11 NITTTR, Chandigarh EDIT-2015 Area and Power Efficient Up-Down counter Design by Using Full Adder Module 1 Anjali Sharma, 2 Richa Singh 1 PHD Scholar Chitkara University, Punjab, India, 2 Assistant Professor Department of Electronics and communication Engineering, VSGOI Unnao,U.P. India 1 anjali.iitt@gmail.com, 2 singhricha51@gmail.com Abstract- In this paper an area and power efficient 98T Up- Down counter design has been presented by using Pass transistor logic designing technique. The proposed Up-Down counter design consist of 53 NMOS and 45 PMOS. Four PTL full adder modules has been used to design this Up-Down counter which consumes less area and power at 120 nm as compared to CMOS, TG and GDI full adder designs. The proposed Up-Down counter design is based on this area and power efficient 10 transistors PTL full adder module. The proposed Up-Down counter has been designed and simulated using DSCH 3.1 and Microwind 3.1 on 120nm. For proposed design Power variation with respect to the supply voltage has been performed on BSIM-4 and LEVEL-3 using 120nm technology. Results show that Area of proposed PTL Up- Down counter design is 1288.4 µm2 on 120nm technology. At 1.2V input supply voltage the proposed Up-Down counter design consumes 111µW power at BSIM-4. Keywords- BSIM, CMOS, Gate Diffusion Input, NMOS, PMOS, PTL, Transmission Gate, VLSI. I. INTRODUCTION In present technology world use of portable devices has been increased and measurement of power and area consumption is major concern in schematic design of these portable devices before their actual implementation in the layout. Large power and area consumption is a key limitation in many electronic devices and these parameters also act as show stopper for VLSI applications. So there is need of new VLSI designing techniques and methodologies to control and limit power and area consumption [1]-[2]. In digital processing, there is requirement of area and power efficient counter design. The critical path in VLSI circuit design is increased no of transistors that produce the delay in the output signal [3]. It is also the speed limiting and more power consuming element of many VLSI applications. The design of faster, smaller and more efficient counter architecture should be there for VLSI applications. Two most important properties of the counter architectures are power consumption and propagation which basically are against each other. Decrease in the power consumption can cause delay in the circuit and vice versa, hence, most architectures referring to one of those important properties. Traditional CMOS technology, results in full voltage swing but consume large area. Transmission gate technology consumes less area as compare to CMOS technology because it consumes less no of transistors. One another logic that consumes less power is PTL - pass- transistor logic. Advantages of PTL over standard CMOS logic design are: High speed - due to the small node capacitances, Low power dissipation - as a result of the reduced number of transistors, Lower interconnection effects - due to a small area [5]. But implementations of circuit by PTL logic have two basic problems [6] i.e. threshold drop across the single-channel pass transistors and static power dissipation. Logic design which can overcome this problem is Complementary pass-transistor logic (CPL) which features complementary inputs/outputs using NMOS pass-transistor logic. II. 4- BIT UP-DOWN COUNTER In digital processing and computing applications, a counter is a device which stores and displays that with any clock input how many times a particular event or process has been occurred. A most common type of counter is a sequential digital logic circuit with a clock input line and multiple output lines. The values on the output lines represent a number in the binary or BCD number system. Each pulse applied to the clock input increments or decrements the number in the counter. A counter circuit can be constructed by number of flip-flops connected in cascade. Counters is most widely used digital component in digital circuits which are further used in the various digital processing applications, and are manufactured as separate integrated circuits and also incorporated as parts of larger integrated circuits. Up- Down counter design by using full adder module has been shown in Fig.1. Fig.1 Up-Down Counter by using Full adder modules III. SCHEMATICS DESIGNS OF 1-BIT FULL ADDER Full adder is one of the basic building blocks of arithmetic unit used in various digital electronic devices. Full adder can be designed by using different logics. Area consumption, speed and power consumption are the main parameter estimation criteria’s and should be investigated and analyzed for the efficient performance of the digital circuits [7].
  • 2. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 12 Fig.2 CMOS Full Adder Design [7] In Fig. 2 a full adder design has been shown by using CMOS logic which consist 36T transistors and a TG Full adder design by using 22 transistors has been shown in Fig 3 [7]. As CMOS and TG based full adder designs consume less power but it consists large transistors and hence consume very large area. Fig.3 TG Full Adder Design [15] If a logic style shows good performance in terms of one estimation criteria it can give degraded performance in other. The majority of the power dissipated in CMOS VLSI circuits is by dynamic power dissipation which is the power dissipated during charging or discharging of the load capacitance of a given circuit. A full adder design by using PTL logic has been shown in Fig 4. This design has been implemented by using 10 transistors. This design consists less transistors as compared to CMOS and TG full adder designs so this design consumes less area as compared to CMOS and TG design but disadvantage of this circuit is that it can’t give full voltage swing at the output. Fig.4 PTL Full Adder Design In [7] also a new and area efficient full adder design has been achieved by using GDI technique shown in Fig.5. Adder circuit by using GDI technique uses 10 transistors to generate adder output. In this circuit simultaneously generation of XOR and XNOR output has been implemented which further acts as a input for the SUM and CARRY Module. Sum and Carry output has been obtained by using 2x1 MUX. Fig.5 GDI Full Adder Design IV.PROPOSED UP-DOWN COUNTER SCHEMATICS In proposed Up-Down counter design four Full adder modules has been used as a basic building block shown in Fig. 6. MICROWIND and DSCH 3.1 designing tool has been used for the designing of this circuit. MICROWIND 3.1 VLSI designing tool deals with both front end and back end designing of digital circuits. DSCH work in front end which has ability to design the circuit by using transistors as well as gates. DSCH designing can generate VERILOG file which can be compiled by the MICROWIND back end designing tool to observe parameters such as power and area consumption.
  • 3. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 13 NITTTR, Chandigarh EDIT-2015 Fig.6 Design of Proposed Up-Down Counter Proposed PTL Up-Down counter is best in terms of area as compared to CMOS, TG and GDI Up-Down counter design. Comparative analysis of various Up-Down counter designs on 120nm has been shown in Table.1. Up-Down counter by conventional CMOS consist 202 transistors, TG Up-Down counter consists 146 transistors and GDI and PTL Up-Down counter consists 98 transistors. V. LAYOUT ANALYSIS For a very complex circuit it is not possible to conduct the manual layout so an automatic layout generation approach is preferred. Required schematic diagram has been firstly designed and logically validated using DSCH tool at logic level. Although at logic level DSCH have feature to analyze timing simulation as well as power consumption but accurate layout information is still missing. A VERILOG file is generated by the DSCH 3.1 designing tool which is understandable by the MICROWIND 3.1 designing tool to construct the corresponding layout with exact desired design rules. Another way to create the design is by NMOS and PMOS devices using cell generator provided by the MICROWIND. The advantage of this approach is to avoid any design rule error. W/L can be adjusted by the MOS generator option on MICROWIND tool [8]. Layout of Up-Down Counter has been shown in Fig. 7. Fig.7 Layout of Up-Down Counter 3D view of proposed Up-Down counters design has been shown in Fig.8. Various steps used for the creation of this structure are- initial substrate creation, N- diffusion, SiO2 isolation, thin oxide growth, thin oxide reduction, polysilicon deposit, N+ implant, P+ implant, 2nd polysilicon deposit, contact creation, metal layers deposition and via hole creation, passivation oxide deposition and passivation etching. This layout consist 6 metal layers and 2 polysilicon layers. Fig.8 3D view of proposed Up-Down counters design VI. SIMULATION RESULTS Area and power consumption of proposed Up-Down counters has been evaluated on 120nm technology by using MICROWIND designing tool. Simulation of proposed Up-Down counters has been performed to get power and current variation with respect to the supply voltage. Parametric analyses of proposed Up-Down counters have been performed using the MOS Empherical model Level-3 and BSIM Model-4 at different power five different supply voltages. Up-Down Counter design CMO S TG GDI Propose d PTL NMOS 105 77 53 53 PMOS 97 69 45 45 Width (µm) 213.2 178. 7 109. 6 109.6 Height (µm) 13.7 11.3 12.2 11.8 Area (µm2 ) 2917. 1 2015 .5 134. 1 1288.4
  • 4. Int. Journal of Electrical & Electronics Engg. Vol. 2, Spl. Issue 1 (2015) e-ISSN: 1694-2310 | p-ISSN: 1694-2426 NITTTR, Chandigarh EDIT -2015 14 Fig.9 Power vs. Supply Voltage on BSIM-4 Threshold voltage has been taken as 0.4V for both levels which is the voltage above which the power and current starts increasing with the increase in supply voltage. Operating temperature has been taken 270 C for both LEVEL-3 and BSIM-4.MOS Empherical model Level-3 and BSIM Model-4 provides the feature of different curve fitting parameters which is useful in parametric analysis. Fig.10 Power vs. Supply Voltage on LEVEL-3 MOS Empherical model Level-3 has features of 10 different curve fitting parameters whereas BSIM Model-4 works with 19 different parameters. Graph for variation in power with respect to Vdd has been shown in Fig.9 for BSIM-4 and in and Fig. 10 for LEVEL-3. VII. CONCLUSION An alternative Up-Down counters design by using PTL approach has been proposed which consists 98 transistors. Proposed Up-Down counters have been implemented by using 58 NMOS and 45 PMOS transistors. Proposed Up- Down counters have been designed using an area efficient PTL Full adder module which has been implemented by using only 10 transistors. Area and power consumption of proposed Up-Down counters has been shown on120nm using LEVEL-3 and BSIM-4 analytical models. Area of proposed Up-Down counters design is 1288.4µm2 on 120nm technology. At 1.2V input supply voltage the proposed Up-Down counters consumes 62.197µW power at BSIM-4 and 32.824 µW power at LEVEL-3. The proposed Up-Down counters circuit can work efficiently with minimum voltage supply of 0.4V and can work on wide range of frequency range between 2MHz to 400MHz. REFERENCES N. Weste and K. Eshraghian, (2002) “Principles of CMOSVLSI Design” A System Perspective Reading, Pearson Education, Addison–Wesley. Anjali Sharma, Richa Singh, Pankaj Kajla “Area Efficient 1-Bit Comparator Design by using Hybridized Full Adder Module based on PTL and GDI Logic,” International Journal of Computer Applications, Vol.82, No. 10, pp. 5-13. Chiou-Kou Tung; Yu-Cherng Hung; Shao-Hui Shieh; Guo-Shing Huang,” A Low -Power High-speed Hybrid CMOS Full Adder For Embedded System,” IEEE transactions on Design and Diagnostics of Electronic Circuits and Systems, vol.13, No.6, pp.-1 – 4, 2007. Anjali Sharma, Richa Singh, Pankaj Kajla “Area Efficient 1-Bit Comparator Design by using Hybridized Full Adder Module based on PTL and GDI Logic,” International Journal of Computer Applications, Vol.82, No. 10, pp. 5-13. A Morgenshtein, Fish, Wagner, “Gate - Diffusion input (GDI) - A novel power efficient method for digital circuits: A Design Methodology ,” IEEE International Conference, pp. 39 – 43, 2001. Morgenshtein, A.; Fish, A.; Wagner, I.A., “Gate-diffusion input (GDI): A Power Efficient Method For Digital Combinational circuits,” IEEE Transaction on Very Large Scale Integration Systems, Vol. 10 , No . 5, pp. 566 - 581, 2002. Anjali Sharma, Rajesh Mehra, “Area and Power Efficient CMOS Adder Design by Hybridizing PTL and GDI Technique,” International Journal of Computer Applications, Vol.66, No. 4, pp. 15-22. Etienne Sicard, Sonia Delmas Bendhia, Basic of CMOS Cell Design, tata mc graw-hill, pp. 51-90, 2007.