SlideShare a Scribd company logo
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013

DESIGN OF LOW POWER CMOS LOGIC CIRCUITS
USING GATE DIFFUSION INPUT (GDI) TECHNIQUE
Y. Syamala, K. Srilakshmi and N. Somasekhar Varma
Department of Electronics and Communication Engineering, Gudlavalleru Engineering
College, Gudlavalleru, A.P. India

ABSTRACT
The Gate diffusion input (GDI) is a novel technique for low power digital circuit design. This technique
reduces the power dissipation, propagation delay, area of digital circuits and it maintains low complexity
of logic design. In this paper, the 4Ɨ1 Multiplexer, 8Ɨ3 Encoder, BCD Counter and Mealy State Machine
were implemented by using Pass Transistors (PT), Transmission Gate (TG) and Gate Diffusion Input (GDI)
technique and then they were compared with each other for power dissipation. The Multiplexers and
Encoders are combinational circuits and Counters and mealy machines are sequential circuits both of them
are very important digital systems so power optimization should be done to those digital circuits. The
whole processes for development of digital circuits and simulation was done by using the mentor graphics
backend tool. This method can also be extended to the processors and other high level designs for
optimization of power dissipation, area and delay in order to increase the circuit efficiency.

KEYWORDS
Pass Transistors, Transmission Gate, Gate Diffusion Input, Digital Circuits, Power Dissipation.

1. INTRODUCTION
Power management has became a major issue in the development of a digital system especially,
in the portable devices in which enhancement of the battery life time and reducing the charging
time are becoming a challenging issues day by day. The major problem in the power management
is power dissipation. Technology scaling leads to increase leakage current, which leads to
increase in sub threshold leakage power. Therefore, reduction of the leakage power nothing but
minimizing power dissipation. There are different techniques existed in
literature [1] [2]
among them, Gate Diffusion Input (GDI) technique is one to minimize the power dissipation.
In this paper, some of the digital circuits such as 4Ɨ1 Multiplexer, 8Ɨ3 Encoder, BCD Counter
and Mealy Machine were designed by using Pass Transistors (PT), Transmission Gate (TG) and
Gate Diffusion Input (GDI) techniques. The designed circuits are functionally verified, and the
analysis of power dissipation is performed. The remaining sections of the paper as follows:
section 2 is about implementation styles, the implementation of digital circuits using Gate
Diffusion Input is given in section 3, results and conclusion are given in section 4 and 5
respectively.

DOI : 10.5121/vlsic.2013.4507

89
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013

2. DIFFERENT IMPLEMENTATION TECHNIQUES
Pass Transistors, Transmission Gates and Gate Diffusion Input are different techniques in design
of low power digital circuits. Pass transistor design have small nodal capacitance which results in
high speed. The amount of transistors used here were very low so that there is low power
dissipation. Reduced number of transistors occupies small area which leads to minimize the
interconnection of the wires [1]. There are two main disadvantages with pass transistor design;
one is the threshold voltage across the single channel Pass Transistor, which results in reduced
drive and slow operation. Other one was, full swing voltage at output is not possible. Another
technique was, Transmission gate used to realize complex logic functions. The degradation
voltage level at output problem can be overcome by using this technique. Where as, this
technique requires more area than pass circuitry and requires complemented control signals. To
realize any logic function, the basic AND and OR are used in any design of digital circuits. So,
first these logic gates were developed by using Pass Transistor, Transmission Gate and
Gate Diffusion Input techniques. The AND logic using Pass Transistors is shown in Figure 1.

Figure 1. AND Logic using Pass Transistors

To realize the functionality of AND logic using Pass Transistors which requires two transistors
such as P-type and N-type. When the logic ā€˜1’ is applied to the gate inputs of the transistors, then
PMOS will turn off and NMOS will turn on. At the same time, if logic ā€˜1’ is given to the input ā€˜b’
then the output will be ā€˜1’. If logic ā€˜0’ is given to the input ā€˜b’ then the output will be zero
through on transistor. If logic ā€˜0’ is given to the input a then PMOS turns on by applying gate
input as logic 0 then that zero goes to the gate of NMOS and drain of PMOS then whatever logic
comes from b multiplies with logic ā€˜0’ and finally the result will be zero. So, here the two inputs
ā€˜a’ and ā€˜b’ are logic ā€˜1’ then the output will be ā€˜1’. If any of inputs are ā€˜0’ output will be zero
which is nothing but AND logic. The OR logic using Pass Transistors is shown in Figure 2.

Figure 2. OR Logic using Pass Transistors

When the logic ā€˜0’ is applied to the gate inputs then NMOS will turn off and PMOS will turn on.
At this instant, what ever the inputs are applied at terminals ā€˜a’ and ā€˜b’, then the output will be
produced at ā€˜c’ through on transistor. If logic ā€˜0’ is given to the input ā€˜a’ then NMOS turns on by
controlling gate input as logic 1, then that zero goes to the gate of PMOS and drain of NMOS
then what ever logic comes from ā€˜b’ multiplies with logic ā€˜1’ and finally the result will be ā€˜1’.
So, here the two inputs are logic ā€˜0’ then output as ā€˜0’. If any of inputs are ā€˜1’ then output as ā€˜1’
which is nothing but OR Logic. The AND logic can also be implemented by using Transmission
Gate and it was shown in Figure 3.

90
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013

Figure 3. AND Logic using Transmission Gate

AND logic using transmission gate uses two NMOS and one PMOS transistors. In addition to that
of inverter, the control signals are also used. The control signals avoid signal degradation. when
logic ā€˜0’ is applied to the input ā€˜a’ then through NMOS device turns off and PMOS device turns
on and the logic ā€˜0’ is passed as logic ā€˜1’ to another NMOS. The gate of the second NMOS
device will take the another input through ā€˜b’ if that is one then the output will be ā€˜1’ or logic is
zero then the output will be zero irrespective of the input from ā€˜a’, which is AND operation. The
implementation of OR logic using the Transmission Gate was shown in Figure 4.

Figure 4. OR Logic using Transmission Gate

The next technique is Gate Diffusion Input Technique here one of the inputs are directly diffused
into the gates of the transistors of N-type and P-type devices so it is called as gate diffused
input technique. Gate Diffusion Input technique reduces power dissipation, propagation delay,
and area of digital circuits [3-7]. This method is based on the simple cell. A basic GDI cell
contains four terminals they are G (common gate input of NMOS and PMOS transistors), P (the
outer diffusion node of PMOS transistor), N (the outer diffusion node of NMOS transistor), and
D (common diffusion node of both transistors). The basic GDI cell, and implementation of AND,
OR logics are given in Figures 5, 6 and 7 respectively.

Figure 5. Basic GDI cell
Table 1. Logic function implemented with GDI cell
N
0
B
1
B
C
0

P
B
1
B
0
B
1

G
A
A
A
A
A
A

D
A*B
A+B
A+B
AB
AB+AC
A

Function
F1
F2
OR
AND
MUX
NOT

91
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013

Any logic functions can be implemented using GDI Technique. The Table 1 gives us the
information about the logic functions which are implemented by using Gate Diffusion Input. The
operation of GDI based AND gate can be explained with respect to basic GDI cell 'P' of the
transistor is given '0' it will cut-off from its operation, hence the logic either ā€˜1’ or ā€˜0’ at the input
ā€˜a’ will be reflected at the output ā€˜z’. Thus the output will be z =a*b.

Figure 6. AND Logic using GDI

Figure 7. OR Logic using GDI

By using this technique the various digital circuits can be designed with low transistor count as
compared with other CMOS designs which results in low power dissipation.

3. IMPLEMENTATION OF GDI DIGITAL CIRCUITS
In this paper, the main aim of this work was to minimize the power dissipation using GDI
technique. Therefore, the 4Ɨ1 Multiplexer, 8Ɨ3 Encoder, BCD Counter and Mealy Machine were
implemented with the Pass Transistor, Transmission Gate and Gate Diffusion Input. Among
those, circuits which are implemented using GDI technique are discussed in this section. These
circuits are simulated and the power dissipation values are tabulated for supply voltage of 1volt.
The design of 4Ɨ1 Multiplexer using GDI Technique was given in Figure 8.

Figure 8. 4Ɨ1 Multiplexer using Gate Diffusion Input

92
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013

Multiplexers are used as a data selector. A Multiplexer is a device that selects one of several input
signals and forwards the selected input into a single output line. A multiplexer has n select lines
of 2n inputs. They are used to select the input line to send the output with the help of selection
lines. Encoder is another digital combinational circuit whose function is quite opposite to that of
decoder. It is having 2n inputs and n number of outputs here 8Ɨ3 encoder is developed by
using PT, TG and GDI Logic . This encoder is used to convert data from octal to binary data. The
developed circuit is checked for their power dissipation and their values are tabulated. The
development of 8x3 Encoder using GDI was shown in Figure 9.

Figure 9. 8Ɨ3 Encoder using Gate Diffusion Input

A counter is a device which stores (and sometimes displays) the number of times a particular
event or process has occurred, often in relationship to a clock signal the counter is sequential
circuit to which optimisation of power dissipation is very essential. The power reduction is done
by developing this circuit with Pass Transistors, Transmission Gate and Gate Diffusion Input
Techniques. The BCD counter using GDI was given in Figure 10.

Figure 10. BCD Counter using Gate Diffusion Input

Mealy machine is one of the finite state machine which is used to depend upon the states and
inputs. The main advantage with this state machine is used to reduce the number of states. The
mealy machines are developed by using Pass Transistors, Transmission Gates and Gate Diffusion
Input. The power dissipation of the Mealy Machine are compared and tabulated. The Mealy
machine was shown in Figure 11.

Figure 11. Mealy Machine using Gate Diffusion Input
93
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013

4. RESULTS
The power dissipation values are analysed for different supply voltages of the designed circuits
and they were compared with each other. Finally, it was observed that, the designed digital
circuits dissipate less amount of power using GDI technique.
Table 2. Power dissipation of 4x1 Multiplexer

S.No

Techniques used

Power Dissipation
(µW)

1
2
3

Pass Transistors
Transmission Gate
Gate Diffusion Input

5.6909
18.8684
2.77400

Table 3. Power dissipation of 8x3 Encoder

S.No

Techniques used

Power Dissipation
(pW)

1
2
3

Pass Transistors
Transmission Gate
Gate Diffusion Input

4.5084
22.4860
1.2569

Table 4. Power dissipation of BCD Counter

S.No

Techniques used

PowerDissipation
(µW)

1
2
3

Pass Transistors
Transmission Gate
Gate Diffusion Input

15.1506
36.221
11.8373

Table 5. Power dissipation of Mealy Machineā€˜s

S.No
1
2
3

Techniques used
Pass Transistors
Transmission Gate
Gate Diffusion Input

Power Dissipation
10.1605 µW
15.0023 µW
185.7001 PW

The whole process was carried out by using mentor graphics back end tools. Out of the three
techniques which were mentioned in the above tables GDI Technique dissipated less amount of
power. So, the GDI is an efficient technique when compared with other techniques.

5. CONCLUSION
The digital circuits 4Ɨ1 Multiplexer, 8Ɨ3 Encoder, BCD Counters and Mealy Machine were
developed by using Pass Transistors, Transmission Gates and Gate Diffusion Input techniques
and then their power dissipations are compared and they are simulated by using the Mentor
94
International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013

graphics backend tools. The power dissipation values of designed digital circuits with different
techniques are observed. It was found that, the circuits using GDI has less amount of power
dissipation as compared to pass transistor and transmission gate. Similarly, this technique can also
be extended to complex circuits for their minimum power dissipation.

REFERENCES
[1]
[2]
[3]

[4]

[5]

[6]

[7]

Kaushik Roy and Sharat C Prasad, ā€œLow power CMOS VLSI circuit designā€, Wiley India
Publication, 2011.
Janaki Rani, S.Malarkkan ā€œLeakage power optimized sequential circuits for use in nanoscale VLSI
systems ā€ Indian Journal of Computer Science and Engineering (IJCSE) Vol. 3 No. 1 Feb -Mar 2012.
Arkadiy Morgenshtein, Alexander Fish, and Israel A. Wagner, ā€œGate Diffusion Input (GDI): A power
efficient method for combinational circuitsā€ , IEEE Transactions on Very Large Scale Integration
(VLSI) Systems, Vol. 10, NO. 5, October 2002.
Adarsh Kumar Agrawal, S. Wairya, R.K. Nagaria and S. Tiwari, ā€œA new mixed gate diffusion input
full adder topology for high speed low power digital circuitsā€, World Applied Science Journal 7,
pp.138-144, 2009, ISSN1818.4952.
A. Morgenshtein, A. Fish, and I. A. Wagner, "Gate-Diffusion Input (GDI) - A technique for low
power design of digital circuits: analysis and characterization,ā€ in Proc. Int. Symp. Circuits and
Systems, ISCAS, pp. 477-480, Oct. 2002.
T. Kalavathidevi and C. Venkatesh, ā€œGate Diffusion Input (GDI) circuits Based low power VLSI
architecture for a viterbi decoderā€, Iranian Journal of Electrical And Computer Engineering, pp- 7784, Vol. 10, No. 2, Summer-Fall 2011.
Arkadiy Morgenshtein, Idan Shwartz and Alexander Fish, ā€œGate Diffusion Input (GDI) logic in
standard CMOS nanoscale processā€, 2010 IEEE 26th Convention of Electrical and Electronics
Engineers in Israel.

Authors
Syamala born on Sept 14th 1980 in kavali, India. Obtained B.E degree from Bharatiyar
University, India in 2001. M.E degree in Applied Electronics from Anna University in
2005. In 2005 she joined as an Assistant Professor in Gudlavelleru Engineering College.
In 2011, she promoted as an Associate Professor in department of ECE, GEC, India. She
has been a member of IEEE, FIETE, and MISTE. She has published several papers in the
area of VLSI. Her research interest includes Low power VLSI design, Digital design and
Testing.
Srilakshmi born at Karnataka. She completed her B.Tech degree from JNTUK, Kakinada,
India in 2009, and M.Tech in 2011 from the JNTUK University in VLSI System Design as
specialization. She is currently working as a Assistant Professor in Department of ECE in
Gudlavalleru Engineering College, India. Her research interest includes Low power
design, VLSI design, Embedded design. She has been published several papers in different
various conferences.
Somasekhar Varma.N born in Bapatla India He has obtained his B Tech degree in
Electronics and Communication from Bapatla Engineering College Bapatla in 2010.
Presently he is Pursuing his Masters degree in Embedded Systems of Electronics and
Communication in Gudlavalleru Engineering College Gudlavalleru from 2011 to 2013. He
is interested in Low power VLSI design. He is currently working on a project titled
ā€œDesign of Low Power CMOS Logic Circuits using Gate Diffusion Input (GDI)
Techniqueā€ as a partial fulfilment of his M.Tech degree.

95

More Related Content

What's hot (20)

DOCX
Ramya Project
Ramya Purohit
Ā 
PDF
Downlog.asp
jahangeer badar soomro
Ā 
PDF
A comparative study of full adder using static cmos logic style
eSAT Publishing House
Ā 
PDF
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
International Journal of Engineering Inventions www.ijeijournal.com
Ā 
PDF
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
VLSICS Design
Ā 
PPSX
CPLD xc9500
Dr. A. B. Shinde
Ā 
PDF
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
VLSICS Design
Ā 
PDF
Vlsi mini project list 2013
Vision Solutions
Ā 
PDF
Implementation of UART with BIST Technique Using Low Power LFSR
IJERA Editor
Ā 
PPTX
Vlsi ieee projects
Silicon Mentor
Ā 
PPTX
Simulation power analysis low power vlsi
GargiKhanna1
Ā 
PDF
Iaetsd low power flip flops for vlsi applications
Iaetsd Iaetsd
Ā 
PDF
Iaetsd vlsi implementation of efficient convolutional
Iaetsd Iaetsd
Ā 
PPT
Convolution final slides
ramyasree_ssj
Ā 
DOC
VLSI GDI Technology
Techno Electronics
Ā 
PDF
Architectural Level Techniques
GargiKhanna1
Ā 
PPTX
cplds
Anish Gupta
Ā 
PDF
Design of low power barrel shifter and rotator using two phase clocked adiaba...
eSAT Publishing House
Ā 
PPTX
Seminar on field programmable gate array
Saransh Choudhary
Ā 
PDF
IRJET- Analysis of Proposed Finfet based Full Adder using CMOS Logic Style
IRJET Journal
Ā 
Ramya Project
Ramya Purohit
Ā 
Downlog.asp
jahangeer badar soomro
Ā 
A comparative study of full adder using static cmos logic style
eSAT Publishing House
Ā 
FPGA Implementation of High Speed FIR Filters and less power consumption stru...
International Journal of Engineering Inventions www.ijeijournal.com
Ā 
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
VLSICS Design
Ā 
CPLD xc9500
Dr. A. B. Shinde
Ā 
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
VLSICS Design
Ā 
Vlsi mini project list 2013
Vision Solutions
Ā 
Implementation of UART with BIST Technique Using Low Power LFSR
IJERA Editor
Ā 
Vlsi ieee projects
Silicon Mentor
Ā 
Simulation power analysis low power vlsi
GargiKhanna1
Ā 
Iaetsd low power flip flops for vlsi applications
Iaetsd Iaetsd
Ā 
Iaetsd vlsi implementation of efficient convolutional
Iaetsd Iaetsd
Ā 
Convolution final slides
ramyasree_ssj
Ā 
VLSI GDI Technology
Techno Electronics
Ā 
Architectural Level Techniques
GargiKhanna1
Ā 
cplds
Anish Gupta
Ā 
Design of low power barrel shifter and rotator using two phase clocked adiaba...
eSAT Publishing House
Ā 
Seminar on field programmable gate array
Saransh Choudhary
Ā 
IRJET- Analysis of Proposed Finfet based Full Adder using CMOS Logic Style
IRJET Journal
Ā 

Similar to Design of low power cmos logic circuits using gate diffusion input (gdi) technique (20)

PDF
Li3519411946
IJERA Editor
Ā 
PPTX
design and implementation of Area efficient arithmetic circuit
SravanKumar743222
Ā 
PDF
Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...
VIT-AP University
Ā 
PDF
Energy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Associate Professor in VSB Coimbatore
Ā 
PDF
Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...
IJERA Editor
Ā 
PDF
10
Kunjan Shinde
Ā 
PDF
LOW POWER AND HIGH SPEED DIVERSE DIGITAL CIRCUIT FOR SUB-THRESHOLD LEVEL
VIT-AP University
Ā 
PPTX
simulation of turbo encoding and decoding
Gulafshan Saifi
Ā 
PDF
Design and implementation of log domain decoder
IJECEIAES
Ā 
PDF
Data detection with a progressive parallel ici canceller in mimo ofdm
eSAT Publishing House
Ā 
PDF
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
IOSRJVSP
Ā 
PDF
Combinational circuits
Nabarun Chakraborty
Ā 
PDF
Noise Immune Convolutional Encoder Design and Its Implementation in Tanner
ijcisjournal
Ā 
PDF
NOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNER
IJCI JOURNAL
Ā 
PDF
J010224750
IOSR Journals
Ā 
PDF
IRJET- Performance Estimation of FIR Filter using Null Convention Logic
IRJET Journal
Ā 
PDF
Iisrt jona priyaa(1 5)
IISRT
Ā 
PDF
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
IJERA Editor
Ā 
PDF
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
IRJET Journal
Ā 
PDF
Reducing the Number Of Transistors In Carry Select Adder
paperpublications3
Ā 
Li3519411946
IJERA Editor
Ā 
design and implementation of Area efficient arithmetic circuit
SravanKumar743222
Ā 
Performance Evaluation & Design Methodologies for Automated 32 Bit CRC Checki...
VIT-AP University
Ā 
Energy Efficient Full Adders for Arithmetic Applications Based on GDI Logic
Associate Professor in VSB Coimbatore
Ā 
Design and Performance Analysis of Convolutional Encoder and Viterbi Decoder ...
IJERA Editor
Ā 
LOW POWER AND HIGH SPEED DIVERSE DIGITAL CIRCUIT FOR SUB-THRESHOLD LEVEL
VIT-AP University
Ā 
simulation of turbo encoding and decoding
Gulafshan Saifi
Ā 
Design and implementation of log domain decoder
IJECEIAES
Ā 
Data detection with a progressive parallel ici canceller in mimo ofdm
eSAT Publishing House
Ā 
Implementation of Area & Power Optimized VLSI Circuits Using Logic Techniques
IOSRJVSP
Ā 
Combinational circuits
Nabarun Chakraborty
Ā 
Noise Immune Convolutional Encoder Design and Its Implementation in Tanner
ijcisjournal
Ā 
NOISE IMMUNE CONVOLUTIONAL ENCODER DESIGN AND ITS IMPLEMENTATIONIN TANNER
IJCI JOURNAL
Ā 
J010224750
IOSR Journals
Ā 
IRJET- Performance Estimation of FIR Filter using Null Convention Logic
IRJET Journal
Ā 
Iisrt jona priyaa(1 5)
IISRT
Ā 
Multiple Valued Logic for Synthesis and Simulation of Digital Circuits
IJERA Editor
Ā 
A Configurable and Low Power Hard-Decision Viterbi Decoder in VLSI Architecture
IRJET Journal
Ā 
Reducing the Number Of Transistors In Carry Select Adder
paperpublications3
Ā 
Ad

Recently uploaded (20)

PPTX
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
Ā 
PDF
My Journey from CAD to BIM: A True Underdog Story
Safe Software
Ā 
PDF
Optimizing the trajectory of a wheel loader working in short loading cycles
Reno Filla
Ā 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
Ā 
PDF
FME as an Orchestration Tool with Principles From Data Gravity
Safe Software
Ā 
PDF
Hyderabad MuleSoft In-Person Meetup (June 21, 2025) Slides
Ravi Tamada
Ā 
PDF
5 Things to Consider When Deploying AI in Your Enterprise
Safe Software
Ā 
PDF
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Priyanka Aash
Ā 
PDF
Python Conference Singapore - 19 Jun 2025
ninefyi
Ā 
PDF
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Saikat Basu
Ā 
PDF
ā€œScaling i.MX Applications Processors’ Native Edge AI with Discrete AI Accele...
Edge AI and Vision Alliance
Ā 
PDF
LLM Search Readiness Audit - Dentsu x SEO Square - June 2025.pdf
Nick Samuel
Ā 
PDF
The Future of Product Management in AI ERA.pdf
Alyona Owens
Ā 
PDF
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
Ā 
PDF
Database Benchmarking for Performance Masterclass: Session 1 - Benchmarking F...
ScyllaDB
Ā 
PDF
Plugging AI into everything: Model Context Protocol Simplified.pdf
Abati Adewale
Ā 
PPTX
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
Ā 
PDF
From Chatbot to Destroyer of Endpoints - Can ChatGPT Automate EDR Bypasses (1...
Priyanka Aash
Ā 
PDF
Kubernetes - Architecture & Components.pdf
geethak285
Ā 
PPTX
Simplifica la seguridad en la nube y la detección de amenazas con FortiCNAPP
Cristian Garcia G.
Ā 
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
Ā 
My Journey from CAD to BIM: A True Underdog Story
Safe Software
Ā 
Optimizing the trajectory of a wheel loader working in short loading cycles
Reno Filla
Ā 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
Ā 
FME as an Orchestration Tool with Principles From Data Gravity
Safe Software
Ā 
Hyderabad MuleSoft In-Person Meetup (June 21, 2025) Slides
Ravi Tamada
Ā 
5 Things to Consider When Deploying AI in Your Enterprise
Safe Software
Ā 
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Priyanka Aash
Ā 
Python Conference Singapore - 19 Jun 2025
ninefyi
Ā 
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Saikat Basu
Ā 
ā€œScaling i.MX Applications Processors’ Native Edge AI with Discrete AI Accele...
Edge AI and Vision Alliance
Ā 
LLM Search Readiness Audit - Dentsu x SEO Square - June 2025.pdf
Nick Samuel
Ā 
The Future of Product Management in AI ERA.pdf
Alyona Owens
Ā 
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
Ā 
Database Benchmarking for Performance Masterclass: Session 1 - Benchmarking F...
ScyllaDB
Ā 
Plugging AI into everything: Model Context Protocol Simplified.pdf
Abati Adewale
Ā 
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Pitch ...
Michele Kryston
Ā 
From Chatbot to Destroyer of Endpoints - Can ChatGPT Automate EDR Bypasses (1...
Priyanka Aash
Ā 
Kubernetes - Architecture & Components.pdf
geethak285
Ā 
Simplifica la seguridad en la nube y la detección de amenazas con FortiCNAPP
Cristian Garcia G.
Ā 
Ad

Design of low power cmos logic circuits using gate diffusion input (gdi) technique

  • 1. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013 DESIGN OF LOW POWER CMOS LOGIC CIRCUITS USING GATE DIFFUSION INPUT (GDI) TECHNIQUE Y. Syamala, K. Srilakshmi and N. Somasekhar Varma Department of Electronics and Communication Engineering, Gudlavalleru Engineering College, Gudlavalleru, A.P. India ABSTRACT The Gate diffusion input (GDI) is a novel technique for low power digital circuit design. This technique reduces the power dissipation, propagation delay, area of digital circuits and it maintains low complexity of logic design. In this paper, the 4Ɨ1 Multiplexer, 8Ɨ3 Encoder, BCD Counter and Mealy State Machine were implemented by using Pass Transistors (PT), Transmission Gate (TG) and Gate Diffusion Input (GDI) technique and then they were compared with each other for power dissipation. The Multiplexers and Encoders are combinational circuits and Counters and mealy machines are sequential circuits both of them are very important digital systems so power optimization should be done to those digital circuits. The whole processes for development of digital circuits and simulation was done by using the mentor graphics backend tool. This method can also be extended to the processors and other high level designs for optimization of power dissipation, area and delay in order to increase the circuit efficiency. KEYWORDS Pass Transistors, Transmission Gate, Gate Diffusion Input, Digital Circuits, Power Dissipation. 1. INTRODUCTION Power management has became a major issue in the development of a digital system especially, in the portable devices in which enhancement of the battery life time and reducing the charging time are becoming a challenging issues day by day. The major problem in the power management is power dissipation. Technology scaling leads to increase leakage current, which leads to increase in sub threshold leakage power. Therefore, reduction of the leakage power nothing but minimizing power dissipation. There are different techniques existed in literature [1] [2] among them, Gate Diffusion Input (GDI) technique is one to minimize the power dissipation. In this paper, some of the digital circuits such as 4Ɨ1 Multiplexer, 8Ɨ3 Encoder, BCD Counter and Mealy Machine were designed by using Pass Transistors (PT), Transmission Gate (TG) and Gate Diffusion Input (GDI) techniques. The designed circuits are functionally verified, and the analysis of power dissipation is performed. The remaining sections of the paper as follows: section 2 is about implementation styles, the implementation of digital circuits using Gate Diffusion Input is given in section 3, results and conclusion are given in section 4 and 5 respectively. DOI : 10.5121/vlsic.2013.4507 89
  • 2. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013 2. DIFFERENT IMPLEMENTATION TECHNIQUES Pass Transistors, Transmission Gates and Gate Diffusion Input are different techniques in design of low power digital circuits. Pass transistor design have small nodal capacitance which results in high speed. The amount of transistors used here were very low so that there is low power dissipation. Reduced number of transistors occupies small area which leads to minimize the interconnection of the wires [1]. There are two main disadvantages with pass transistor design; one is the threshold voltage across the single channel Pass Transistor, which results in reduced drive and slow operation. Other one was, full swing voltage at output is not possible. Another technique was, Transmission gate used to realize complex logic functions. The degradation voltage level at output problem can be overcome by using this technique. Where as, this technique requires more area than pass circuitry and requires complemented control signals. To realize any logic function, the basic AND and OR are used in any design of digital circuits. So, first these logic gates were developed by using Pass Transistor, Transmission Gate and Gate Diffusion Input techniques. The AND logic using Pass Transistors is shown in Figure 1. Figure 1. AND Logic using Pass Transistors To realize the functionality of AND logic using Pass Transistors which requires two transistors such as P-type and N-type. When the logic ā€˜1’ is applied to the gate inputs of the transistors, then PMOS will turn off and NMOS will turn on. At the same time, if logic ā€˜1’ is given to the input ā€˜b’ then the output will be ā€˜1’. If logic ā€˜0’ is given to the input ā€˜b’ then the output will be zero through on transistor. If logic ā€˜0’ is given to the input a then PMOS turns on by applying gate input as logic 0 then that zero goes to the gate of NMOS and drain of PMOS then whatever logic comes from b multiplies with logic ā€˜0’ and finally the result will be zero. So, here the two inputs ā€˜a’ and ā€˜b’ are logic ā€˜1’ then the output will be ā€˜1’. If any of inputs are ā€˜0’ output will be zero which is nothing but AND logic. The OR logic using Pass Transistors is shown in Figure 2. Figure 2. OR Logic using Pass Transistors When the logic ā€˜0’ is applied to the gate inputs then NMOS will turn off and PMOS will turn on. At this instant, what ever the inputs are applied at terminals ā€˜a’ and ā€˜b’, then the output will be produced at ā€˜c’ through on transistor. If logic ā€˜0’ is given to the input ā€˜a’ then NMOS turns on by controlling gate input as logic 1, then that zero goes to the gate of PMOS and drain of NMOS then what ever logic comes from ā€˜b’ multiplies with logic ā€˜1’ and finally the result will be ā€˜1’. So, here the two inputs are logic ā€˜0’ then output as ā€˜0’. If any of inputs are ā€˜1’ then output as ā€˜1’ which is nothing but OR Logic. The AND logic can also be implemented by using Transmission Gate and it was shown in Figure 3. 90
  • 3. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013 Figure 3. AND Logic using Transmission Gate AND logic using transmission gate uses two NMOS and one PMOS transistors. In addition to that of inverter, the control signals are also used. The control signals avoid signal degradation. when logic ā€˜0’ is applied to the input ā€˜a’ then through NMOS device turns off and PMOS device turns on and the logic ā€˜0’ is passed as logic ā€˜1’ to another NMOS. The gate of the second NMOS device will take the another input through ā€˜b’ if that is one then the output will be ā€˜1’ or logic is zero then the output will be zero irrespective of the input from ā€˜a’, which is AND operation. The implementation of OR logic using the Transmission Gate was shown in Figure 4. Figure 4. OR Logic using Transmission Gate The next technique is Gate Diffusion Input Technique here one of the inputs are directly diffused into the gates of the transistors of N-type and P-type devices so it is called as gate diffused input technique. Gate Diffusion Input technique reduces power dissipation, propagation delay, and area of digital circuits [3-7]. This method is based on the simple cell. A basic GDI cell contains four terminals they are G (common gate input of NMOS and PMOS transistors), P (the outer diffusion node of PMOS transistor), N (the outer diffusion node of NMOS transistor), and D (common diffusion node of both transistors). The basic GDI cell, and implementation of AND, OR logics are given in Figures 5, 6 and 7 respectively. Figure 5. Basic GDI cell Table 1. Logic function implemented with GDI cell N 0 B 1 B C 0 P B 1 B 0 B 1 G A A A A A A D A*B A+B A+B AB AB+AC A Function F1 F2 OR AND MUX NOT 91
  • 4. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013 Any logic functions can be implemented using GDI Technique. The Table 1 gives us the information about the logic functions which are implemented by using Gate Diffusion Input. The operation of GDI based AND gate can be explained with respect to basic GDI cell 'P' of the transistor is given '0' it will cut-off from its operation, hence the logic either ā€˜1’ or ā€˜0’ at the input ā€˜a’ will be reflected at the output ā€˜z’. Thus the output will be z =a*b. Figure 6. AND Logic using GDI Figure 7. OR Logic using GDI By using this technique the various digital circuits can be designed with low transistor count as compared with other CMOS designs which results in low power dissipation. 3. IMPLEMENTATION OF GDI DIGITAL CIRCUITS In this paper, the main aim of this work was to minimize the power dissipation using GDI technique. Therefore, the 4Ɨ1 Multiplexer, 8Ɨ3 Encoder, BCD Counter and Mealy Machine were implemented with the Pass Transistor, Transmission Gate and Gate Diffusion Input. Among those, circuits which are implemented using GDI technique are discussed in this section. These circuits are simulated and the power dissipation values are tabulated for supply voltage of 1volt. The design of 4Ɨ1 Multiplexer using GDI Technique was given in Figure 8. Figure 8. 4Ɨ1 Multiplexer using Gate Diffusion Input 92
  • 5. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013 Multiplexers are used as a data selector. A Multiplexer is a device that selects one of several input signals and forwards the selected input into a single output line. A multiplexer has n select lines of 2n inputs. They are used to select the input line to send the output with the help of selection lines. Encoder is another digital combinational circuit whose function is quite opposite to that of decoder. It is having 2n inputs and n number of outputs here 8Ɨ3 encoder is developed by using PT, TG and GDI Logic . This encoder is used to convert data from octal to binary data. The developed circuit is checked for their power dissipation and their values are tabulated. The development of 8x3 Encoder using GDI was shown in Figure 9. Figure 9. 8Ɨ3 Encoder using Gate Diffusion Input A counter is a device which stores (and sometimes displays) the number of times a particular event or process has occurred, often in relationship to a clock signal the counter is sequential circuit to which optimisation of power dissipation is very essential. The power reduction is done by developing this circuit with Pass Transistors, Transmission Gate and Gate Diffusion Input Techniques. The BCD counter using GDI was given in Figure 10. Figure 10. BCD Counter using Gate Diffusion Input Mealy machine is one of the finite state machine which is used to depend upon the states and inputs. The main advantage with this state machine is used to reduce the number of states. The mealy machines are developed by using Pass Transistors, Transmission Gates and Gate Diffusion Input. The power dissipation of the Mealy Machine are compared and tabulated. The Mealy machine was shown in Figure 11. Figure 11. Mealy Machine using Gate Diffusion Input 93
  • 6. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013 4. RESULTS The power dissipation values are analysed for different supply voltages of the designed circuits and they were compared with each other. Finally, it was observed that, the designed digital circuits dissipate less amount of power using GDI technique. Table 2. Power dissipation of 4x1 Multiplexer S.No Techniques used Power Dissipation (µW) 1 2 3 Pass Transistors Transmission Gate Gate Diffusion Input 5.6909 18.8684 2.77400 Table 3. Power dissipation of 8x3 Encoder S.No Techniques used Power Dissipation (pW) 1 2 3 Pass Transistors Transmission Gate Gate Diffusion Input 4.5084 22.4860 1.2569 Table 4. Power dissipation of BCD Counter S.No Techniques used PowerDissipation (µW) 1 2 3 Pass Transistors Transmission Gate Gate Diffusion Input 15.1506 36.221 11.8373 Table 5. Power dissipation of Mealy Machineā€˜s S.No 1 2 3 Techniques used Pass Transistors Transmission Gate Gate Diffusion Input Power Dissipation 10.1605 µW 15.0023 µW 185.7001 PW The whole process was carried out by using mentor graphics back end tools. Out of the three techniques which were mentioned in the above tables GDI Technique dissipated less amount of power. So, the GDI is an efficient technique when compared with other techniques. 5. CONCLUSION The digital circuits 4Ɨ1 Multiplexer, 8Ɨ3 Encoder, BCD Counters and Mealy Machine were developed by using Pass Transistors, Transmission Gates and Gate Diffusion Input techniques and then their power dissipations are compared and they are simulated by using the Mentor 94
  • 7. International Journal of VLSI design & Communication Systems (VLSICS) Vol.4, No.5, October 2013 graphics backend tools. The power dissipation values of designed digital circuits with different techniques are observed. It was found that, the circuits using GDI has less amount of power dissipation as compared to pass transistor and transmission gate. Similarly, this technique can also be extended to complex circuits for their minimum power dissipation. REFERENCES [1] [2] [3] [4] [5] [6] [7] Kaushik Roy and Sharat C Prasad, ā€œLow power CMOS VLSI circuit designā€, Wiley India Publication, 2011. Janaki Rani, S.Malarkkan ā€œLeakage power optimized sequential circuits for use in nanoscale VLSI systems ā€ Indian Journal of Computer Science and Engineering (IJCSE) Vol. 3 No. 1 Feb -Mar 2012. Arkadiy Morgenshtein, Alexander Fish, and Israel A. Wagner, ā€œGate Diffusion Input (GDI): A power efficient method for combinational circuitsā€ , IEEE Transactions on Very Large Scale Integration (VLSI) Systems, Vol. 10, NO. 5, October 2002. Adarsh Kumar Agrawal, S. Wairya, R.K. Nagaria and S. Tiwari, ā€œA new mixed gate diffusion input full adder topology for high speed low power digital circuitsā€, World Applied Science Journal 7, pp.138-144, 2009, ISSN1818.4952. A. Morgenshtein, A. Fish, and I. A. Wagner, "Gate-Diffusion Input (GDI) - A technique for low power design of digital circuits: analysis and characterization,ā€ in Proc. Int. Symp. Circuits and Systems, ISCAS, pp. 477-480, Oct. 2002. T. Kalavathidevi and C. Venkatesh, ā€œGate Diffusion Input (GDI) circuits Based low power VLSI architecture for a viterbi decoderā€, Iranian Journal of Electrical And Computer Engineering, pp- 7784, Vol. 10, No. 2, Summer-Fall 2011. Arkadiy Morgenshtein, Idan Shwartz and Alexander Fish, ā€œGate Diffusion Input (GDI) logic in standard CMOS nanoscale processā€, 2010 IEEE 26th Convention of Electrical and Electronics Engineers in Israel. Authors Syamala born on Sept 14th 1980 in kavali, India. Obtained B.E degree from Bharatiyar University, India in 2001. M.E degree in Applied Electronics from Anna University in 2005. In 2005 she joined as an Assistant Professor in Gudlavelleru Engineering College. In 2011, she promoted as an Associate Professor in department of ECE, GEC, India. She has been a member of IEEE, FIETE, and MISTE. She has published several papers in the area of VLSI. Her research interest includes Low power VLSI design, Digital design and Testing. Srilakshmi born at Karnataka. She completed her B.Tech degree from JNTUK, Kakinada, India in 2009, and M.Tech in 2011 from the JNTUK University in VLSI System Design as specialization. She is currently working as a Assistant Professor in Department of ECE in Gudlavalleru Engineering College, India. Her research interest includes Low power design, VLSI design, Embedded design. She has been published several papers in different various conferences. Somasekhar Varma.N born in Bapatla India He has obtained his B Tech degree in Electronics and Communication from Bapatla Engineering College Bapatla in 2010. Presently he is Pursuing his Masters degree in Embedded Systems of Electronics and Communication in Gudlavalleru Engineering College Gudlavalleru from 2011 to 2013. He is interested in Low power VLSI design. He is currently working on a project titled ā€œDesign of Low Power CMOS Logic Circuits using Gate Diffusion Input (GDI) Techniqueā€ as a partial fulfilment of his M.Tech degree. 95