SlideShare a Scribd company logo
1 of 4
Download to read offline
K. Vinay Kumar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 4), May 2014, pp.81-84
www.ijera.com 81 | P a g e
Design of an Efficient ALU Using Low-Power Dual Mode Logic
K. Vinay Kumar*, Fazal Noorbasha, B. Shiva Kumar, N. V. Siva Rama Krishna
.T
VLSI Systems Research Group, Department of ECE, KL University, Vaddeswaram, Guntur (District), AP, India
PIN 522 502)
ABSTRACT
The dual mode logic is an efficient model, which is starts working in between the static and dynamic mode of
operations. Since both of the static and dynamic modes having some disadvantages like speed and power
dissipations. In this paper we are going to implement a faster and efficient ALU using the DML mode of logic.
A performance valuation of designed DML ALU is done with respect to the ordinary normal ALU. And we are
implementing this on CADENCE Platform in 180 nm technology. And for a variation of length and width
ratio’s (W/L) how the design will work is going to be done.
Key words - DML-dual mode logic, ALU - arithmetic and logic unit, CPU – central processing unit, GPU –
graphical processing unit, MP – microprocessor.
I. INTRODUCTION
In digital electronic systems, an arithmetic
and logic unit (ALU) is a digital circuit that performs
integer arithmetic operation and logical operations.
The ALU [2] is a fundamental building block of the
central processing unit (CPU) of a computer, and
even the simplest microprocessors (MPs) contain one
for needs such as maintaining timers for the timing of
the circuitry. The processors found inside modern
CPUs and graphics processing units (GPUs)
accommodate very powerful and very complex
ALUs. A single component may contain a number of
ALUs.
Here, in this paper we are using a well
known model DML [1] which provides the designer a
very high flexibility. As above mentioned DML [1]
has overcome the disadvantages of the following two
methods – 1) static mode and, 2) dynamic mode.
Since, in static mode of operation the power
dissipation is low and speed is also very low
compared to the dynamic mode. Similarly in dynamic
mode the speed is very high and power dissipation is
also high compared with static mode.
The objective of this paper is to design an
improved in terms of speed especially and an
allowable power dissipation. The rest of this paper is
having: a review on the DML [1] family explained in
the section – II, and in the section –III contains all the
implementation of proposed Efficient ALU [2]. And
section –IV contains the comparison with the
ordinary normal and all the results in terms of power
dissipations and speed. Section –V contains the
conclusion on the work and future work on this
proposal.
II. OVER VIEW OF DML FAMILY
A basic DML gate is having an normal static
logic gate, which can be an conventional CMOS logic
gate and at the output side we are connecting an
normal transistor. And whose gate is connected to a
global clock signal is applied to it as switching circuit.
The whole operation is based upon the this
external connected transistor and its clock signal
speed. The DML can be arranged as two ways
depending upon the type of transistor using at the
output side either PMOS or NMOS transistor as
following way shown in the fig 1.
Fig 1: DML topology: (a) type A and (b) type B
As shown in above figure (a) PMOS is
connected at the output side and clock is enabled high
and similarly in figure (b) at the output side NMOS is
connected and clock is enabled low for the switching
operations. In above figure (a) when transistor M1 is
enabled high the gate is operated in static mode and
in figure (b) when transistor M2 is enabled low the
gate is again works as normal static mode. But, when
the transistor M1 is enabled with clock having both
high and low modes then the gate acts as DML gate.
Similarly in the type B also in NMOS transistor.
There is an pull-up transistor in type A
topology and similarly pull-down transistor in type B
topology. Due to this an robust efficiency is achieved
RESEARCH ARTICLE OPEN ACCESS
K. Vinay Kumar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 4), May 2014, pp.81-84
www.ijera.com 82 | P a g e
in this DML topologies. Here, the design is operated
in two modes of operations based up on the clock
signal i.e 1) pre-charge and 2) evaluation modes.
III. PROPOSED ALU
Following fig 2 shows the proposed efficient
ALU which can be used in an situation where the
systems need an faster operations and the power
dissipations are considered up to some extents.
Fig 2: Proposed DML ALU
The above showed figure is the symbol
based ALU which is designed in the Cadence
Platform by creating symbols to each and every
design like OR, HALF ADDER, XOR, and an 1-bit
MULTIPLIER gates. For each and every gate at the
output side an PMOS gate which is works as an Pull-
up circuit in the design.
In our proposed ALU contains the following
gates and performs the corresponding operations for
an 1-bit inputs. And we can implement them for the
4-bit and 8-bit up to n-bit also.
The logic gates involved in the design are:
1) AND Gate for 1-bit multiplication
2) HALF ADDER
3) XOR Gate
4) OR Gate
And in the multiplexer we are designed four
3-input AND gates, at the output side we are using an
4-input OR Gate in order to select the on of the
output in the given 4 –inputs.
IV. FIGURES AND TABLES
In this session we are going to verify the
working of the designed DML ALU with respect to
the normal ALU in the perspective of power
dissipations and speed.
For that we are designed an ordinary normal
ALU as same as the our proposed ALU in 1 –bit and
going to the their working in all the perspectives like
POWER DISSIPATIONS and SPEED in terms of
DELAY and also by varying their width in 180 nm
technology and also by doing the same in 90 nm
technology for the same designs.
The following table- I shows the differences
in power dissipation and delay in normal ordinary
ALU in 180 nm technology and ALU designed using
DML mode.
TABLE I
Power Dissipation and Delay for Different Gate in
Normal Mode and DML Mode
And also for various sizes of width for
NMOS and PMOS in 180 nm technology the power
dissipation and delay is verified and the results are
verified and the following table II contains the
different width of PMOS and NMOS are given.
TABLE II
Power Dissipation and Delay for Different Gate in
Normal Mode and DML Mode for different width for
PMOS and NMOS.
If the technology parameter changes the
power dissipations and delay also changes depending
S. No Type of
Gate
Normal
Mode
DML
Mode
Pd(
pw)
Spe
ed(
ns)
Pd(
pw)
De
lay
(ns
)
1. 1 3 IP AND 54 11 53 10
2. 2
2
2
OR 33.
14
10 40 9.5
3. 3 HALF
ADDER
159 36 150 33
4. 4 XOR 94 25 95 23
S. No Width(um) Normal
Mode
DML
Mode
PM
OS
NMO
S
Pd(
pw)
Del
ay(
ns)
Pd(
pw)
Del
ay(
ns)
1. 12 2 376 35 337 32
2. 21 1 327 32 275 30
3. 31 2 335 30 278 29
4. 42 1 330 28 274 25
K. Vinay Kumar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 4), May 2014, pp.81-84
www.ijera.com 83 | P a g e
up on the variation in the length of the transistor. The
power dissipation is mainly depends up on the PMOS
transistor because the PMOS is directly connected to
the VDD. If we reduce the length of the PMOS and
NMOS transistor then the power dissipation will be
increased since the channel length is main factor in
the power dissipation. If we reduce the length the
delay will be decreases and consequently the power
dissipation will be increases. In the same technology
if we reduce the width of the PMOS and NMOS the
power dissipation will be optimised up to some
extend and delay also be optimised.
Similarly, as we done the same in the 90 nm
technology the power dissipation will be gradually
increases and the delay will decreases up some range.
The schematic of the proposed DML ALU is
designed and the power dissipations and delays are
verified with respect to the ordinary normal ALU in
above said all perspectives. The following fig 3
shows the schematic of DML ALU.
Fig 3: Schematic of DML ALU
We have done the layout for the 3 –input AND gate
and also for the 4 –input OR gate using Cadence tool
in the 180 nm technology and the layouts are
verified and results are also cross checked with the
original schematics of the both 4 –input OR gate and
3 –input AND gate. The following fig 4 shows the
Layout for the 4 –input OR gate.
Fig 4: Layout of 4 –input OR gate
And the following fig 5 is the 3 –input AND
gate layout and as well as the schematic of the 3 –
input AND gate is designed and the results are
verified.
Fig 5: Layout and Schematic of the 3 –input AND
gate.
V. CONCLUSION
Dual Mode logic (DML) is the now most
popular and advanced logic which is used to for the
applications where we need the designs with much
faster than the earlier ones. Here in this paper our
proposed design of efficient ALU in low power Dual
Mode Logic has achieved and an acceptable amount
of speed comparing with the earlier logic. This ALU
can be extended up to 2, 4, 8..... n bit. Our proposed
ALU is designed in Cadence Platform in 180 nm
technology. And comparison with the ordinary
normal ALU with the designed DML ALU is also
done and results are verified. And we have done hoe
the design will effect for the variations in the (W/L)
i.e the changes of length and width ratio’s
REFERENCES
[1] A. Kaizerman , S. Fisher, and A. Fish, “Sub-
threshold dual mode logic,” IEEE Trans.
Very Large Scale Integer. (VLSI) Syst., vol.
21, no. 5, pp. 979–983, May 2013.
[2] I. Levi, O. Bass, A. Kaizerman, A. Belenky,
and A. Fish, “High speed dual mode logic
carry look ahead adder,” in Proc. IEEE Int.
Symp. Circuits Syst., May 2012, pp. 3037–
3040.
[3] B. H. Calhoun, A. Wang, and A.
Chandrakasan, “Modeling and sizing for
minimum energy operation in subthreshold
circuits,”IEEE J. Solid-State Circuits, vol.
40, no. 9, pp. 1778–1786, Sep. 2005.
[4] Y. Pu, J. P. de Gyvez, H. Corporaal, and Y.
Ha, “An ultralowenergy/ frame multi-
standard JPEG co-processor in 65 nm
CMOS with sub/near-threshold power
supply,” in IEEE Int. Solid-State Circuits
Conf. Dig. Tech. Papers, Feb. 2009, pp.
146–147.
K. Vinay Kumar et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 4), May 2014, pp.81-84
www.ijera.com 84 | P a g e
[5] M.-H. Chang, C.-Y. Hsieh, M.-W. Chen,
and W. Hwang, “Logical effort models with
voltage and temperature extensions in super-
/near-/subthreshold regions,” in Proc. VLSI
Design, Autom. Test (VLSI-DAT), Int.
Symp., Apr. 2011, pp. 1–4
[6] G. Cardarilli, S. Pontarelli, M. Re, and A.
Salsano, “On the Use of Signed Digit
Arithmetic for the New 6-Inputs LUT Based
FPGAs,” Proc. IEEE 15th Int’l Conf.
Electronics, Circuits and Systems (ICECS),
pp. 602-605, 2008.
[7] M. Ortiz, F. Quiles, J. Hormigo, F. Jaime, J.
Villalba, and E. Zapata, “Efficient
Implementation of Carry-Save Adders in
FPGAs,” Proc. IEEE 20th Int’l Conf.
Application-Specific Systems, Architectures
and Processors (ASAP), pp. 207-210, 2009.
[8] W. Kamp, A. Bainbridge-Smith, and M.
Hayes, “Efficient Implementation of Fast
Redundant Number Adders for Long Word-
Lengths in FPGAs,” Proc. Int’l Conf. Field-
Programmable Technology (FPT ’09), pp.
239-246, 2009.
[9] H. Parandeh-Afshar, P. Brisk, and P. Ienne,
“Efficient Synthesis of Compressor Trees on
FPGAs,” Proc. Asia and South Pacific
Design Automation Conf. (ASPDAC), pp.
138-143, 2008.
[10] H. Parandeh-Afshar, P. Brisk, and P. Ienne,
“Exploiting Fast Carry-Chains of FPGAs for
Designing Compressor Trees,” Proc. Int’l
Conf. Field Programmable Logic and
Applications (FPL), pp. 242- 249, aug.
2009.

More Related Content

What's hot

Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...IJERA Editor
 
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGYASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGYIlango Jeyasubramanian
 
Bharat gargi final project report
Bharat gargi final project reportBharat gargi final project report
Bharat gargi final project reportBharat Biyani
 
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitUltra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitIJERA Editor
 
Modified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIModified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIshubham jha
 
Evaluation of Branch Predictors
Evaluation of Branch PredictorsEvaluation of Branch Predictors
Evaluation of Branch PredictorsBharat Biyani
 
Building impedance matching network based on s parameter from manufacturer
Building impedance matching network based on s parameter from manufacturerBuilding impedance matching network based on s parameter from manufacturer
Building impedance matching network based on s parameter from manufacturerJournal Papers
 
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
 
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
 
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitDesign and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitAssociate Professor in VSB Coimbatore
 
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
 
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...IJECEIAES
 

What's hot (16)

Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wirele...
 
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGYASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
ASIC DESIGN OF MINI-STEREO DIGITAL AUDIO PROCESSOR UNDER SMIC 180NM TECHNOLOGY
 
104 108
104 108104 108
104 108
 
Bharat gargi final project report
Bharat gargi final project reportBharat gargi final project report
Bharat gargi final project report
 
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic CircuitUltra Low Power Design and High Speed Design of Domino Logic Circuit
Ultra Low Power Design and High Speed Design of Domino Logic Circuit
 
Modified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDIModified Gate Diffusion Input-MGDI
Modified Gate Diffusion Input-MGDI
 
Evaluation of Branch Predictors
Evaluation of Branch PredictorsEvaluation of Branch Predictors
Evaluation of Branch Predictors
 
Building impedance matching network based on s parameter from manufacturer
Building impedance matching network based on s parameter from manufacturerBuilding impedance matching network based on s parameter from manufacturer
Building impedance matching network based on s parameter from manufacturer
 
Downlog.asp
Downlog.aspDownlog.asp
Downlog.asp
 
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
 
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
 
Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSPImplementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
 
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder CircuitDesign and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
 
A0160106
A0160106A0160106
A0160106
 
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
 
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
Analysis of CMOS Comparator in 90nm Technology with Different Power Reduction...
 

Viewers also liked

Padre nuestro en arameo
Padre nuestro en arameoPadre nuestro en arameo
Padre nuestro en arameoHFIC
 
La TelevisióNscy
La TelevisióNscyLa TelevisióNscy
La TelevisióNscygesang
 
INVESTIGACIÓ ESCOLAR
INVESTIGACIÓ ESCOLARINVESTIGACIÓ ESCOLAR
INVESTIGACIÓ ESCOLAREsperanza
 
PROYECTO INSTANCIA 2006
PROYECTO INSTANCIA 2006PROYECTO INSTANCIA 2006
PROYECTO INSTANCIA 2006Pablo Estrada
 
Sitios Turisticos
Sitios TuristicosSitios Turisticos
Sitios Turisticosguest7318a4
 
Tecnicas De Estudios Universitarios A Distancia
Tecnicas De Estudios Universitarios A DistanciaTecnicas De Estudios Universitarios A Distancia
Tecnicas De Estudios Universitarios A Distanciaguest29c167
 
Procesadores de textos(dipositiva)
Procesadores de textos(dipositiva)Procesadores de textos(dipositiva)
Procesadores de textos(dipositiva)1i3
 
Guia rapida factura excel version 2011
Guia rapida factura excel version 2011Guia rapida factura excel version 2011
Guia rapida factura excel version 2011JFKSOFT CORP.
 
Drinmo - dream in move!
Drinmo - dream in move!Drinmo - dream in move!
Drinmo - dream in move!Daniil Romanov
 
Ngajar 14
Ngajar 14Ngajar 14
Ngajar 14Sii Frc
 
Smart TV Marketing @trendsfactory2014
Smart TV  Marketing @trendsfactory2014Smart TV  Marketing @trendsfactory2014
Smart TV Marketing @trendsfactory2014NewAutoDeal
 
Health Decisions Webinar: April 2014 ACA Cost Sharing
Health Decisions Webinar: April 2014 ACA Cost SharingHealth Decisions Webinar: April 2014 ACA Cost Sharing
Health Decisions Webinar: April 2014 ACA Cost SharingSi Nahra
 
Pancia gonfia: le cause e le soluzioni più efficaci per risolvere il problema...
Pancia gonfia: le cause e le soluzioni più efficaci per risolvere il problema...Pancia gonfia: le cause e le soluzioni più efficaci per risolvere il problema...
Pancia gonfia: le cause e le soluzioni più efficaci per risolvere il problema...Progetto Benessere Completo
 
Legitimidade e vantagens das empresas offshore
Legitimidade e vantagens das empresas offshoreLegitimidade e vantagens das empresas offshore
Legitimidade e vantagens das empresas offshoreRodrigo Pita
 

Viewers also liked (20)

Padre nuestro en arameo
Padre nuestro en arameoPadre nuestro en arameo
Padre nuestro en arameo
 
La TelevisióNscy
La TelevisióNscyLa TelevisióNscy
La TelevisióNscy
 
INVESTIGACIÓ ESCOLAR
INVESTIGACIÓ ESCOLARINVESTIGACIÓ ESCOLAR
INVESTIGACIÓ ESCOLAR
 
PROYECTO INSTANCIA 2006
PROYECTO INSTANCIA 2006PROYECTO INSTANCIA 2006
PROYECTO INSTANCIA 2006
 
Sitios Turisticos
Sitios TuristicosSitios Turisticos
Sitios Turisticos
 
Tecnicas De Estudios Universitarios A Distancia
Tecnicas De Estudios Universitarios A DistanciaTecnicas De Estudios Universitarios A Distancia
Tecnicas De Estudios Universitarios A Distancia
 
Sistemas Operativos
Sistemas OperativosSistemas Operativos
Sistemas Operativos
 
Procesadores de textos(dipositiva)
Procesadores de textos(dipositiva)Procesadores de textos(dipositiva)
Procesadores de textos(dipositiva)
 
O45029193
O45029193O45029193
O45029193
 
Friends Forever
Friends ForeverFriends Forever
Friends Forever
 
Listas partidos
Listas partidosListas partidos
Listas partidos
 
P045068488
P045068488P045068488
P045068488
 
Guia rapida factura excel version 2011
Guia rapida factura excel version 2011Guia rapida factura excel version 2011
Guia rapida factura excel version 2011
 
Lightning Strikes
Lightning StrikesLightning Strikes
Lightning Strikes
 
Drinmo - dream in move!
Drinmo - dream in move!Drinmo - dream in move!
Drinmo - dream in move!
 
Ngajar 14
Ngajar 14Ngajar 14
Ngajar 14
 
Smart TV Marketing @trendsfactory2014
Smart TV  Marketing @trendsfactory2014Smart TV  Marketing @trendsfactory2014
Smart TV Marketing @trendsfactory2014
 
Health Decisions Webinar: April 2014 ACA Cost Sharing
Health Decisions Webinar: April 2014 ACA Cost SharingHealth Decisions Webinar: April 2014 ACA Cost Sharing
Health Decisions Webinar: April 2014 ACA Cost Sharing
 
Pancia gonfia: le cause e le soluzioni più efficaci per risolvere il problema...
Pancia gonfia: le cause e le soluzioni più efficaci per risolvere il problema...Pancia gonfia: le cause e le soluzioni più efficaci per risolvere il problema...
Pancia gonfia: le cause e le soluzioni più efficaci per risolvere il problema...
 
Legitimidade e vantagens das empresas offshore
Legitimidade e vantagens das empresas offshoreLegitimidade e vantagens das empresas offshore
Legitimidade e vantagens das empresas offshore
 

Similar to M045048184

Extremely Low Power FIR Filter for a Smart Dust Sensor Module
Extremely Low Power FIR Filter for a Smart Dust Sensor ModuleExtremely Low Power FIR Filter for a Smart Dust Sensor Module
Extremely Low Power FIR Filter for a Smart Dust Sensor ModuleCSCJournals
 
Energy efficient and high speed domino logic circuits
Energy efficient and high speed domino logic circuitsEnergy efficient and high speed domino logic circuits
Energy efficient and high speed domino logic circuitsIJERA Editor
 
Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...IOSRJECE
 
Low Power Design of Standard Digital Gate Design Using Novel Sleep Transisto...
Low Power Design of Standard Digital Gate Design Using Novel  Sleep Transisto...Low Power Design of Standard Digital Gate Design Using Novel  Sleep Transisto...
Low Power Design of Standard Digital Gate Design Using Novel Sleep Transisto...IJMER
 
Design of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsDesign of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsAlexander Decker
 
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
 
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...IOSR Journals
 
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...IOSR Journals
 
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic StructureA Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic StructureIJERA Editor
 
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...VLSICS Design
 
Area Versus Speed Trade-off Analysis of a WiMAX Deinterleaver Circuit Design
Area Versus Speed Trade-off Analysis of a WiMAX Deinterleaver Circuit DesignArea Versus Speed Trade-off Analysis of a WiMAX Deinterleaver Circuit Design
Area Versus Speed Trade-off Analysis of a WiMAX Deinterleaver Circuit Designijsrd.com
 
A high speed dynamic ripple carry adder
A high speed dynamic ripple carry adderA high speed dynamic ripple carry adder
A high speed dynamic ripple carry addereSAT Journals
 
Energy Efficiencies Trends
Energy Efficiencies TrendsEnergy Efficiencies Trends
Energy Efficiencies TrendsReid Larsen
 
Volume 2-issue-6-1979-1982
Volume 2-issue-6-1979-1982Volume 2-issue-6-1979-1982
Volume 2-issue-6-1979-1982Editor IJARCET
 
Volume 2-issue-6-1979-1982
Volume 2-issue-6-1979-1982Volume 2-issue-6-1979-1982
Volume 2-issue-6-1979-1982Editor IJARCET
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET Journal
 
Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder NAVEEN TOKAS
 

Similar to M045048184 (20)

Extremely Low Power FIR Filter for a Smart Dust Sensor Module
Extremely Low Power FIR Filter for a Smart Dust Sensor ModuleExtremely Low Power FIR Filter for a Smart Dust Sensor Module
Extremely Low Power FIR Filter for a Smart Dust Sensor Module
 
Energy efficient and high speed domino logic circuits
Energy efficient and high speed domino logic circuitsEnergy efficient and high speed domino logic circuits
Energy efficient and high speed domino logic circuits
 
Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...
 
Low Power Design of Standard Digital Gate Design Using Novel Sleep Transisto...
Low Power Design of Standard Digital Gate Design Using Novel  Sleep Transisto...Low Power Design of Standard Digital Gate Design Using Novel  Sleep Transisto...
Low Power Design of Standard Digital Gate Design Using Novel Sleep Transisto...
 
Design of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applicationsDesign of delta sigma modulators for integrated sensor applications
Design of delta sigma modulators for integrated sensor applications
 
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
 
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
 
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
A Novel Flipflop Topology for High Speed and Area Efficient Logic Structure D...
 
Ch33509513
Ch33509513Ch33509513
Ch33509513
 
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic StructureA Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
A Survey Analysis on CMOS Integrated Circuits with Clock-Gated Logic Structure
 
R4501100104
R4501100104R4501100104
R4501100104
 
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
 
Area Versus Speed Trade-off Analysis of a WiMAX Deinterleaver Circuit Design
Area Versus Speed Trade-off Analysis of a WiMAX Deinterleaver Circuit DesignArea Versus Speed Trade-off Analysis of a WiMAX Deinterleaver Circuit Design
Area Versus Speed Trade-off Analysis of a WiMAX Deinterleaver Circuit Design
 
A high speed dynamic ripple carry adder
A high speed dynamic ripple carry adderA high speed dynamic ripple carry adder
A high speed dynamic ripple carry adder
 
Energy Efficiencies Trends
Energy Efficiencies TrendsEnergy Efficiencies Trends
Energy Efficiencies Trends
 
Volume 2-issue-6-1979-1982
Volume 2-issue-6-1979-1982Volume 2-issue-6-1979-1982
Volume 2-issue-6-1979-1982
 
Volume 2-issue-6-1979-1982
Volume 2-issue-6-1979-1982Volume 2-issue-6-1979-1982
Volume 2-issue-6-1979-1982
 
Is3515091514
Is3515091514Is3515091514
Is3515091514
 
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSIIRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
IRJET- Low Power Adder and Multiplier Circuits Design Optimization in VLSI
 
Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder Leakage power optimization for ripple carry adder
Leakage power optimization for ripple carry adder
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

M045048184

  • 1. K. Vinay Kumar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 4), May 2014, pp.81-84 www.ijera.com 81 | P a g e Design of an Efficient ALU Using Low-Power Dual Mode Logic K. Vinay Kumar*, Fazal Noorbasha, B. Shiva Kumar, N. V. Siva Rama Krishna .T VLSI Systems Research Group, Department of ECE, KL University, Vaddeswaram, Guntur (District), AP, India PIN 522 502) ABSTRACT The dual mode logic is an efficient model, which is starts working in between the static and dynamic mode of operations. Since both of the static and dynamic modes having some disadvantages like speed and power dissipations. In this paper we are going to implement a faster and efficient ALU using the DML mode of logic. A performance valuation of designed DML ALU is done with respect to the ordinary normal ALU. And we are implementing this on CADENCE Platform in 180 nm technology. And for a variation of length and width ratio’s (W/L) how the design will work is going to be done. Key words - DML-dual mode logic, ALU - arithmetic and logic unit, CPU – central processing unit, GPU – graphical processing unit, MP – microprocessor. I. INTRODUCTION In digital electronic systems, an arithmetic and logic unit (ALU) is a digital circuit that performs integer arithmetic operation and logical operations. The ALU [2] is a fundamental building block of the central processing unit (CPU) of a computer, and even the simplest microprocessors (MPs) contain one for needs such as maintaining timers for the timing of the circuitry. The processors found inside modern CPUs and graphics processing units (GPUs) accommodate very powerful and very complex ALUs. A single component may contain a number of ALUs. Here, in this paper we are using a well known model DML [1] which provides the designer a very high flexibility. As above mentioned DML [1] has overcome the disadvantages of the following two methods – 1) static mode and, 2) dynamic mode. Since, in static mode of operation the power dissipation is low and speed is also very low compared to the dynamic mode. Similarly in dynamic mode the speed is very high and power dissipation is also high compared with static mode. The objective of this paper is to design an improved in terms of speed especially and an allowable power dissipation. The rest of this paper is having: a review on the DML [1] family explained in the section – II, and in the section –III contains all the implementation of proposed Efficient ALU [2]. And section –IV contains the comparison with the ordinary normal and all the results in terms of power dissipations and speed. Section –V contains the conclusion on the work and future work on this proposal. II. OVER VIEW OF DML FAMILY A basic DML gate is having an normal static logic gate, which can be an conventional CMOS logic gate and at the output side we are connecting an normal transistor. And whose gate is connected to a global clock signal is applied to it as switching circuit. The whole operation is based upon the this external connected transistor and its clock signal speed. The DML can be arranged as two ways depending upon the type of transistor using at the output side either PMOS or NMOS transistor as following way shown in the fig 1. Fig 1: DML topology: (a) type A and (b) type B As shown in above figure (a) PMOS is connected at the output side and clock is enabled high and similarly in figure (b) at the output side NMOS is connected and clock is enabled low for the switching operations. In above figure (a) when transistor M1 is enabled high the gate is operated in static mode and in figure (b) when transistor M2 is enabled low the gate is again works as normal static mode. But, when the transistor M1 is enabled with clock having both high and low modes then the gate acts as DML gate. Similarly in the type B also in NMOS transistor. There is an pull-up transistor in type A topology and similarly pull-down transistor in type B topology. Due to this an robust efficiency is achieved RESEARCH ARTICLE OPEN ACCESS
  • 2. K. Vinay Kumar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 4), May 2014, pp.81-84 www.ijera.com 82 | P a g e in this DML topologies. Here, the design is operated in two modes of operations based up on the clock signal i.e 1) pre-charge and 2) evaluation modes. III. PROPOSED ALU Following fig 2 shows the proposed efficient ALU which can be used in an situation where the systems need an faster operations and the power dissipations are considered up to some extents. Fig 2: Proposed DML ALU The above showed figure is the symbol based ALU which is designed in the Cadence Platform by creating symbols to each and every design like OR, HALF ADDER, XOR, and an 1-bit MULTIPLIER gates. For each and every gate at the output side an PMOS gate which is works as an Pull- up circuit in the design. In our proposed ALU contains the following gates and performs the corresponding operations for an 1-bit inputs. And we can implement them for the 4-bit and 8-bit up to n-bit also. The logic gates involved in the design are: 1) AND Gate for 1-bit multiplication 2) HALF ADDER 3) XOR Gate 4) OR Gate And in the multiplexer we are designed four 3-input AND gates, at the output side we are using an 4-input OR Gate in order to select the on of the output in the given 4 –inputs. IV. FIGURES AND TABLES In this session we are going to verify the working of the designed DML ALU with respect to the normal ALU in the perspective of power dissipations and speed. For that we are designed an ordinary normal ALU as same as the our proposed ALU in 1 –bit and going to the their working in all the perspectives like POWER DISSIPATIONS and SPEED in terms of DELAY and also by varying their width in 180 nm technology and also by doing the same in 90 nm technology for the same designs. The following table- I shows the differences in power dissipation and delay in normal ordinary ALU in 180 nm technology and ALU designed using DML mode. TABLE I Power Dissipation and Delay for Different Gate in Normal Mode and DML Mode And also for various sizes of width for NMOS and PMOS in 180 nm technology the power dissipation and delay is verified and the results are verified and the following table II contains the different width of PMOS and NMOS are given. TABLE II Power Dissipation and Delay for Different Gate in Normal Mode and DML Mode for different width for PMOS and NMOS. If the technology parameter changes the power dissipations and delay also changes depending S. No Type of Gate Normal Mode DML Mode Pd( pw) Spe ed( ns) Pd( pw) De lay (ns ) 1. 1 3 IP AND 54 11 53 10 2. 2 2 2 OR 33. 14 10 40 9.5 3. 3 HALF ADDER 159 36 150 33 4. 4 XOR 94 25 95 23 S. No Width(um) Normal Mode DML Mode PM OS NMO S Pd( pw) Del ay( ns) Pd( pw) Del ay( ns) 1. 12 2 376 35 337 32 2. 21 1 327 32 275 30 3. 31 2 335 30 278 29 4. 42 1 330 28 274 25
  • 3. K. Vinay Kumar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 4), May 2014, pp.81-84 www.ijera.com 83 | P a g e up on the variation in the length of the transistor. The power dissipation is mainly depends up on the PMOS transistor because the PMOS is directly connected to the VDD. If we reduce the length of the PMOS and NMOS transistor then the power dissipation will be increased since the channel length is main factor in the power dissipation. If we reduce the length the delay will be decreases and consequently the power dissipation will be increases. In the same technology if we reduce the width of the PMOS and NMOS the power dissipation will be optimised up to some extend and delay also be optimised. Similarly, as we done the same in the 90 nm technology the power dissipation will be gradually increases and the delay will decreases up some range. The schematic of the proposed DML ALU is designed and the power dissipations and delays are verified with respect to the ordinary normal ALU in above said all perspectives. The following fig 3 shows the schematic of DML ALU. Fig 3: Schematic of DML ALU We have done the layout for the 3 –input AND gate and also for the 4 –input OR gate using Cadence tool in the 180 nm technology and the layouts are verified and results are also cross checked with the original schematics of the both 4 –input OR gate and 3 –input AND gate. The following fig 4 shows the Layout for the 4 –input OR gate. Fig 4: Layout of 4 –input OR gate And the following fig 5 is the 3 –input AND gate layout and as well as the schematic of the 3 – input AND gate is designed and the results are verified. Fig 5: Layout and Schematic of the 3 –input AND gate. V. CONCLUSION Dual Mode logic (DML) is the now most popular and advanced logic which is used to for the applications where we need the designs with much faster than the earlier ones. Here in this paper our proposed design of efficient ALU in low power Dual Mode Logic has achieved and an acceptable amount of speed comparing with the earlier logic. This ALU can be extended up to 2, 4, 8..... n bit. Our proposed ALU is designed in Cadence Platform in 180 nm technology. And comparison with the ordinary normal ALU with the designed DML ALU is also done and results are verified. And we have done hoe the design will effect for the variations in the (W/L) i.e the changes of length and width ratio’s REFERENCES [1] A. Kaizerman , S. Fisher, and A. Fish, “Sub- threshold dual mode logic,” IEEE Trans. Very Large Scale Integer. (VLSI) Syst., vol. 21, no. 5, pp. 979–983, May 2013. [2] I. Levi, O. Bass, A. Kaizerman, A. Belenky, and A. Fish, “High speed dual mode logic carry look ahead adder,” in Proc. IEEE Int. Symp. Circuits Syst., May 2012, pp. 3037– 3040. [3] B. H. Calhoun, A. Wang, and A. Chandrakasan, “Modeling and sizing for minimum energy operation in subthreshold circuits,”IEEE J. Solid-State Circuits, vol. 40, no. 9, pp. 1778–1786, Sep. 2005. [4] Y. Pu, J. P. de Gyvez, H. Corporaal, and Y. Ha, “An ultralowenergy/ frame multi- standard JPEG co-processor in 65 nm CMOS with sub/near-threshold power supply,” in IEEE Int. Solid-State Circuits Conf. Dig. Tech. Papers, Feb. 2009, pp. 146–147.
  • 4. K. Vinay Kumar et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 4), May 2014, pp.81-84 www.ijera.com 84 | P a g e [5] M.-H. Chang, C.-Y. Hsieh, M.-W. Chen, and W. Hwang, “Logical effort models with voltage and temperature extensions in super- /near-/subthreshold regions,” in Proc. VLSI Design, Autom. Test (VLSI-DAT), Int. Symp., Apr. 2011, pp. 1–4 [6] G. Cardarilli, S. Pontarelli, M. Re, and A. Salsano, “On the Use of Signed Digit Arithmetic for the New 6-Inputs LUT Based FPGAs,” Proc. IEEE 15th Int’l Conf. Electronics, Circuits and Systems (ICECS), pp. 602-605, 2008. [7] M. Ortiz, F. Quiles, J. Hormigo, F. Jaime, J. Villalba, and E. Zapata, “Efficient Implementation of Carry-Save Adders in FPGAs,” Proc. IEEE 20th Int’l Conf. Application-Specific Systems, Architectures and Processors (ASAP), pp. 207-210, 2009. [8] W. Kamp, A. Bainbridge-Smith, and M. Hayes, “Efficient Implementation of Fast Redundant Number Adders for Long Word- Lengths in FPGAs,” Proc. Int’l Conf. Field- Programmable Technology (FPT ’09), pp. 239-246, 2009. [9] H. Parandeh-Afshar, P. Brisk, and P. Ienne, “Efficient Synthesis of Compressor Trees on FPGAs,” Proc. Asia and South Pacific Design Automation Conf. (ASPDAC), pp. 138-143, 2008. [10] H. Parandeh-Afshar, P. Brisk, and P. Ienne, “Exploiting Fast Carry-Chains of FPGAs for Designing Compressor Trees,” Proc. Int’l Conf. Field Programmable Logic and Applications (FPL), pp. 242- 249, aug. 2009.