SlideShare a Scribd company logo
IOSR Journal of VLSI and Signal Processing (IOSR-JVSP)
Volume 5, Issue 6, Ver. II (Nov -Dec. 2015), PP 01-05
e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197
www.iosrjournals.org
DOI: 10.9790/4200-05620105 www.iosrjournals.org 1 | Page
Design and Implementation of combinational circuits in different
low power logic styles
G. Sujatha1
and Dr. Narayanam Balaji2
1
Associate professor Department of ECE , Yogananda Institute of Technology& Science , Tirupati A.P, India,
2
Professor, department of ECE, JNTUK University College of Engineering, Vijayanagaram, A.P. India,
Abstract: Low power consuming devices are playing a dominant role in the present day VLSI design
technology. If the power consumption is less, then the amount of power dissipation is also less. The power
dissipation of a device can be reduced by using different low power techniques. In the present paper the
performance of binary to gray code converter in different low power techniques was analyzed and its power
dissipation in those techniques is compared with the conventional CMOS design. Each of these techniques has
different advantages depending on their logical operation.
Keywords- Low power, Power dissipation, Multiplexer, DPTL, Adiabatic, Charge recovery
I. Introduction
The need for low power devices has been increasing rapidly. As many of the present day electronic
devices are portable, they need more battery backup which can be achieved only with the low power
consumption circuits that are internally designed in them. So energy efficiency has become main concern in the
portable equipment’s to get better performance with less power dissipation. As the power dissipation in a device
increases then extra circuitry is necessary to cool the device and to protect the device from thermal breakdown
which also results in increase of total area of the device. In order to overcome these problems the power
dissipation of the circuit is to be reduced by adopting different low power techniques. The less the power
dissipation, the more efficient the circuit will be.From the past few decades CMOS technology plays a dominant
role in the design of low power consuming devices. Compared to different logic families CMOS has less power
dissipation which made it superior over the previous low power techniques. The power consumption in
conventional CMOS circuit is due to switching activity of the devices from one state to another state and due to
the charging and discharging of load capacitor at the output node. The power dissipation in conventional CMOS
design can be minimized by reducing the supply voltage, node capacitance value and switching activity. But
reducing the values of these parameters may degrade the performance of the device. So an efficient low power
technique other than CMOS is needed that has less power dissipation compared to CMOS.In the present paper
different low power techniques Dual Pass Transistor Logic (DPTL), 2x1 multiplexer based design and Adiabatic
logic are discussed and their performance is compared with CMOS design.
II. Binary To Gray Code Converter
The gray code is often used in digital systems because it has the advantage that only one bit in the
numerical representation changes between successive numbers. It is also known as Self Complimenting code.
Decimal
Binary code Gray code
D C B A G3 G2 G1 G0
0 0 0 0 0 0 0 0 0
1 0 0 0 1 0 0 0 1
2 0 0 1 0 0 0 1 1
3 0 0 1 1 0 0 1 0
4 0 1 0 0 0 1 1 0
5 0 1 0 1 0 1 1 1
6 0 1 1 0 0 1 0 1
7 0 1 1 1 0 1 0 0
8 1 0 0 0 1 1 0 0
9 1 0 0 1 1 1 0 1
10 1 0 1 0 1 1 1 1
11 1 0 1 1 1 1 1 0
12 1 1 0 0 1 0 1 0
13 1 1 0 1 1 0 1 1
14 1 1 1 0 1 0 0 1
15 1 1 1 1 1 0 0 0
Table 1: Truth table for binary to gray code converter
Design and Implementation of combinational circuits in different low power logic styles
DOI: 10.9790/4200-05620105 www.iosrjournals.org 2 | Page
Fig 1: CMOS Binary to Gray code converter
III. Low Power Techniques
Power consumption of a circuit can be reduced by using different techniques depending on the area of
application.
3.1.1 Dual Pass Transistor Logic (DPTL)
A logic circuit can be optimized in terms of power and area to a great extent by using DPTL logic. It
reduces the power dissipation and transistor count of a logic circuit compared to CMOS design which makes it
suitable for low power and portable applications. A basic DPTL cell contains pMOS and nMOS transistors
connected in parallel. The binary to gray code converter in DPTL logic can be designed as
Fig 2: Binary to Gray code converter using DPTL technique
3.1.2 2x1 Multiplexer based design
The logic is implemented using 2x1 multiplexers which has two inputs and one output for each
multiplexer with a selecet line in its structure. The output is generated depending on the selection line only.
These multiplexers can be designed with the help of pass transistor logic that uses parallel PMOS and NMOS
transistors.
Design and Implementation of combinational circuits in different low power logic styles
DOI: 10.9790/4200-05620105 www.iosrjournals.org 3 | Page
Fig 3: Binary to Gray code converter using 2x1 mux.
3.1.3 Adiabatic Logic
Adiabatic logic is based on charge recovery principle. It reuses the energy which is dissipated during
the charging and discharging process of circuit operation. As the name itself indicates that instead of dissipating
the stored energy during charging process at the output node towards ground it recycles the energy back to the
power supply thereby reducing the overall power dissipation and hence the power consumption also decreases.
The adiabatic logic uses AC power supply instead of constant DC supply, this is one of the main reasons in the
reduction of power dissipation. The binary to Gray code converter can be constructed using adiabatic logic as
Fig 4: Binary to Gray code converter using Adiabatic Logic.
IV. Simulation Results And Discussion
The simulation results were verified using HSPICE simulation software. The simulation results of
binary to gray code converter in conventional CMOS design and different low power techniques were presented
in this section.
Fig 5: Simulated Waveforms for input binary code
Design and Implementation of combinational circuits in different low power logic styles
DOI: 10.9790/4200-05620105 www.iosrjournals.org 4 | Page
Fig 6: Simulated Waveforms for output gray code in CMOS design
.
Fig 7: Simulated waveforms for output gray code in DPTL logic.
Fig 8: Simulated waveforms for output gray code using 2x1 mux
Design and Implementation of combinational circuits in different low power logic styles
DOI: 10.9790/4200-05620105 www.iosrjournals.org 5 | Page
Fig 9: Simulated waveforms for output gray code using Adiabatic Logic.
Table: 2: Comparison of Power dissipation and size of binary to gray code
converter in different low power techniques
S.No Logic Style
Power
Dissipation
(pWatts)
Transistor
Count
1. CMOS 815.2577 40
2. DPTL 755.0000 24
3. 2X1 MUX 568.7469 12
4. Adiabatic
Logic
53.3354 48
Table 2 shows the power dissipation and transistor count of binary to gray code converter in different
low power techniques. The adiabatic logic has less power dissipation compared to other design styles and 2x1
mux has less transistor count compared to other design styles. Depending upon the area of application and
circuit structure an appropriate design style can be used to reduce the power dissipation and area.
V. Conclusion
This paper proposes different low power techniques that can be used for the digital circuits. The results
were simulated using HSPICE and comparison has been done for different parameters of binary to gray code
converter in different low power techniques and CMOS design. The results show that the proposed techniques
has less power dissipation compared to conventional CMOS design with less transistor count. These advantages
made these logics more convenient for energy efficient digital applications.
References
[1]. B. Dilli Kumar, M. Bharathi, “Design of Energy Efficient Arithmetic Circuits Using Charge Recovery Adiabatic Logic in
International Journal of Engineering Trends and Technology, 2013.
[2]. Gate-diffusion input (GDI) – A technique for low power design of digital circuits: Analysis and characterization, in Proc. Int. Symp.
Circuits and Systems (ISCAS), May 2002.
[3]. A. Morgenshtein, A. Fish, and I. A. Wagner, “Gate-diffusion input(GDI) – A novel power efficient method fordigital circuits: A
detailed methodology,” in Proc. 14th IEEE Int. ASIC/SOC Conf., Sept. 2001,pp. 39– 43.
[4]. R. Zimmermann and W. Fichtner, Low-power logic styles: CMOS versus pass-transistor logic," IEEE J. Solid-State Circuits, vol.
32, no. 7, pp. 1079{1090, Jul. 1997.
[5]. K. Yano, Y. Sasaki, K. Rikino, and K. Seki, “Top-down pass-transistor logic design,” IEEE J. Solid-State Circuits, vol. 31, pp. 792–
803, June1996.
[6]. A. P. Chandrakasan, S. Sheng, and R. W. Brodersen, “Low- power CMOS digital design,” IEEE J. Solid-State Circuits, vol. 27,
pp.473–484, Apr. 1992.

More Related Content

PDF
IRJET- Design and Implementation of Combinational Circuits using Reversible G...
PDF
Reducing the Number Of Transistors In Carry Select Adder
PDF
X34143146
PDF
Approximated computing for low power neural networks
PDF
Ee34791794
PDF
PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
Low Power and Area Efficient Multiplier Layout using Transmission Gate
IRJET- Design and Implementation of Combinational Circuits using Reversible G...
Reducing the Number Of Transistors In Carry Select Adder
X34143146
Approximated computing for low power neural networks
Ee34791794
International Journal of Engineering and Science Invention (IJESI)
Low Power and Area Efficient Multiplier Layout using Transmission Gate

What's hot (18)

PDF
IRJET- A Novel Design of Hybrid 2 Bit Magnitude Comparator
PDF
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdm
PDF
Implementation of BDDs by Various Techniques in Low Power VLSI Design
PDF
Arithmetic Operations in Multi-Valued Logic
PDF
Ijciet 10 02_067
PDF
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
SC-FDM-IDMA Scheme Employing BCH Coding
PDF
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
PDF
Performance analysis of transmission of 5 users based on model b using gf (5)...
PDF
Performance evaluation of full adder
PDF
Three dimensional analytical subthreshold current model of fully
PDF
Designing Conservative Reversible N-Bit Binary Comparator for Emerging Quantu...
PDF
06 ijece anil kumar_sahu edit sat
PDF
Paper id 27201430
PDF
Application of diversity techniques for multi user idma communication system
PDF
Mukherjee2015
PDF
Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...
IRJET- A Novel Design of Hybrid 2 Bit Magnitude Comparator
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Implementation of BDDs by Various Techniques in Low Power VLSI Design
Arithmetic Operations in Multi-Valued Logic
Ijciet 10 02_067
IRJET- Energy Efficient One Bit Subtractor Circuits for Computing Application...
International Journal of Engineering and Science Invention (IJESI)
SC-FDM-IDMA Scheme Employing BCH Coding
BER Performance for Convalutional Code with Soft & Hard Viterbi Decoding
Performance analysis of transmission of 5 users based on model b using gf (5)...
Performance evaluation of full adder
Three dimensional analytical subthreshold current model of fully
Designing Conservative Reversible N-Bit Binary Comparator for Emerging Quantu...
06 ijece anil kumar_sahu edit sat
Paper id 27201430
Application of diversity techniques for multi user idma communication system
Mukherjee2015
Optimization for Minimum Noise Figure of RF Low Noise Amplifier in 0.18µm Tec...
Ad

Viewers also liked (10)

PPTX
Interact 2 trail
PDF
Design and Analysis of Low Power Implicit Pulse Triggered Flip-Flops
PDF
Low power design-ver_26_mar08
ODP
Power Analysis for Beginners
DOCX
Gate Diffusion Input Technology (Very Large Scale Integration)
PPTX
Low Power VLSI Design Presentation_final
PPT
Low power vlsi design
PDF
Adiabatic Logic Based Low Power Carry Select Adder for future Technologies
PDF
Low power vlsi design ppt
PPT
Low Power Techniques
Interact 2 trail
Design and Analysis of Low Power Implicit Pulse Triggered Flip-Flops
Low power design-ver_26_mar08
Power Analysis for Beginners
Gate Diffusion Input Technology (Very Large Scale Integration)
Low Power VLSI Design Presentation_final
Low power vlsi design
Adiabatic Logic Based Low Power Carry Select Adder for future Technologies
Low power vlsi design ppt
Low Power Techniques
Ad

Similar to Design and Implementation of combinational circuits in different low power logic styles (20)

PDF
High Performance Binary to Gray Code Converter using Transmission GATE
PDF
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
PDF
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
PDF
Ce4301462465
PDF
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
PDF
Ix3416271631
PDF
Extremely Low Power FIR Filter for a Smart Dust Sensor Module
PDF
CMOS LOW POWER CELL LIBRARY FOR DIGITAL DESIGN
PDF
Implementation and analysis of power reduction in 2 to 4 decoder design using...
PDF
A Low power and area efficient CLA adder design using Full swing GDI technique
PDF
PDF
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
PDF
A Survey Paper on Leakage Power and Delay in CMOS Circuits
PDF
Analysis of Power Dissipation & Low Power VLSI Chip Design
PDF
Analysis Of Power Dissipation Amp Low Power VLSI Chip Design
PDF
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
PDF
Vlsics08
PDF
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
PDF
Layout Design Comparison of CMOS and Gate
PDF
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
High Performance Binary to Gray Code Converter using Transmission GATE
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
Ce4301462465
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Ix3416271631
Extremely Low Power FIR Filter for a Smart Dust Sensor Module
CMOS LOW POWER CELL LIBRARY FOR DIGITAL DESIGN
Implementation and analysis of power reduction in 2 to 4 decoder design using...
A Low power and area efficient CLA adder design using Full swing GDI technique
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
A Survey Paper on Leakage Power and Delay in CMOS Circuits
Analysis of Power Dissipation & Low Power VLSI Chip Design
Analysis Of Power Dissipation Amp Low Power VLSI Chip Design
Low Power-Area Design of Full Adder Using Self Resetting Logic with GDI Techn...
Vlsics08
IC Layout Design of 4-bit Magnitude Comparator using Electric VLSI Design System
Layout Design Comparison of CMOS and Gate
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit

More from iosrjce (20)

PDF
An Examination of Effectuation Dimension as Financing Practice of Small and M...
PDF
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
PDF
Childhood Factors that influence success in later life
PDF
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
PDF
Customer’s Acceptance of Internet Banking in Dubai
PDF
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
PDF
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
PDF
Student`S Approach towards Social Network Sites
PDF
Broadcast Management in Nigeria: The systems approach as an imperative
PDF
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
PDF
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
PDF
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
PDF
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
PDF
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
PDF
Media Innovations and its Impact on Brand awareness & Consideration
PDF
Customer experience in supermarkets and hypermarkets – A comparative study
PDF
Social Media and Small Businesses: A Combinational Strategic Approach under t...
PDF
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
PDF
Implementation of Quality Management principles at Zimbabwe Open University (...
PDF
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Childhood Factors that influence success in later life
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Customer’s Acceptance of Internet Banking in Dubai
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Student`S Approach towards Social Network Sites
Broadcast Management in Nigeria: The systems approach as an imperative
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Media Innovations and its Impact on Brand awareness & Consideration
Customer experience in supermarkets and hypermarkets – A comparative study
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Implementation of Quality Management principles at Zimbabwe Open University (...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...

Recently uploaded (20)

PDF
SEVA- Fashion designing-Presentation.pdf
PPTX
LITERATURE CASE STUDY DESIGN SEMESTER 5.pptx
PDF
Urban Design Final Project-Context
PPTX
An introduction to AI in research and reference management
PDF
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf
PPTX
CLASS_11_BUSINESS_STUDIES_PPT_CHAPTER_1_Business_Trade_Commerce.pptx
PPTX
Implications Existing phase plan and its feasibility.pptx
PPTX
ANATOMY OF ANTERIOR CHAMBER ANGLE AND GONIOSCOPY.pptx
PDF
BRANDBOOK-Presidential Award Scheme-Kenya-2023
PDF
Phone away, tabs closed: No multitasking
PDF
Urban Design Final Project-Site Analysis
PPTX
AD Bungalow Case studies Sem 2.pptxvwewev
PPTX
Causes of Flooding by Slidesgo sdnl;asnjdl;asj.pptx
PPTX
Special finishes, classification and types, explanation
PPT
EGWHermeneuticsffgggggggggggggggggggggggggggggggg.ppt
PDF
Facade & Landscape Lighting Techniques and Trends.pptx.pdf
PPTX
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
PPTX
AC-Unit1.pptx CRYPTOGRAPHIC NNNNFOR ALL
PPTX
Tenders & Contracts Works _ Services Afzal.pptx
PPTX
rapid fire quiz in your house is your india.pptx
SEVA- Fashion designing-Presentation.pdf
LITERATURE CASE STUDY DESIGN SEMESTER 5.pptx
Urban Design Final Project-Context
An introduction to AI in research and reference management
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf
CLASS_11_BUSINESS_STUDIES_PPT_CHAPTER_1_Business_Trade_Commerce.pptx
Implications Existing phase plan and its feasibility.pptx
ANATOMY OF ANTERIOR CHAMBER ANGLE AND GONIOSCOPY.pptx
BRANDBOOK-Presidential Award Scheme-Kenya-2023
Phone away, tabs closed: No multitasking
Urban Design Final Project-Site Analysis
AD Bungalow Case studies Sem 2.pptxvwewev
Causes of Flooding by Slidesgo sdnl;asnjdl;asj.pptx
Special finishes, classification and types, explanation
EGWHermeneuticsffgggggggggggggggggggggggggggggggg.ppt
Facade & Landscape Lighting Techniques and Trends.pptx.pdf
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
AC-Unit1.pptx CRYPTOGRAPHIC NNNNFOR ALL
Tenders & Contracts Works _ Services Afzal.pptx
rapid fire quiz in your house is your india.pptx

Design and Implementation of combinational circuits in different low power logic styles

  • 1. IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. II (Nov -Dec. 2015), PP 01-05 e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197 www.iosrjournals.org DOI: 10.9790/4200-05620105 www.iosrjournals.org 1 | Page Design and Implementation of combinational circuits in different low power logic styles G. Sujatha1 and Dr. Narayanam Balaji2 1 Associate professor Department of ECE , Yogananda Institute of Technology& Science , Tirupati A.P, India, 2 Professor, department of ECE, JNTUK University College of Engineering, Vijayanagaram, A.P. India, Abstract: Low power consuming devices are playing a dominant role in the present day VLSI design technology. If the power consumption is less, then the amount of power dissipation is also less. The power dissipation of a device can be reduced by using different low power techniques. In the present paper the performance of binary to gray code converter in different low power techniques was analyzed and its power dissipation in those techniques is compared with the conventional CMOS design. Each of these techniques has different advantages depending on their logical operation. Keywords- Low power, Power dissipation, Multiplexer, DPTL, Adiabatic, Charge recovery I. Introduction The need for low power devices has been increasing rapidly. As many of the present day electronic devices are portable, they need more battery backup which can be achieved only with the low power consumption circuits that are internally designed in them. So energy efficiency has become main concern in the portable equipment’s to get better performance with less power dissipation. As the power dissipation in a device increases then extra circuitry is necessary to cool the device and to protect the device from thermal breakdown which also results in increase of total area of the device. In order to overcome these problems the power dissipation of the circuit is to be reduced by adopting different low power techniques. The less the power dissipation, the more efficient the circuit will be.From the past few decades CMOS technology plays a dominant role in the design of low power consuming devices. Compared to different logic families CMOS has less power dissipation which made it superior over the previous low power techniques. The power consumption in conventional CMOS circuit is due to switching activity of the devices from one state to another state and due to the charging and discharging of load capacitor at the output node. The power dissipation in conventional CMOS design can be minimized by reducing the supply voltage, node capacitance value and switching activity. But reducing the values of these parameters may degrade the performance of the device. So an efficient low power technique other than CMOS is needed that has less power dissipation compared to CMOS.In the present paper different low power techniques Dual Pass Transistor Logic (DPTL), 2x1 multiplexer based design and Adiabatic logic are discussed and their performance is compared with CMOS design. II. Binary To Gray Code Converter The gray code is often used in digital systems because it has the advantage that only one bit in the numerical representation changes between successive numbers. It is also known as Self Complimenting code. Decimal Binary code Gray code D C B A G3 G2 G1 G0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 2 0 0 1 0 0 0 1 1 3 0 0 1 1 0 0 1 0 4 0 1 0 0 0 1 1 0 5 0 1 0 1 0 1 1 1 6 0 1 1 0 0 1 0 1 7 0 1 1 1 0 1 0 0 8 1 0 0 0 1 1 0 0 9 1 0 0 1 1 1 0 1 10 1 0 1 0 1 1 1 1 11 1 0 1 1 1 1 1 0 12 1 1 0 0 1 0 1 0 13 1 1 0 1 1 0 1 1 14 1 1 1 0 1 0 0 1 15 1 1 1 1 1 0 0 0 Table 1: Truth table for binary to gray code converter
  • 2. Design and Implementation of combinational circuits in different low power logic styles DOI: 10.9790/4200-05620105 www.iosrjournals.org 2 | Page Fig 1: CMOS Binary to Gray code converter III. Low Power Techniques Power consumption of a circuit can be reduced by using different techniques depending on the area of application. 3.1.1 Dual Pass Transistor Logic (DPTL) A logic circuit can be optimized in terms of power and area to a great extent by using DPTL logic. It reduces the power dissipation and transistor count of a logic circuit compared to CMOS design which makes it suitable for low power and portable applications. A basic DPTL cell contains pMOS and nMOS transistors connected in parallel. The binary to gray code converter in DPTL logic can be designed as Fig 2: Binary to Gray code converter using DPTL technique 3.1.2 2x1 Multiplexer based design The logic is implemented using 2x1 multiplexers which has two inputs and one output for each multiplexer with a selecet line in its structure. The output is generated depending on the selection line only. These multiplexers can be designed with the help of pass transistor logic that uses parallel PMOS and NMOS transistors.
  • 3. Design and Implementation of combinational circuits in different low power logic styles DOI: 10.9790/4200-05620105 www.iosrjournals.org 3 | Page Fig 3: Binary to Gray code converter using 2x1 mux. 3.1.3 Adiabatic Logic Adiabatic logic is based on charge recovery principle. It reuses the energy which is dissipated during the charging and discharging process of circuit operation. As the name itself indicates that instead of dissipating the stored energy during charging process at the output node towards ground it recycles the energy back to the power supply thereby reducing the overall power dissipation and hence the power consumption also decreases. The adiabatic logic uses AC power supply instead of constant DC supply, this is one of the main reasons in the reduction of power dissipation. The binary to Gray code converter can be constructed using adiabatic logic as Fig 4: Binary to Gray code converter using Adiabatic Logic. IV. Simulation Results And Discussion The simulation results were verified using HSPICE simulation software. The simulation results of binary to gray code converter in conventional CMOS design and different low power techniques were presented in this section. Fig 5: Simulated Waveforms for input binary code
  • 4. Design and Implementation of combinational circuits in different low power logic styles DOI: 10.9790/4200-05620105 www.iosrjournals.org 4 | Page Fig 6: Simulated Waveforms for output gray code in CMOS design . Fig 7: Simulated waveforms for output gray code in DPTL logic. Fig 8: Simulated waveforms for output gray code using 2x1 mux
  • 5. Design and Implementation of combinational circuits in different low power logic styles DOI: 10.9790/4200-05620105 www.iosrjournals.org 5 | Page Fig 9: Simulated waveforms for output gray code using Adiabatic Logic. Table: 2: Comparison of Power dissipation and size of binary to gray code converter in different low power techniques S.No Logic Style Power Dissipation (pWatts) Transistor Count 1. CMOS 815.2577 40 2. DPTL 755.0000 24 3. 2X1 MUX 568.7469 12 4. Adiabatic Logic 53.3354 48 Table 2 shows the power dissipation and transistor count of binary to gray code converter in different low power techniques. The adiabatic logic has less power dissipation compared to other design styles and 2x1 mux has less transistor count compared to other design styles. Depending upon the area of application and circuit structure an appropriate design style can be used to reduce the power dissipation and area. V. Conclusion This paper proposes different low power techniques that can be used for the digital circuits. The results were simulated using HSPICE and comparison has been done for different parameters of binary to gray code converter in different low power techniques and CMOS design. The results show that the proposed techniques has less power dissipation compared to conventional CMOS design with less transistor count. These advantages made these logics more convenient for energy efficient digital applications. References [1]. B. Dilli Kumar, M. Bharathi, “Design of Energy Efficient Arithmetic Circuits Using Charge Recovery Adiabatic Logic in International Journal of Engineering Trends and Technology, 2013. [2]. Gate-diffusion input (GDI) – A technique for low power design of digital circuits: Analysis and characterization, in Proc. Int. Symp. Circuits and Systems (ISCAS), May 2002. [3]. A. Morgenshtein, A. Fish, and I. A. Wagner, “Gate-diffusion input(GDI) – A novel power efficient method fordigital circuits: A detailed methodology,” in Proc. 14th IEEE Int. ASIC/SOC Conf., Sept. 2001,pp. 39– 43. [4]. R. Zimmermann and W. Fichtner, Low-power logic styles: CMOS versus pass-transistor logic," IEEE J. Solid-State Circuits, vol. 32, no. 7, pp. 1079{1090, Jul. 1997. [5]. K. Yano, Y. Sasaki, K. Rikino, and K. Seki, “Top-down pass-transistor logic design,” IEEE J. Solid-State Circuits, vol. 31, pp. 792– 803, June1996. [6]. A. P. Chandrakasan, S. Sheng, and R. W. Brodersen, “Low- power CMOS digital design,” IEEE J. Solid-State Circuits, vol. 27, pp.473–484, Apr. 1992.