SlideShare a Scribd company logo
International
OPEN ACCESS Journal
Of Modern Engineering Research (IJMER)
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 1|
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay
and Area in VLSI Design
G. Sivaiah1
, T. Kishore2
, K. Vijay Kumar3
1, 2, 3
(Assistant Professor, M.Tech, Dept. of ECE, Ravindra College Of Engineering For Women, Kurnool)
I. Introduction
The power consumption in a circuit can be decreased by reducing:
• Switching activity in the circuit
• Switching capacitance of each node
• Supply voltage
• Short-Circuit Current
Let’s look at a PTL design:
Fig 1 shows the PTL design
This kind of PTL design is called the Single-Rail Pass-Transistor Logic (also called LEAP). Here, a
basic AND/NAND function is implemented. The PMOS transistor which is connected opposite to the output
inverter is called a bleeder transistor, which is used to pull the weak „1‟ arriving at the input of the inverter.
Now, the advantage of PTL comes from the fact that it is best suitable to implement all the above
power reduction techniques:
1. Switching activity in the circuit can be reduced by eliminating the glitches. This can be done by controlling
the delays of each pass transistor (controlling the widths and lengths).
2. Switching capacitance of a node in the PTL will be less when compared to a node in the CMOS design.
Due to the smaller size of the transistors in PTL implementation.
• The lengths of the transistors should be as small as possible, because increased lengths result in more
IRdrop across the transistor.
• The widths of transistors also should be small. It‟s because the improvement seen in the switching of that
transistor will be subdued by the delay caused in the input, which is driving that wider gate.
3. Like the CMOS technologies, the supply voltage can be reduced at the cost of some increase in delay of the
circuit.
4. There are fewer ground connections (only at the inverters) means fewer V
DD
to GND connections during
switching. So theoretically PTL implementation should draw least amount of short circuit power.
Abstract: Power reduction is a serious concern now days. As the MOS devices are wide spread, there is
high need for circuits which consume less power, mainly for portable devices which run on batteries, like
Laptops and hand-held computers. The Pass-Transistor Logic (PTL) is a better way to implement circuits
designed for low power applications.
Keywords: Pass-Transistor Logic (PTL), MOS devices, low power applications.
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 2|
II. The Present Project
Fig 2 shows the Present Project Array & Cells structure
Steps followed to create the final 32x32 bit CMOS design:
1. A full adder is designed at the behavioral level in VHDL.
2. A multi_cell is implemented using the full adder and “and” gate.
3. The 32x32 bit multiplier is designed at the structural level using the „multi_cell‟ in VHDL.
4. The generated 32x32 bit multiplier code is simulated in ModelSim to verify its functionality.
5. Then the 32x32 bit multiplier is synthesized using Leonardo for TSMC025 technology.
6. The synthesized model is imported into Design Architect.
The critical path given by Leonardo for my design is:
“Eldo” simulator which is a part of the Anacad&Mentor package is used for simulations at the transistor level.
III. Implementations
There are basically 3 implementations I have manually designed transistor by transistor:
1. Normal PTL single rail design.
2. Transmission gate based design show in fig 3
3. A new PTL design based on special XOR/XNOR gates )
Fig 3 shows the implementation design pattern
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 3|
All the implementations are working properly. Actually, I have implemented and simulated a full 4x4
multiplier using the above transmission gate based design. The above design is robust w.r.t loads (has good
Delay Vs Load characteristics). The waveforms are looking robust like the CMOS based design with reasonable
delays. But, the Eldo is having problems with this implementation (not reporting the static power correctly).
IV. Power Consumption And Delay
Fig 4 shows the Power Consumption and Delay table
Only 15 transistors are needed. The XOR design implemented in here will not produce a complete
transition for 0, 0 inputs. It is considered that having smaller voltage swing will save dynamic power.
Given below are the previously obtained results for a 0.35μm 4x4 multiplier based on the new PTL cell
operating at 3.3V and 500 MHz.
[2]
(compared with other designs)
V. Area Overhead
Considering for each cell, the area consumed by CMOS is at least 4 times the area consumed by the
PTL design. So if we consider a 32x32 bit multiplier a much higher saving in area can be expected from the
PTL design.
VI. Proposed Model
There are two measures employed to overcome the draw backs in the conventional designs. Due to the
presence of the large number of transistors in the discharge path the delay is high and also large power is
consumed in power-up of the transistors. So, the number of nMOS transistors in the discharging path should be
reduced. Also there is a need to increase the pull down strength when the input data=1. So there is a need to
conditionally enhance the pull down strength when input data is “1.” This design inherits the upper part of the
SCCER design. Transistor stacking design of ip-DCO in Figure 4.4 and SCCER in Figure 4.6, is replaced by
removing the transistor N2 from the discharging path. Transistor N2 and N3 are connected in parallel to form a
two-input pass transistor logic (PTL)-based AND. It controls the discharge of transistor N1.
The input to the AND logic is always complementary to each other. As a result, the output node is kept
at zero most of the time. There is a floating node when both input signals equal to “0”. But it doesn‟t provide
any harm to the circuit performance. The critical circumstance occurs only when there is rising edges at the
clock pulse. Transistors N2 and N3 are turned ON together in this case to pass a weak logic high to node. This
weak pulse strength is enhanced by switching ON the transistor N1 by a time span equal to the delay provided
by inverter I1. The switching power at node can be reduced due to a diminished voltage swing. Unlike the
MHLLF design, where the discharge control signal is driven by a single transistor, parallel conduction of two
nMOS transistors (N2 and N3) speeds up the operations of pulse generation. On designing the flip-flop in this
way, the number of transistors in the discharging path can be reduced. This speeds up the pulse generation and
hence delay is reduced. The area overhead is also reduced.The flip-flop using the conditional enhancement
scheme is given in the Figure 3.
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 4|
Fig 5. Simulation Waveform of HPTL
Fig 6. Simulation Waveform of the Proposed Model
Pulses that trigger discharging are generated only when there is a need, so unwanted circuit activity due
to glitches can be avoided which reduces the overall power consumption. Pulse discharge can be made faster.
The delay inverters which consume more power for stretching the pulse width are replaced by the PMOS
transistors which enhances the pull down strength when there is a longer discharge path. Transistor sizes are
also reduced to provide area and power saving.
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 5|
The Waveforms
VII. Lessons Learnt
As there are no particular cell libraries for PTL designs. I had to manually create my own designs. The
mistake I have done is instead of creating a single logic gate and fully optimizing it; I aggressively designed the
entire multi_cell and tried to optimize the widths and lengths of that complex cell.
So whenever we want to create a complex cell, first we should start with a basic gate, try to get the best
optimized design and then go for the bigger one.
VIII. Conclusion
The area overhead of CMOS is at least 4 times more than the PTL. The power consumption is less in
case of PTL compared to CMOS. A good PTL design needs a lot of astute trade-offs. In clock generation
circuitry an AND function is removed and is replaced with a Pass Transistor logic based AND gate. Since in the
PTL style AND gate the n-mos transistors are in parallel they consume less power and provide a faster discharge
of the pulse. A software package called the TANNER EDA tools utilizing MOSIS 90nm technology is used for
the study. The comparison of the Number of transistors used and the Average power consumed for 100%
activity, 50% activity and 0% activity are done. The power consumed is for five cycles of operation. The power
consumption shows a decreasing trend as the switching activities are reduced. From the above results it is clear
that this type of design approach can be implemented in real space systems to increase the efficiency as well as
to minimize the power consumption
REFERENCE
[1] Dr. V D Agrawal‟s Project assignment.
[2] Fayed, A.A and Bayoumi, M.A., "A Low Power 10 Transistor Full Adder Cell for Embedded Architectures," in
Proc. IEEE Int/. Symp. Circuits and Systems, vol. 4, pp. 226-229, Sydney, Australia, May 2001.
[3] J. M. Rabaey, A. Chandrakasan, B Nikolic, Digital Integrated Circuits-A Design Perspective. Prentice Hall, 2004.
[4] R. Zimmermann and Wolfgang Fichtner, “Low-power Logic Styles: CMOS Versus Pass-Transistor Logic,” IEEE J.
Solid-State Circuits, vol.32, pp. 1079-1090, Jul. 1997.
[5] Geun Rae Cho, Tom Chen. "On The Impact of Technology Scaling On Mixed PTL/Static Circuits," 2002 IEEE
International Conference on Computer Design (ICCD'02),p. 322, 2002.
[6] Jyh-Ming Wang, Sung-Chuan Fang, Wu-Shiung Feng,“New Efficient Designs for XOR and XNOR Functions on the
Transistor Level,” IEEE J. of Solid-state Circuits, Vol. 29, pp. 780-786, July 1994.
[7] H. T. Bui, Y. Wang, and Y. Jiang, "Design and analysis of low-power IO-transistor full adders using novel XOR-
XNOR gates," IEEE Trans. on Circuits and Systems-I/: Analog and digital signal processing, vol. 49, no. 1, pp. 25-
30, Jan 2002.
[8] H. Lee and G.E. Sobelman, “A new low-voltage adder circuit,” in Proc. 7th Great Lakes Symp. VLSI, Urbana, IL,
1997.
[9] A. Shams and M. Bayoumi, “A new full adder cell for low-power applications,” in Proc. of the 1998 Great Lakes
Symposium ,1997.
Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 6|
[10] K. Taki, “A Survey for Pass-Transistor Logic Technologies”, Proc. Asia South-Pacific Design Automation
Conference , pp. 223-226, February 1998.
Author Biographies
Mr. G. SIVAIAH completed his M.tech in VLSI System Design (V.L.S.I) in
Annamacharya Institute of Technology & Science, Rajampet. His area of interest is in the
field of VLSI. Now presently working as Assistant Professor in Ravindra College of
Engineering For Women Kurnool.
Mr. T.Kishore finished his M.tech in VLSI System Design (V.L.S.I) in St.Johns College
Engineering & Technology. His area of interest is in the field of VLSI. Now presently
working as Assistant Professor in Ravindra College of Engineering For Women Kurnool.
Mr. K.Vijay Kumar finished his M.tech in Communication Signal Processing (C.S.P) in
G.Pulla Reddy Engineering College, Kurnool. His area of interest is in the field of Digital
Signal Processing and Communications. Now presently working as Assistant Professor in
Ravindra College of Engineering For Women Kurnool.

More Related Content

PDF
DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...
IJERA Editor
 
PDF
Iaetsd design of a low power multiband clock distribution circuit
Iaetsd Iaetsd
 
PDF
A new area and power efficient single edge triggered flip flop structure for ...
Alexander Decker
 
PDF
Low power 6 transistor latch design for portable devices
Alexander Decker
 
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
PDF
IRJET- Reduction of Power, Leakage and Area of a Standard Cell Asics using Th...
IRJET Journal
 
PDF
Performance Analysis of Interconnect Drivers for Ultralow Power Applications
IDES Editor
 
PDF
M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.
Suchitra goudar
 
DESIGN OF A LOW POWER MULTIBAND CLOCK DISTRIBUTION CIRCUIT USING SINGLE PHASE...
IJERA Editor
 
Iaetsd design of a low power multiband clock distribution circuit
Iaetsd Iaetsd
 
A new area and power efficient single edge triggered flip flop structure for ...
Alexander Decker
 
Low power 6 transistor latch design for portable devices
Alexander Decker
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
IRJET- Reduction of Power, Leakage and Area of a Standard Cell Asics using Th...
IRJET Journal
 
Performance Analysis of Interconnect Drivers for Ultralow Power Applications
IDES Editor
 
M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.
Suchitra goudar
 

What's hot (18)

PDF
Iaetsd low power pulse triggered flipflop with
Iaetsd Iaetsd
 
PDF
Design and Implementation of Submicron Level 10T Full Adder in ALU Using Cell...
IJERA Editor
 
PDF
Design and Analysis of Low Power Implicit Pulse Triggered Flip-Flops
International Journal of Science and Research (IJSR)
 
PDF
Area Efficient Pulsed Clocks & Pulsed Latches on Shift Register Tanner
IJMTST Journal
 
PDF
Ijetcas14 647
Iasir Journals
 
PDF
Ad4103173176
IJERA Editor
 
PDF
Design and Analysis of Sequential Circuit for Leakage Power Reduction using S...
ijsrd.com
 
PDF
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
ijcisjournal
 
PDF
enhancement of low power pulse triggered flip-flop design based on signal fee...
Kumar Goud
 
PDF
H33038041
IJERA Editor
 
PPT
Lecture20 asic back_end_design
Hung Nguyen
 
PDF
Performance analysis of cmos comparator and cntfet comparator design
eSAT Publishing House
 
PDF
Harmonics analysis of four switch three phase inverter
Zac Darcy
 
PDF
Layout Design Implementation of NOR Gate
IJEEE
 
PPTX
(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015
Suchitra goudar
 
PDF
Ch33509513
IJERA Editor
 
PDF
G045053740
IJERA Editor
 
PPT
Asic backend design
kbipeen
 
Iaetsd low power pulse triggered flipflop with
Iaetsd Iaetsd
 
Design and Implementation of Submicron Level 10T Full Adder in ALU Using Cell...
IJERA Editor
 
Design and Analysis of Low Power Implicit Pulse Triggered Flip-Flops
International Journal of Science and Research (IJSR)
 
Area Efficient Pulsed Clocks & Pulsed Latches on Shift Register Tanner
IJMTST Journal
 
Ijetcas14 647
Iasir Journals
 
Ad4103173176
IJERA Editor
 
Design and Analysis of Sequential Circuit for Leakage Power Reduction using S...
ijsrd.com
 
Comparative Performance Analysis of Low Power Full Adder Design in Different ...
ijcisjournal
 
enhancement of low power pulse triggered flip-flop design based on signal fee...
Kumar Goud
 
H33038041
IJERA Editor
 
Lecture20 asic back_end_design
Hung Nguyen
 
Performance analysis of cmos comparator and cntfet comparator design
eSAT Publishing House
 
Harmonics analysis of four switch three phase inverter
Zac Darcy
 
Layout Design Implementation of NOR Gate
IJEEE
 
(VLSI DESIGN AND EMBEDDED SYSTEMS) technical seminar-2015
Suchitra goudar
 
Ch33509513
IJERA Editor
 
G045053740
IJERA Editor
 
Asic backend design
kbipeen
 
Ad

Viewers also liked (20)

PPTX
Internet 2036
samipague
 
PDF
Dt31574579
IJMER
 
PDF
Removal of Artefact from Shoe Print Image
IJMER
 
PPTX
Sience academy
Nini Talabadze
 
PDF
Design and Implmentation of Circular Cross Sectional Pressure Vessel Using Pr...
IJMER
 
PDF
Stakeholders’ Perception of the Causes and Effect of Construction Delays on P...
IJMER
 
PDF
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
IJMER
 
PPT
Andra vk händelseförlopp
JessicaForsberg
 
PPTX
Intranetizen IIC12: tips on intranet search
Intranetizen
 
PDF
International Journal of Modern Engineering Research (IJMER)
IJMER
 
PDF
Lossy Transmission Lines Terminated by Parallel Connected RC-Loads and in Ser...
IJMER
 
PDF
Ijmer 41025357
IJMER
 
PDF
Performance Evaluation of Push-To-Talk Group Communication
IJMER
 
PDF
On Characterizations of NANO RGB-Closed Sets in NANO Topological Spaces
IJMER
 
PDF
Water damage NYC
Rancyna James
 
PPTX
Objectives and assignment
zinger3891
 
PDF
Vibration control of newly designed Tool and Tool-Holder for internal treadi...
IJMER
 
PDF
Design and Development of Gate Signal for 36 Volt 1000Hz Three Phase Inverter
IJMER
 
PDF
E04012533
IJMER
 
Internet 2036
samipague
 
Dt31574579
IJMER
 
Removal of Artefact from Shoe Print Image
IJMER
 
Sience academy
Nini Talabadze
 
Design and Implmentation of Circular Cross Sectional Pressure Vessel Using Pr...
IJMER
 
Stakeholders’ Perception of the Causes and Effect of Construction Delays on P...
IJMER
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
IJMER
 
Andra vk händelseförlopp
JessicaForsberg
 
Intranetizen IIC12: tips on intranet search
Intranetizen
 
International Journal of Modern Engineering Research (IJMER)
IJMER
 
Lossy Transmission Lines Terminated by Parallel Connected RC-Loads and in Ser...
IJMER
 
Ijmer 41025357
IJMER
 
Performance Evaluation of Push-To-Talk Group Communication
IJMER
 
On Characterizations of NANO RGB-Closed Sets in NANO Topological Spaces
IJMER
 
Water damage NYC
Rancyna James
 
Objectives and assignment
zinger3891
 
Vibration control of newly designed Tool and Tool-Holder for internal treadi...
IJMER
 
Design and Development of Gate Signal for 36 Volt 1000Hz Three Phase Inverter
IJMER
 
E04012533
IJMER
 
Ad

Similar to Ijmer 46050106 (20)

PDF
Reducing the Number Of Transistors In Carry Select Adder
paperpublications3
 
PDF
IRJET - Low Power Design for Fast Full Adder
IRJET Journal
 
PDF
A comparative study of full adder using static cmos logic style
eSAT Publishing House
 
PPTX
design and implementation of Area efficient arithmetic circuit
SravanKumar743222
 
PDF
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Associate Professor in VSB Coimbatore
 
PPT
Pass Transistor Logic
Diwaker Pant
 
PDF
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
PDF
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
VLSICS Design
 
PPT
ppt.ppt on didgital logic design by muskan.s
muskans14
 
PDF
ha_report modified
keerthi thallam
 
PDF
Br044426429
IJERA Editor
 
PPTX
Ad vlsi pass-transistor logic_yalagoud_patil
Yalagoud Patil
 
PPTX
UNIT 3_new_2025onwardsvhshdhdhhdhdhdhhdhdhhdhd.pptx
mickname134
 
PDF
Ec6601 vlsi design
Ranjithkumar R
 
PDF
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
VLSICS Design
 
PDF
Delay Optimized Full Adder Design for High Speed VLSI Applications
IRJET Journal
 
PDF
Li3519411946
IJERA Editor
 
PPT
UNIT-4-Logic styles for low power_part_2.ppt
Ravi Selvaraj
 
PDF
IRJET- Comparative Study of Implementation of 8-Bit Carry Select Adder us...
IRJET Journal
 
PDF
Design of area and power efficient half adder using transmission gate
eSAT Journals
 
Reducing the Number Of Transistors In Carry Select Adder
paperpublications3
 
IRJET - Low Power Design for Fast Full Adder
IRJET Journal
 
A comparative study of full adder using static cmos logic style
eSAT Publishing House
 
design and implementation of Area efficient arithmetic circuit
SravanKumar743222
 
Design and Analysis of Low Power High Speed Hybrid logic 8-T Full Adder Circuit
Associate Professor in VSB Coimbatore
 
Pass Transistor Logic
Diwaker Pant
 
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
DESIGN AND PERFORMANCE ANALYSIS OF HYBRID ADDERS FOR HIGH SPEED ARITHMETIC CI...
VLSICS Design
 
ppt.ppt on didgital logic design by muskan.s
muskans14
 
ha_report modified
keerthi thallam
 
Br044426429
IJERA Editor
 
Ad vlsi pass-transistor logic_yalagoud_patil
Yalagoud Patil
 
UNIT 3_new_2025onwardsvhshdhdhhdhdhdhhdhdhhdhd.pptx
mickname134
 
Ec6601 vlsi design
Ranjithkumar R
 
LOW POWER-AREA DESIGNS OF 1BIT FULL ADDER IN CADENCE VIRTUOSO PLATFORM
VLSICS Design
 
Delay Optimized Full Adder Design for High Speed VLSI Applications
IRJET Journal
 
Li3519411946
IJERA Editor
 
UNIT-4-Logic styles for low power_part_2.ppt
Ravi Selvaraj
 
IRJET- Comparative Study of Implementation of 8-Bit Carry Select Adder us...
IRJET Journal
 
Design of area and power efficient half adder using transmission gate
eSAT Journals
 

More from IJMER (20)

PDF
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
IJMER
 
PDF
Developing Cost Effective Automation for Cotton Seed Delinting
IJMER
 
PDF
Study & Testing Of Bio-Composite Material Based On Munja Fibre
IJMER
 
PDF
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
IJMER
 
PDF
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
IJMER
 
PDF
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
IJMER
 
PDF
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
IJMER
 
PDF
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
IJMER
 
PDF
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
IJMER
 
PDF
High Speed Effortless Bicycle
IJMER
 
PDF
Integration of Struts & Spring & Hibernate for Enterprise Applications
IJMER
 
PDF
Microcontroller Based Automatic Sprinkler Irrigation System
IJMER
 
PDF
On some locally closed sets and spaces in Ideal Topological Spaces
IJMER
 
PDF
Intrusion Detection and Forensics based on decision tree and Association rule...
IJMER
 
PDF
Natural Language Ambiguity and its Effect on Machine Learning
IJMER
 
PDF
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
IJMER
 
PDF
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
IJMER
 
PDF
Studies On Energy Conservation And Audit
IJMER
 
PDF
An Implementation of I2C Slave Interface using Verilog HDL
IJMER
 
PDF
Discrete Model of Two Predators competing for One Prey
IJMER
 
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
IJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
IJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
IJMER
 
High Speed Effortless Bicycle
IJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
IJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
IJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
IJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
IJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
IJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
IJMER
 
Studies On Energy Conservation And Audit
IJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
IJMER
 
Discrete Model of Two Predators competing for One Prey
IJMER
 

Ijmer 46050106

  • 1. International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 1| Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design G. Sivaiah1 , T. Kishore2 , K. Vijay Kumar3 1, 2, 3 (Assistant Professor, M.Tech, Dept. of ECE, Ravindra College Of Engineering For Women, Kurnool) I. Introduction The power consumption in a circuit can be decreased by reducing: • Switching activity in the circuit • Switching capacitance of each node • Supply voltage • Short-Circuit Current Let’s look at a PTL design: Fig 1 shows the PTL design This kind of PTL design is called the Single-Rail Pass-Transistor Logic (also called LEAP). Here, a basic AND/NAND function is implemented. The PMOS transistor which is connected opposite to the output inverter is called a bleeder transistor, which is used to pull the weak „1‟ arriving at the input of the inverter. Now, the advantage of PTL comes from the fact that it is best suitable to implement all the above power reduction techniques: 1. Switching activity in the circuit can be reduced by eliminating the glitches. This can be done by controlling the delays of each pass transistor (controlling the widths and lengths). 2. Switching capacitance of a node in the PTL will be less when compared to a node in the CMOS design. Due to the smaller size of the transistors in PTL implementation. • The lengths of the transistors should be as small as possible, because increased lengths result in more IRdrop across the transistor. • The widths of transistors also should be small. It‟s because the improvement seen in the switching of that transistor will be subdued by the delay caused in the input, which is driving that wider gate. 3. Like the CMOS technologies, the supply voltage can be reduced at the cost of some increase in delay of the circuit. 4. There are fewer ground connections (only at the inverters) means fewer V DD to GND connections during switching. So theoretically PTL implementation should draw least amount of short circuit power. Abstract: Power reduction is a serious concern now days. As the MOS devices are wide spread, there is high need for circuits which consume less power, mainly for portable devices which run on batteries, like Laptops and hand-held computers. The Pass-Transistor Logic (PTL) is a better way to implement circuits designed for low power applications. Keywords: Pass-Transistor Logic (PTL), MOS devices, low power applications.
  • 2. Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 2| II. The Present Project Fig 2 shows the Present Project Array & Cells structure Steps followed to create the final 32x32 bit CMOS design: 1. A full adder is designed at the behavioral level in VHDL. 2. A multi_cell is implemented using the full adder and “and” gate. 3. The 32x32 bit multiplier is designed at the structural level using the „multi_cell‟ in VHDL. 4. The generated 32x32 bit multiplier code is simulated in ModelSim to verify its functionality. 5. Then the 32x32 bit multiplier is synthesized using Leonardo for TSMC025 technology. 6. The synthesized model is imported into Design Architect. The critical path given by Leonardo for my design is: “Eldo” simulator which is a part of the Anacad&Mentor package is used for simulations at the transistor level. III. Implementations There are basically 3 implementations I have manually designed transistor by transistor: 1. Normal PTL single rail design. 2. Transmission gate based design show in fig 3 3. A new PTL design based on special XOR/XNOR gates ) Fig 3 shows the implementation design pattern
  • 3. Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 3| All the implementations are working properly. Actually, I have implemented and simulated a full 4x4 multiplier using the above transmission gate based design. The above design is robust w.r.t loads (has good Delay Vs Load characteristics). The waveforms are looking robust like the CMOS based design with reasonable delays. But, the Eldo is having problems with this implementation (not reporting the static power correctly). IV. Power Consumption And Delay Fig 4 shows the Power Consumption and Delay table Only 15 transistors are needed. The XOR design implemented in here will not produce a complete transition for 0, 0 inputs. It is considered that having smaller voltage swing will save dynamic power. Given below are the previously obtained results for a 0.35μm 4x4 multiplier based on the new PTL cell operating at 3.3V and 500 MHz. [2] (compared with other designs) V. Area Overhead Considering for each cell, the area consumed by CMOS is at least 4 times the area consumed by the PTL design. So if we consider a 32x32 bit multiplier a much higher saving in area can be expected from the PTL design. VI. Proposed Model There are two measures employed to overcome the draw backs in the conventional designs. Due to the presence of the large number of transistors in the discharge path the delay is high and also large power is consumed in power-up of the transistors. So, the number of nMOS transistors in the discharging path should be reduced. Also there is a need to increase the pull down strength when the input data=1. So there is a need to conditionally enhance the pull down strength when input data is “1.” This design inherits the upper part of the SCCER design. Transistor stacking design of ip-DCO in Figure 4.4 and SCCER in Figure 4.6, is replaced by removing the transistor N2 from the discharging path. Transistor N2 and N3 are connected in parallel to form a two-input pass transistor logic (PTL)-based AND. It controls the discharge of transistor N1. The input to the AND logic is always complementary to each other. As a result, the output node is kept at zero most of the time. There is a floating node when both input signals equal to “0”. But it doesn‟t provide any harm to the circuit performance. The critical circumstance occurs only when there is rising edges at the clock pulse. Transistors N2 and N3 are turned ON together in this case to pass a weak logic high to node. This weak pulse strength is enhanced by switching ON the transistor N1 by a time span equal to the delay provided by inverter I1. The switching power at node can be reduced due to a diminished voltage swing. Unlike the MHLLF design, where the discharge control signal is driven by a single transistor, parallel conduction of two nMOS transistors (N2 and N3) speeds up the operations of pulse generation. On designing the flip-flop in this way, the number of transistors in the discharging path can be reduced. This speeds up the pulse generation and hence delay is reduced. The area overhead is also reduced.The flip-flop using the conditional enhancement scheme is given in the Figure 3.
  • 4. Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 4| Fig 5. Simulation Waveform of HPTL Fig 6. Simulation Waveform of the Proposed Model Pulses that trigger discharging are generated only when there is a need, so unwanted circuit activity due to glitches can be avoided which reduces the overall power consumption. Pulse discharge can be made faster. The delay inverters which consume more power for stretching the pulse width are replaced by the PMOS transistors which enhances the pull down strength when there is a longer discharge path. Transistor sizes are also reduced to provide area and power saving.
  • 5. Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 5| The Waveforms VII. Lessons Learnt As there are no particular cell libraries for PTL designs. I had to manually create my own designs. The mistake I have done is instead of creating a single logic gate and fully optimizing it; I aggressively designed the entire multi_cell and tried to optimize the widths and lengths of that complex cell. So whenever we want to create a complex cell, first we should start with a basic gate, try to get the best optimized design and then go for the bigger one. VIII. Conclusion The area overhead of CMOS is at least 4 times more than the PTL. The power consumption is less in case of PTL compared to CMOS. A good PTL design needs a lot of astute trade-offs. In clock generation circuitry an AND function is removed and is replaced with a Pass Transistor logic based AND gate. Since in the PTL style AND gate the n-mos transistors are in parallel they consume less power and provide a faster discharge of the pulse. A software package called the TANNER EDA tools utilizing MOSIS 90nm technology is used for the study. The comparison of the Number of transistors used and the Average power consumed for 100% activity, 50% activity and 0% activity are done. The power consumed is for five cycles of operation. The power consumption shows a decreasing trend as the switching activities are reduced. From the above results it is clear that this type of design approach can be implemented in real space systems to increase the efficiency as well as to minimize the power consumption REFERENCE [1] Dr. V D Agrawal‟s Project assignment. [2] Fayed, A.A and Bayoumi, M.A., "A Low Power 10 Transistor Full Adder Cell for Embedded Architectures," in Proc. IEEE Int/. Symp. Circuits and Systems, vol. 4, pp. 226-229, Sydney, Australia, May 2001. [3] J. M. Rabaey, A. Chandrakasan, B Nikolic, Digital Integrated Circuits-A Design Perspective. Prentice Hall, 2004. [4] R. Zimmermann and Wolfgang Fichtner, “Low-power Logic Styles: CMOS Versus Pass-Transistor Logic,” IEEE J. Solid-State Circuits, vol.32, pp. 1079-1090, Jul. 1997. [5] Geun Rae Cho, Tom Chen. "On The Impact of Technology Scaling On Mixed PTL/Static Circuits," 2002 IEEE International Conference on Computer Design (ICCD'02),p. 322, 2002. [6] Jyh-Ming Wang, Sung-Chuan Fang, Wu-Shiung Feng,“New Efficient Designs for XOR and XNOR Functions on the Transistor Level,” IEEE J. of Solid-state Circuits, Vol. 29, pp. 780-786, July 1994. [7] H. T. Bui, Y. Wang, and Y. Jiang, "Design and analysis of low-power IO-transistor full adders using novel XOR- XNOR gates," IEEE Trans. on Circuits and Systems-I/: Analog and digital signal processing, vol. 49, no. 1, pp. 25- 30, Jan 2002. [8] H. Lee and G.E. Sobelman, “A new low-voltage adder circuit,” in Proc. 7th Great Lakes Symp. VLSI, Urbana, IL, 1997. [9] A. Shams and M. Bayoumi, “A new full adder cell for low-power applications,” in Proc. of the 1998 Great Lakes Symposium ,1997.
  • 6. Impact of Hybrid Pass-Transistor Logic (HPTL) on Power, Delay and Area in VLSI Design | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 6| June. 2014 | 6| [10] K. Taki, “A Survey for Pass-Transistor Logic Technologies”, Proc. Asia South-Pacific Design Automation Conference , pp. 223-226, February 1998. Author Biographies Mr. G. SIVAIAH completed his M.tech in VLSI System Design (V.L.S.I) in Annamacharya Institute of Technology & Science, Rajampet. His area of interest is in the field of VLSI. Now presently working as Assistant Professor in Ravindra College of Engineering For Women Kurnool. Mr. T.Kishore finished his M.tech in VLSI System Design (V.L.S.I) in St.Johns College Engineering & Technology. His area of interest is in the field of VLSI. Now presently working as Assistant Professor in Ravindra College of Engineering For Women Kurnool. Mr. K.Vijay Kumar finished his M.tech in Communication Signal Processing (C.S.P) in G.Pulla Reddy Engineering College, Kurnool. His area of interest is in the field of Digital Signal Processing and Communications. Now presently working as Assistant Professor in Ravindra College of Engineering For Women Kurnool.