SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2062
IMPLEMENTATION OF LOW POWER FLASH ADC USING ADIABATIC
LOGIC BASED DOUBLE TAIL COMPARATOR
Bandreddi Naga Lakshmi1, Dr. P. Rajesh Kumar2
1M.Tech Scholar, Department of Electronics &Communication, Andhra University, A.P, INDIA
2Professor, Department of Electronics &Communication, Andhra University, A.P, INDIA
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Analog to digital converter has become a very
important device in today’s digitized world as they have very
wide range of applications. Among all the ADC’s flash ADC is
the fastest one but the main drawback is its power
consumption. The performance of Flash ADC is affected due to
comparator and encoder design. The dynamic double tail
comparator is designed by adding some transistors for low
power and fast operation even the circuit operates in low
supply voltages. The adiabatic logic is applied to the double
tail comparator to reduce the power consumption. The
encoder is designed by using fat tree logic. The Flash ADC is
designed by combining the resistor ladder network, adiabatic
logic based double tail comparator and fat tree encoder. The
circuit operates with supply voltage 1.2V. All the circuits are
simulated using DSCH and LT SPICE software. The layoutsare
drawn by using MICROWIND software.
Key Words: Flash ADC, Comparator, Fat tree encoder,
Adiabatic logic, SAR ADC,
1. INTRODUCTION
The development in the digital signal processorfieldisrapid
due to the advancement in the integrated circuit technology
over the last decade. Moreover, advantage of digital signal
processing is that it is more immune to noise. So analog to
digital converter plays an interface role in between analog
signal and digital signal processingsystem.DCwhichisbeing
designed these days needsanarchitecturehavinghighspeed
of operation and less power consumption. One single ADC
type cannot cover all applications since the performance
parameters like sampling rate, power consumption and
resolution of an ADC is basically determined by its
architecture.
Fig -1: Block Diagram of ADC
Analog to digital converters (ADC’s) are the most
distinguished signal circuits which interface the world
analog signals, the digital signal processing and computing
world. ADC’s includes three essential parameters which
cannot be changed once it has been designed and the
parameters are resolution, speed and power consumption.
Based up on different applications a variety ADC’s with
different architectures, resolutions, sampling rates, power
consumptions, and temperature ranges have beendesigned.
Since the performance sampling rate, resolution, and power
consumption of an ADC is basically determined by its
architecture, one single ADC type cannot cover all
applications. For instance, Flash (parallel)ADC’scanbeused
in high speed and low resolution applications. Because of its
parallel architecture, all conversions are done in one cycle
with many comparators.
2. Flash ADC
The flash ADC is mainly consists of three blocks. The three
blocks resistor ladder block, comparator and encoder are
integrated together to get the functionality of Flash ADC.
Fig -2: Block Diagram of Flash Adc
3. RESISTOR LADDER NETWORK
The resistor ladder is designed mainly to provide a stable
reference voltage to the comparators. The resistor ladder
network is formed by 2N resistors which generates the
reference voltage. The referencevoltageforall comparatoris
one least significant bit (LSB) less than the referencevoltage
for the comparator immediately above it. The ladderdivides
main reference voltage into 2N equally spaced voltages.
4. COMPARATOR
The comparator compares the input signal with the
reference voltage which is generated by the resistor ladder
block. Comparator is the device that compares two analog
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2063
voltages or currents and switches it outputtoindicate which
one is larger.
Fig -3: Schematic Diagram of Comparator
If Vp is at a greater potential than Vn, then the output Vo of
the comparator is logic 1 and when Vp is at a potential less
than Vn, then the output is at logic 0. If we apply a pulse
voltage at VP and a DC reference voltage at Vn, the output is
logic 1 when the pulse amplitude is greater than the
reference voltage.
4.1 SINGLE TAIL COMPARATOR
The operation of Conventional Dynamic Comparatorisgiven
in two phases. First one is reset Phase and second one is
comparison Phase.
Reset Phase: When clk=0, Mtail transistor goes off and
transistors M7-M8 (Reset transistors) goes on which drives
both output nodes outp and outn to Vdd. During reset, this
defines a start condition with valid logical level.
Comparison Phase: This is the second phase where
comparison takes place. When clk=VDD, Mtail goes ON and
transistors M7-M8 goes OFF. The output nodes that had
already been pre-charged to VDD start to discharge with the
different rates of discharging, depending upon two input
voltages Vinp and Vinn. Let us assume the case where
Vinn>Vinp.
Fig -4: Single Tail Comparator
Due to this voltage difference output node Outn
(discharge due to drain current of transistor M1) starts to
discharge with faster rate than Outp, falls down to Vdd-
[Vthn] before Outp (which is discharges duetodraincurrent
of transistor M2), the corresponding Pmos (M6) goes On to
initiate latch regeneration which is caused due to cross
coupled (back to back) inverters i.e. M3, M5 and M4, M6
transistors. Hence Outp charges to VDD while Outn
discharges to ground. Considering another case, if
Vinp>Vinn, the whole circuit works vice versa.
4.1 CONVENTIONAL DOUBLE TAIL COMPARATOR
The difference between conventional dynamic comparator
and conventional double tail comparator is that the double
tail comparator can operate in very low supply voltages
when compared to conventional dynamic comparator.
Operation of conventional double tail comparator is also
divided into two phases as reset phase and comparison
phase.
Reset Phase: For reset phase clk=0 hence mtail1 andmtail2
goes off, avoiding static power consumption. Both the nodes
fn, fp pulled to Vdd by transistors M3andM4,henceMc1and
Mc2 went to cutoff. MR1 and MR2 are the intermediatestage
transistors, grounds the both latch output.
Comparison Phase: In comparison phase, clk=VDD hence
Mtail1 and Mtail2 are on and transistors M3 andM4 goes off.
At the beginning, as both the nodes fp and fn are about VDD
hence the control transistors are still OFF. So, in accordance
with input voltages applied, both the nodes fp and fn start to
fall. Consider the case, if Vinp>Vinn, due to this voltage
difference fn starts to drop with a faster rate than fp this
happens because M2 transistor drivesmorecurrentthan M1
transistor. Now, during the drop of node fn, corresponding
transistor Mc1(control transistor) of pmos gets start to turn
ON which pulls fp node again to VDD while other control
transistor MC2 remains in off state for allowing node fn to
discharge completely. While considering the other casei.e.if
Vinn>Vinp, the whole circuit works vice versa.
Fig -5: Conventional Double Tail Comparator
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2064
4.3 DYNAMIC DOUBLE TAIL COMPARATOR
The basic idea of this comparator is to increase the latch
regeneration speed. For this purpose, the two control
transistors Mc1 and Mc2 are added to the firststagewith are
in parallel with M3 and M4 but in cross coupled manner as
shown in the figure above. The operation of this comparator
is also divided into two phases which are reset and
comparison (decision making) phase.
Reset Phase: During this phase, clk=0 so Mtail1 and Mtail2
are Off, both the nodes fp and fn are driven to Vdd by
transistors M3 and M4.Hence two control transistors Mc1
and Mc2 are cut off. Both the latch outputs are reset to
ground by the intermediate stage transistors MR1 and MR2.
Comparison Phase: In this phase, clk=Vdd, hence Mtail1
and Mtail2 are On, transistors M3 and M4 are in Off state. At
the beginning of this decision making phase, as both the
nodes fp and fn are about Vdd so both the control transistors
Mc1 and Mc2 are still in Off state. Now both the input nodes
fp and fn starts to fall down with different discharging rates
in accordance with the input voltages applied. Considering
the case, if Vinp>Vinn. Due to this voltage different, node fn
starts to drop with faster rate than node fp because current
provided by M2 is greater than M1.
Fig -6: Dynamic Double Tail Comparator
4.4 ADIABATIC LOGIC BASED DOUBLE TAIL
COMPARATOR
4.4.1 ADIABATIC LOGIC: Adiabatic logic circuit is a low
power circuit which use “reversible logic” to conserve the
energy. Adiabatic logic works with the concept of switching
activities which results in reduction of the power by giving
stored energy back to the supply. There are two key rules
associated with it:
1. Never turn on a transistor when there is a voltage
potential between the source and drain.
2. Never turn off a transistor when current is flowing
through it.
In the principle of operation of adiabatic logic circuit, the
power clk plays an important role in the main design. When
clk=1 (charge),
When clk=0 (discharge),
Fig -7 : Adiabatic Logic Based Double Tail Comparator
In this condition the power get reduce in great extent and
also improves the speed of the circuit operates on high
speed. It is very important to use adiabatic logic circuit as an
extra circuitry for the optimization of power in double tail
comparator circuit. It is an essential factor for power
consumption performance. At the starting condition
adiabatic logic is applied to power supply. At the time one
transistor is on another one is off and vice versa. It provides
the continuous supply to the circuit. This means that at
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2065
working period it goes into charging condition and at off
stage the circuit discharges according to the supply.
Working of modified dynamicdoubletail comparatorinboth
reset and comparison phase is similar as the double tail
comparator. At the beginning of the decision making phase,
both fn and fp nodes are pre charged to VDD. In the reset
phase switches are closed fn and fp starts to drop with
different discharging rates depends ontheinputvoltages. As
soon as comparator detects that one of the fn or fp nodes
discharging faster, one of the control transistor will act in a
way to increase their voltage difference. If fp is at VDD then
fn should be discharged completely, hence switch in the
charging path of fp will be opened but the other switch
connected to fn will be closed which allow the complete
discharge of fn node. The operation ofthecontrol transistors
with the switches emulates the operation of the latch.
Table -1: Comparision of Power Consumption of Different
Comparators.
Design Power
Consumption
Area
Single Tail
Comparator
6.683mW 100µm X18µm
Conventional
Double Tail
Comparator
0.118mW 119µm X18µm
Dynamic Double
Tail Comparator
0.108mW 44µm X9µm
Adiabatic Logic
Based Dynamic
Double Tail
Comparator
76.908µW 48µm X13µm
Chart -1 : Comparision Of Different Types Of Comparators
5. ENCODER DESIGN
The encoder is mainly used to convert thermometer code to
binary output. There are different ways with which the
implementation of thermometer code to binary code
conversion can be done. It includes ROM encoder, fat tree
encoder, Wallace tree encoder, multiplexer based encoder
and logic style based encoder.
Table -2: Truth Table For Encoder
Thermometer Code B3 B2 B1 B0
000000000000000 0 0 0 0
000000000000001 0 0 0 1
000000000000011 0 0 1 0
000000000000111 0 0 1 1
000000000001111 0 1 0 0
000000000011111 0 1 0 1
000000000111111 0 1 1 0
000000001111111 0 1 1 1
000000011111111 1 0 0 0
000000111111111 1 0 0 1
000001111111111 1 0 1 0
000011111111111 1 0 1 1
000111111111111 1 1 0 0
001111111111111 1 1 0 1
011111111111111 1 1 1 0
111111111111111 1 1 1 1
Fat tree encoder is the popular architecture that is being
used in many flash ADC designs. This type of encoder
requires intermediate conversion which converts the
thermometer code to one out of N code. The one out of N
code is then encoded to binary using fat tree encoder, which
consists of multiple branches of OR gates. As the number of
input bits increases, tree becomes larger. To improve the
performance of fat tree encoder, the OR gates are replaced
with NAND and NOR logic gates using De-Morgan’stheorem.
The flash ADC is mainly consists of three blocks. The three
blocks resistor ladder block, comparator and encoder are
integrated together to get the functionality of Flash ADC.
Flash or parallel converters have the highest speed of any
type of ADC’s. As seen in fig they use one comparator per
quantization level (2N-1) and 2N resistors. The reference
voltage is divided into 2N values, each of which is fed into a
comparator. The input voltage is compared with the each
reference value and generates the thermometer code at the
output of the comparators. A thermometer code generates
all zeros for each resistor level if the value of the vin less than
the value on the resistor string, and ones if the value of vin
greater than or equal to the value on the resistor string.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2066
Fig -8: Flash ADC Using Adiabatic Logic Based Double Tail
Comparator
6. SIMULATION RESULTS
Fig -9: Simulation Results of Single Tail Comparator.
Fig -10: Simulation Results of Conventional Double Tail
Comparator.
Fig -11: Simulation Result of Dynamic Double Tail
Comparator.
Fig -12: Simulation Result of Adiabatic Logic Based Double
Tail Comparator
Fig -13: Simulation Result of Adiabatic Logic Based Double
Tail Comparator
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2067
Fig -14: Simulation Result of Flash ADC Using Double Tail
Comparator
7. CONCLUSION
Flash ADC is taken as the best architecture for high speed
applications. The first step of this project is to design
comparator. Analysis of two common structures which
conventional dynamic comparator and conventional double
tail comparator is done. Based on the analysis, a new
structure of double tail comparator with two switches is
proposed which is used for low voltagelowpowercapability
for improving the performance of the comparator. The
proposed comparator hasreducedpowertoa greatextentas
compared to conventional dynamic comparator and
conventional double tail comparator. As compared to
conventional doubletail comparatorandthedynamicdouble
tail comparator, the adiabatic logic based comparator
consumes 76.908µW of the power consumption. The layout
had been drawn and the layout area of adiabatic logic based
double tail comparator obtained is48µmX13µm.Thefattree
logic based encoder is designed with the power dissipation
of 8.322 W with 1.2V supply voltage. The layout had been
drawn and the layout area of fat tree logic based encoder
obtained is 132µmX18µm. finally by combining resistor
ladder, comparator blocks and encoder, flash bit ADC is
designed and simulated. The average power consumption of
designed flash ADC is 5mw the layout had been drawn and
the layout area of flash ADC is 83 m X 14 m. All the designs
are simulated in DSCH and the layouts are drawn on
MICROWIND software.
REFERENCES
[1] S.Akash, A. Anisha, G. Jaswanth Das, “Design Of Low
Power And High Speed Double Tail Comparator”,
International Conference On Circuit, Power And
Computing Technologies, Year: 2017.
[2] Hsuan-Yu Chang And Ching-Yuan Yang, “AReference
Voltage Interpolation-Based Calibration Method For
Flash ADCs”, IEEE Transactions On Very Large Scale
Integration (VLSI) Systems,Volume:24,Pages:1728 -
1738,Year:2016.
[3] Aditi Kar, Moushumi Das, Bipasha Nath, Durba
Sarkar, Alak Majumdar, “Comparative Analysis Of
Low Power Novel Encoders For Flash ADC In 28nm
Low Power Digital Cmos”, IEEE Transactions On
Microwave Theory And Techniques Volume: 64,
Pages: 1143-1152, Year:2016.
[4] Pranati Ghoshal And Sunit Kumar Sen, “A Bit Swap
Logic (BSL) Based Bubble Error Correction (BEC)
Method For Flash ADC’s”, 2nd International
Conference On Control, Instrumentation, Energy &
Communication, Pages: 111 - 115,Year:2016.
[5] Gregor Tretter, Mohammad Mahdi Khafaji, David
Fritsche, Corrado Carta, Frank Ellinger, “Design And
Characterization Of A 3-Bit 24-GS/S FlashADCIn28-
Nm Low power Digital CMOS”, IEEE Transactions On
Microwave Theory And Techniques, Volume: 64,
Pages: 1143 - 1152,Year:2016.
[6] R. Kasthuri Priya, "Low-Power Low-Voltage High-
Speed Performance Improvement
Analysis Of Double Tail Comparator”, International
Journal on Applications in information and
Communication Engineering, vol. 1, no. 6, pp. 5-11,
June 2015.
[7] L. Venkateswarlu, MA. Wajeed, M. Basha, "Area
efficient low power double tail comparator using
switching transistors", International Journal of
eminent Engineering Technology, vol. 2, no. 5, June.
2015.
[8] Amol Inamdar, Anubhav Sahu, Jie Ren, Sormeh
Setoodeh, Raafat Mansour And Deepnarayan Gupta,
“Design And Evaluation Of Flash ADC”, IEEE
Transactions On Applied
Superconductivity,Volume:25,Article: 1400205,
Year:2015.
[9] Samaneh Babayan-Mashhadi, Reza Lotfi, "Analysis
And Design Of A Low-Voltage Low-Power Double-
Tail Comparator", IEEE Trans. On Very Large Scale
Integration (VLSI) Systems, Vol. 22, No. 2, Pp. 343-
352, Feb. 2014.
[10] Umamaheswari.V.S., Rajaramya.V.G “Low Power
High Performance Double Tail Comparator”
International Journal Of Scientific Engineering And
Technology, Volume No.3 Issue No.5, Pp : 647-650 1
May 2014.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2068
[11] Mr. K. N. Hosur, Mr. Dariyappa, Mr. Shivanand, Mr.
Vijay, Mr. Nagesha, Dr. Girish V. Attimarad, Dr.
Harish.“Design Of 4 Bit Flash ADC Using TMCC &
NORROM Encoder In 90nm CMOS Technology”,978-
1-4673-6667-0/15/$31.00©2015 IEEE.
[12] Vinayashree Hiremath, Student Member IEEE; Saiyu
Ren, Member IEEE, “A Novel Ultra High Speed
Reconfigurable Switching Encoder For Flash Adc”,
978-1-4577-1041-4/11/$26.00 ©2011 IEEE.

More Related Content

What's hot

IRJET- Implementation of Modified H-Bridge Multilevel Inverter Topology f...
IRJET-  	  Implementation of Modified H-Bridge Multilevel Inverter Topology f...IRJET-  	  Implementation of Modified H-Bridge Multilevel Inverter Topology f...
IRJET- Implementation of Modified H-Bridge Multilevel Inverter Topology f...
IRJET Journal
 
Mw &dc lab (90) iv i
Mw &dc lab (90) iv iMw &dc lab (90) iv i
Mw &dc lab (90) iv i
Prabhu Kiran
 
Design and analysis of boost converter with cld cell
Design and analysis of boost converter with cld cellDesign and analysis of boost converter with cld cell
Design and analysis of boost converter with cld cell
eSAT Journals
 
Design of a Non-Ideal Buck Converter
Design of a Non-Ideal Buck ConverterDesign of a Non-Ideal Buck Converter
Design of a Non-Ideal Buck Converter
IRJET Journal
 
Exp 4
Exp 4Exp 4
Exp 4
vikas558
 
Power Electronics Lab Manual ME PED
Power Electronics Lab Manual ME PEDPower Electronics Lab Manual ME PED
Power Electronics Lab Manual ME PED
Dr M Muruganandam Masilamani
 
Fundamentals of power electronics [presentation slides] 2nd ed r. erickson ww
Fundamentals of power electronics [presentation slides] 2nd ed   r. erickson wwFundamentals of power electronics [presentation slides] 2nd ed   r. erickson ww
Fundamentals of power electronics [presentation slides] 2nd ed r. erickson ww
nedjaabachir
 
ZVZCS Based High Frequency Link Grid Connected SVM Applied Three Phase Three ...
ZVZCS Based High Frequency Link Grid Connected SVM Applied Three Phase Three ...ZVZCS Based High Frequency Link Grid Connected SVM Applied Three Phase Three ...
ZVZCS Based High Frequency Link Grid Connected SVM Applied Three Phase Three ...
IAES-IJPEDS
 
Distribution and Load Sharing of Transformer Automatically by using Microcont...
Distribution and Load Sharing of Transformer Automatically by using Microcont...Distribution and Load Sharing of Transformer Automatically by using Microcont...
Distribution and Load Sharing of Transformer Automatically by using Microcont...
IRJET Journal
 
Ser2200 linpwrsuppyspecsappnote
Ser2200 linpwrsuppyspecsappnoteSer2200 linpwrsuppyspecsappnote
Ser2200 linpwrsuppyspecsappnote
Pawar Chander
 
M.Tech Voltage Reference Thesis Presentation
M.Tech Voltage Reference Thesis PresentationM.Tech Voltage Reference Thesis Presentation
M.Tech Voltage Reference Thesis Presentation
Rohit Singh
 
Series2200 app note
Series2200 app noteSeries2200 app note
Series2200 app note
Pawar Chander
 
Modeling & analysis of standalone photovoltaic system
Modeling & analysis of standalone photovoltaic systemModeling & analysis of standalone photovoltaic system
Modeling & analysis of standalone photovoltaic system
eSAT Journals
 
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
IRJET Journal
 
Lecture-5 : Semiconductor Power Switching Devices-2
Lecture-5 : Semiconductor Power Switching Devices-2Lecture-5 : Semiconductor Power Switching Devices-2
Lecture-5 : Semiconductor Power Switching Devices-2
rsamurti
 
42 30 nA Comparative Study of Power Semiconductor Devices for Industrial PWM ...
42 30 nA Comparative Study of Power Semiconductor Devices for Industrial PWM ...42 30 nA Comparative Study of Power Semiconductor Devices for Industrial PWM ...
42 30 nA Comparative Study of Power Semiconductor Devices for Industrial PWM ...
IAES-IJPEDS
 
A010420117
A010420117A010420117
A010420117
IOSR Journals
 
bandgap ppt
bandgap pptbandgap ppt
bandgap ppt
lingadhar reddy
 
EDS_REPORT_FINAL
EDS_REPORT_FINALEDS_REPORT_FINAL
EDS_REPORT_FINAL
ebbin daniel
 
Distance Protection
Distance ProtectionDistance Protection
Distance Protection
ncct
 

What's hot (20)

IRJET- Implementation of Modified H-Bridge Multilevel Inverter Topology f...
IRJET-  	  Implementation of Modified H-Bridge Multilevel Inverter Topology f...IRJET-  	  Implementation of Modified H-Bridge Multilevel Inverter Topology f...
IRJET- Implementation of Modified H-Bridge Multilevel Inverter Topology f...
 
Mw &dc lab (90) iv i
Mw &dc lab (90) iv iMw &dc lab (90) iv i
Mw &dc lab (90) iv i
 
Design and analysis of boost converter with cld cell
Design and analysis of boost converter with cld cellDesign and analysis of boost converter with cld cell
Design and analysis of boost converter with cld cell
 
Design of a Non-Ideal Buck Converter
Design of a Non-Ideal Buck ConverterDesign of a Non-Ideal Buck Converter
Design of a Non-Ideal Buck Converter
 
Exp 4
Exp 4Exp 4
Exp 4
 
Power Electronics Lab Manual ME PED
Power Electronics Lab Manual ME PEDPower Electronics Lab Manual ME PED
Power Electronics Lab Manual ME PED
 
Fundamentals of power electronics [presentation slides] 2nd ed r. erickson ww
Fundamentals of power electronics [presentation slides] 2nd ed   r. erickson wwFundamentals of power electronics [presentation slides] 2nd ed   r. erickson ww
Fundamentals of power electronics [presentation slides] 2nd ed r. erickson ww
 
ZVZCS Based High Frequency Link Grid Connected SVM Applied Three Phase Three ...
ZVZCS Based High Frequency Link Grid Connected SVM Applied Three Phase Three ...ZVZCS Based High Frequency Link Grid Connected SVM Applied Three Phase Three ...
ZVZCS Based High Frequency Link Grid Connected SVM Applied Three Phase Three ...
 
Distribution and Load Sharing of Transformer Automatically by using Microcont...
Distribution and Load Sharing of Transformer Automatically by using Microcont...Distribution and Load Sharing of Transformer Automatically by using Microcont...
Distribution and Load Sharing of Transformer Automatically by using Microcont...
 
Ser2200 linpwrsuppyspecsappnote
Ser2200 linpwrsuppyspecsappnoteSer2200 linpwrsuppyspecsappnote
Ser2200 linpwrsuppyspecsappnote
 
M.Tech Voltage Reference Thesis Presentation
M.Tech Voltage Reference Thesis PresentationM.Tech Voltage Reference Thesis Presentation
M.Tech Voltage Reference Thesis Presentation
 
Series2200 app note
Series2200 app noteSeries2200 app note
Series2200 app note
 
Modeling & analysis of standalone photovoltaic system
Modeling & analysis of standalone photovoltaic systemModeling & analysis of standalone photovoltaic system
Modeling & analysis of standalone photovoltaic system
 
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
IRJET-Comparative Analysis of Rectangular and Square Column for Axial loading...
 
Lecture-5 : Semiconductor Power Switching Devices-2
Lecture-5 : Semiconductor Power Switching Devices-2Lecture-5 : Semiconductor Power Switching Devices-2
Lecture-5 : Semiconductor Power Switching Devices-2
 
42 30 nA Comparative Study of Power Semiconductor Devices for Industrial PWM ...
42 30 nA Comparative Study of Power Semiconductor Devices for Industrial PWM ...42 30 nA Comparative Study of Power Semiconductor Devices for Industrial PWM ...
42 30 nA Comparative Study of Power Semiconductor Devices for Industrial PWM ...
 
A010420117
A010420117A010420117
A010420117
 
bandgap ppt
bandgap pptbandgap ppt
bandgap ppt
 
EDS_REPORT_FINAL
EDS_REPORT_FINALEDS_REPORT_FINAL
EDS_REPORT_FINAL
 
Distance Protection
Distance ProtectionDistance Protection
Distance Protection
 

Similar to IRJET- Implementation of Low Power Flash ADC using Adiabatic Logic based Double Tail Comparator

IRJET- A Novel High Speed Power Efficient Double Tail Comparator in 180nm...
IRJET-  	  A Novel High Speed Power Efficient Double Tail Comparator in 180nm...IRJET-  	  A Novel High Speed Power Efficient Double Tail Comparator in 180nm...
IRJET- A Novel High Speed Power Efficient Double Tail Comparator in 180nm...
IRJET Journal
 
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
Association of Scientists, Developers and Faculties
 
Review on Automatic Power Factor Improvement of Induction Motor
Review on Automatic Power Factor Improvement of Induction MotorReview on Automatic Power Factor Improvement of Induction Motor
Review on Automatic Power Factor Improvement of Induction Motor
IRJET Journal
 
IRJET- Design Simulation and Control of Utility Grid Connected Solar Photovol...
IRJET- Design Simulation and Control of Utility Grid Connected Solar Photovol...IRJET- Design Simulation and Control of Utility Grid Connected Solar Photovol...
IRJET- Design Simulation and Control of Utility Grid Connected Solar Photovol...
IRJET Journal
 
Design of Low Voltage and High Speed Double-Tail Dynamic Comparator for Low P...
Design of Low Voltage and High Speed Double-Tail Dynamic Comparator for Low P...Design of Low Voltage and High Speed Double-Tail Dynamic Comparator for Low P...
Design of Low Voltage and High Speed Double-Tail Dynamic Comparator for Low P...
International Journal of Engineering Inventions www.ijeijournal.com
 
ANALYSIS AND DESIGN OF DOUBLE TAIL COMPARATOR USING A LOW POWER GATING TECHNI...
ANALYSIS AND DESIGN OF DOUBLE TAIL COMPARATOR USING A LOW POWER GATING TECHNI...ANALYSIS AND DESIGN OF DOUBLE TAIL COMPARATOR USING A LOW POWER GATING TECHNI...
ANALYSIS AND DESIGN OF DOUBLE TAIL COMPARATOR USING A LOW POWER GATING TECHNI...
RK CONSULTANCY SERVICES
 
Study and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nmStudy and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nm
eSAT Publishing House
 
Study and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyStudy and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technology
eSAT Journals
 
[IJET V2I5P8] Authors: Lakshmi K R, Kavitha Issac, Kiran Boby
[IJET V2I5P8] Authors: Lakshmi K R, Kavitha Issac, Kiran Boby[IJET V2I5P8] Authors: Lakshmi K R, Kavitha Issac, Kiran Boby
[IJET V2I5P8] Authors: Lakshmi K R, Kavitha Issac, Kiran Boby
IJET - International Journal of Engineering and Techniques
 
C010242128
C010242128C010242128
C010242128
IOSR Journals
 
IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...
IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...
IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...
IRJET Journal
 
Design of 6 bit flash analog to digital converter using variable switching vo...
Design of 6 bit flash analog to digital converter using variable switching vo...Design of 6 bit flash analog to digital converter using variable switching vo...
Design of 6 bit flash analog to digital converter using variable switching vo...
VLSICS Design
 
IRJET- Designing of Single Ended Primary Inductance Converter for Solar P...
IRJET-  	  Designing of Single Ended Primary Inductance Converter for Solar P...IRJET-  	  Designing of Single Ended Primary Inductance Converter for Solar P...
IRJET- Designing of Single Ended Primary Inductance Converter for Solar P...
IRJET Journal
 
Cw4301569573
Cw4301569573Cw4301569573
Cw4301569573
IJERA Editor
 
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched ComparatorHigh Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
iosrjce
 
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
IJERD Editor
 
Series Voltage Compensator Modeling and Design for Reduction of Grid-Tie Sola...
Series Voltage Compensator Modeling and Design for Reduction of Grid-Tie Sola...Series Voltage Compensator Modeling and Design for Reduction of Grid-Tie Sola...
Series Voltage Compensator Modeling and Design for Reduction of Grid-Tie Sola...
IRJET Journal
 
IRJET- Five Level Inverter based Single Phase to Three Phase Converter
IRJET- Five Level Inverter based Single Phase to Three Phase ConverterIRJET- Five Level Inverter based Single Phase to Three Phase Converter
IRJET- Five Level Inverter based Single Phase to Three Phase Converter
IRJET Journal
 
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ijesajournal
 
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ijesajournal
 

Similar to IRJET- Implementation of Low Power Flash ADC using Adiabatic Logic based Double Tail Comparator (20)

IRJET- A Novel High Speed Power Efficient Double Tail Comparator in 180nm...
IRJET-  	  A Novel High Speed Power Efficient Double Tail Comparator in 180nm...IRJET-  	  A Novel High Speed Power Efficient Double Tail Comparator in 180nm...
IRJET- A Novel High Speed Power Efficient Double Tail Comparator in 180nm...
 
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
An adjustable Comparator for 2-bit/step SAR ADC Configuring with multiple sam...
 
Review on Automatic Power Factor Improvement of Induction Motor
Review on Automatic Power Factor Improvement of Induction MotorReview on Automatic Power Factor Improvement of Induction Motor
Review on Automatic Power Factor Improvement of Induction Motor
 
IRJET- Design Simulation and Control of Utility Grid Connected Solar Photovol...
IRJET- Design Simulation and Control of Utility Grid Connected Solar Photovol...IRJET- Design Simulation and Control of Utility Grid Connected Solar Photovol...
IRJET- Design Simulation and Control of Utility Grid Connected Solar Photovol...
 
Design of Low Voltage and High Speed Double-Tail Dynamic Comparator for Low P...
Design of Low Voltage and High Speed Double-Tail Dynamic Comparator for Low P...Design of Low Voltage and High Speed Double-Tail Dynamic Comparator for Low P...
Design of Low Voltage and High Speed Double-Tail Dynamic Comparator for Low P...
 
ANALYSIS AND DESIGN OF DOUBLE TAIL COMPARATOR USING A LOW POWER GATING TECHNI...
ANALYSIS AND DESIGN OF DOUBLE TAIL COMPARATOR USING A LOW POWER GATING TECHNI...ANALYSIS AND DESIGN OF DOUBLE TAIL COMPARATOR USING A LOW POWER GATING TECHNI...
ANALYSIS AND DESIGN OF DOUBLE TAIL COMPARATOR USING A LOW POWER GATING TECHNI...
 
Study and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nmStudy and implementation of comparator in cmos 50 nm
Study and implementation of comparator in cmos 50 nm
 
Study and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technologyStudy and implementation of comparator in cmos 50 nm technology
Study and implementation of comparator in cmos 50 nm technology
 
[IJET V2I5P8] Authors: Lakshmi K R, Kavitha Issac, Kiran Boby
[IJET V2I5P8] Authors: Lakshmi K R, Kavitha Issac, Kiran Boby[IJET V2I5P8] Authors: Lakshmi K R, Kavitha Issac, Kiran Boby
[IJET V2I5P8] Authors: Lakshmi K R, Kavitha Issac, Kiran Boby
 
C010242128
C010242128C010242128
C010242128
 
IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...
IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...
IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...
 
Design of 6 bit flash analog to digital converter using variable switching vo...
Design of 6 bit flash analog to digital converter using variable switching vo...Design of 6 bit flash analog to digital converter using variable switching vo...
Design of 6 bit flash analog to digital converter using variable switching vo...
 
IRJET- Designing of Single Ended Primary Inductance Converter for Solar P...
IRJET-  	  Designing of Single Ended Primary Inductance Converter for Solar P...IRJET-  	  Designing of Single Ended Primary Inductance Converter for Solar P...
IRJET- Designing of Single Ended Primary Inductance Converter for Solar P...
 
Cw4301569573
Cw4301569573Cw4301569573
Cw4301569573
 
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched ComparatorHigh Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
High Speed, Low Offset, Low Power, Fully Dynamic Cmos Latched Comparator
 
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
Finite Step Model Predictive Control Based Asymmetrical Source Inverter with ...
 
Series Voltage Compensator Modeling and Design for Reduction of Grid-Tie Sola...
Series Voltage Compensator Modeling and Design for Reduction of Grid-Tie Sola...Series Voltage Compensator Modeling and Design for Reduction of Grid-Tie Sola...
Series Voltage Compensator Modeling and Design for Reduction of Grid-Tie Sola...
 
IRJET- Five Level Inverter based Single Phase to Three Phase Converter
IRJET- Five Level Inverter based Single Phase to Three Phase ConverterIRJET- Five Level Inverter based Single Phase to Three Phase Converter
IRJET- Five Level Inverter based Single Phase to Three Phase Converter
 
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
 
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
ENERGY-EFFICIENT LOW DROPOUT REGULATOR WITH SWITCHING MECHANISM AND COURSE RE...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
SakkaravarthiShanmug
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 

Recently uploaded (20)

Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 

IRJET- Implementation of Low Power Flash ADC using Adiabatic Logic based Double Tail Comparator

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2062 IMPLEMENTATION OF LOW POWER FLASH ADC USING ADIABATIC LOGIC BASED DOUBLE TAIL COMPARATOR Bandreddi Naga Lakshmi1, Dr. P. Rajesh Kumar2 1M.Tech Scholar, Department of Electronics &Communication, Andhra University, A.P, INDIA 2Professor, Department of Electronics &Communication, Andhra University, A.P, INDIA ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Analog to digital converter has become a very important device in today’s digitized world as they have very wide range of applications. Among all the ADC’s flash ADC is the fastest one but the main drawback is its power consumption. The performance of Flash ADC is affected due to comparator and encoder design. The dynamic double tail comparator is designed by adding some transistors for low power and fast operation even the circuit operates in low supply voltages. The adiabatic logic is applied to the double tail comparator to reduce the power consumption. The encoder is designed by using fat tree logic. The Flash ADC is designed by combining the resistor ladder network, adiabatic logic based double tail comparator and fat tree encoder. The circuit operates with supply voltage 1.2V. All the circuits are simulated using DSCH and LT SPICE software. The layoutsare drawn by using MICROWIND software. Key Words: Flash ADC, Comparator, Fat tree encoder, Adiabatic logic, SAR ADC, 1. INTRODUCTION The development in the digital signal processorfieldisrapid due to the advancement in the integrated circuit technology over the last decade. Moreover, advantage of digital signal processing is that it is more immune to noise. So analog to digital converter plays an interface role in between analog signal and digital signal processingsystem.DCwhichisbeing designed these days needsanarchitecturehavinghighspeed of operation and less power consumption. One single ADC type cannot cover all applications since the performance parameters like sampling rate, power consumption and resolution of an ADC is basically determined by its architecture. Fig -1: Block Diagram of ADC Analog to digital converters (ADC’s) are the most distinguished signal circuits which interface the world analog signals, the digital signal processing and computing world. ADC’s includes three essential parameters which cannot be changed once it has been designed and the parameters are resolution, speed and power consumption. Based up on different applications a variety ADC’s with different architectures, resolutions, sampling rates, power consumptions, and temperature ranges have beendesigned. Since the performance sampling rate, resolution, and power consumption of an ADC is basically determined by its architecture, one single ADC type cannot cover all applications. For instance, Flash (parallel)ADC’scanbeused in high speed and low resolution applications. Because of its parallel architecture, all conversions are done in one cycle with many comparators. 2. Flash ADC The flash ADC is mainly consists of three blocks. The three blocks resistor ladder block, comparator and encoder are integrated together to get the functionality of Flash ADC. Fig -2: Block Diagram of Flash Adc 3. RESISTOR LADDER NETWORK The resistor ladder is designed mainly to provide a stable reference voltage to the comparators. The resistor ladder network is formed by 2N resistors which generates the reference voltage. The referencevoltageforall comparatoris one least significant bit (LSB) less than the referencevoltage for the comparator immediately above it. The ladderdivides main reference voltage into 2N equally spaced voltages. 4. COMPARATOR The comparator compares the input signal with the reference voltage which is generated by the resistor ladder block. Comparator is the device that compares two analog
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2063 voltages or currents and switches it outputtoindicate which one is larger. Fig -3: Schematic Diagram of Comparator If Vp is at a greater potential than Vn, then the output Vo of the comparator is logic 1 and when Vp is at a potential less than Vn, then the output is at logic 0. If we apply a pulse voltage at VP and a DC reference voltage at Vn, the output is logic 1 when the pulse amplitude is greater than the reference voltage. 4.1 SINGLE TAIL COMPARATOR The operation of Conventional Dynamic Comparatorisgiven in two phases. First one is reset Phase and second one is comparison Phase. Reset Phase: When clk=0, Mtail transistor goes off and transistors M7-M8 (Reset transistors) goes on which drives both output nodes outp and outn to Vdd. During reset, this defines a start condition with valid logical level. Comparison Phase: This is the second phase where comparison takes place. When clk=VDD, Mtail goes ON and transistors M7-M8 goes OFF. The output nodes that had already been pre-charged to VDD start to discharge with the different rates of discharging, depending upon two input voltages Vinp and Vinn. Let us assume the case where Vinn>Vinp. Fig -4: Single Tail Comparator Due to this voltage difference output node Outn (discharge due to drain current of transistor M1) starts to discharge with faster rate than Outp, falls down to Vdd- [Vthn] before Outp (which is discharges duetodraincurrent of transistor M2), the corresponding Pmos (M6) goes On to initiate latch regeneration which is caused due to cross coupled (back to back) inverters i.e. M3, M5 and M4, M6 transistors. Hence Outp charges to VDD while Outn discharges to ground. Considering another case, if Vinp>Vinn, the whole circuit works vice versa. 4.1 CONVENTIONAL DOUBLE TAIL COMPARATOR The difference between conventional dynamic comparator and conventional double tail comparator is that the double tail comparator can operate in very low supply voltages when compared to conventional dynamic comparator. Operation of conventional double tail comparator is also divided into two phases as reset phase and comparison phase. Reset Phase: For reset phase clk=0 hence mtail1 andmtail2 goes off, avoiding static power consumption. Both the nodes fn, fp pulled to Vdd by transistors M3andM4,henceMc1and Mc2 went to cutoff. MR1 and MR2 are the intermediatestage transistors, grounds the both latch output. Comparison Phase: In comparison phase, clk=VDD hence Mtail1 and Mtail2 are on and transistors M3 andM4 goes off. At the beginning, as both the nodes fp and fn are about VDD hence the control transistors are still OFF. So, in accordance with input voltages applied, both the nodes fp and fn start to fall. Consider the case, if Vinp>Vinn, due to this voltage difference fn starts to drop with a faster rate than fp this happens because M2 transistor drivesmorecurrentthan M1 transistor. Now, during the drop of node fn, corresponding transistor Mc1(control transistor) of pmos gets start to turn ON which pulls fp node again to VDD while other control transistor MC2 remains in off state for allowing node fn to discharge completely. While considering the other casei.e.if Vinn>Vinp, the whole circuit works vice versa. Fig -5: Conventional Double Tail Comparator
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2064 4.3 DYNAMIC DOUBLE TAIL COMPARATOR The basic idea of this comparator is to increase the latch regeneration speed. For this purpose, the two control transistors Mc1 and Mc2 are added to the firststagewith are in parallel with M3 and M4 but in cross coupled manner as shown in the figure above. The operation of this comparator is also divided into two phases which are reset and comparison (decision making) phase. Reset Phase: During this phase, clk=0 so Mtail1 and Mtail2 are Off, both the nodes fp and fn are driven to Vdd by transistors M3 and M4.Hence two control transistors Mc1 and Mc2 are cut off. Both the latch outputs are reset to ground by the intermediate stage transistors MR1 and MR2. Comparison Phase: In this phase, clk=Vdd, hence Mtail1 and Mtail2 are On, transistors M3 and M4 are in Off state. At the beginning of this decision making phase, as both the nodes fp and fn are about Vdd so both the control transistors Mc1 and Mc2 are still in Off state. Now both the input nodes fp and fn starts to fall down with different discharging rates in accordance with the input voltages applied. Considering the case, if Vinp>Vinn. Due to this voltage different, node fn starts to drop with faster rate than node fp because current provided by M2 is greater than M1. Fig -6: Dynamic Double Tail Comparator 4.4 ADIABATIC LOGIC BASED DOUBLE TAIL COMPARATOR 4.4.1 ADIABATIC LOGIC: Adiabatic logic circuit is a low power circuit which use “reversible logic” to conserve the energy. Adiabatic logic works with the concept of switching activities which results in reduction of the power by giving stored energy back to the supply. There are two key rules associated with it: 1. Never turn on a transistor when there is a voltage potential between the source and drain. 2. Never turn off a transistor when current is flowing through it. In the principle of operation of adiabatic logic circuit, the power clk plays an important role in the main design. When clk=1 (charge), When clk=0 (discharge), Fig -7 : Adiabatic Logic Based Double Tail Comparator In this condition the power get reduce in great extent and also improves the speed of the circuit operates on high speed. It is very important to use adiabatic logic circuit as an extra circuitry for the optimization of power in double tail comparator circuit. It is an essential factor for power consumption performance. At the starting condition adiabatic logic is applied to power supply. At the time one transistor is on another one is off and vice versa. It provides the continuous supply to the circuit. This means that at
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2065 working period it goes into charging condition and at off stage the circuit discharges according to the supply. Working of modified dynamicdoubletail comparatorinboth reset and comparison phase is similar as the double tail comparator. At the beginning of the decision making phase, both fn and fp nodes are pre charged to VDD. In the reset phase switches are closed fn and fp starts to drop with different discharging rates depends ontheinputvoltages. As soon as comparator detects that one of the fn or fp nodes discharging faster, one of the control transistor will act in a way to increase their voltage difference. If fp is at VDD then fn should be discharged completely, hence switch in the charging path of fp will be opened but the other switch connected to fn will be closed which allow the complete discharge of fn node. The operation ofthecontrol transistors with the switches emulates the operation of the latch. Table -1: Comparision of Power Consumption of Different Comparators. Design Power Consumption Area Single Tail Comparator 6.683mW 100µm X18µm Conventional Double Tail Comparator 0.118mW 119µm X18µm Dynamic Double Tail Comparator 0.108mW 44µm X9µm Adiabatic Logic Based Dynamic Double Tail Comparator 76.908µW 48µm X13µm Chart -1 : Comparision Of Different Types Of Comparators 5. ENCODER DESIGN The encoder is mainly used to convert thermometer code to binary output. There are different ways with which the implementation of thermometer code to binary code conversion can be done. It includes ROM encoder, fat tree encoder, Wallace tree encoder, multiplexer based encoder and logic style based encoder. Table -2: Truth Table For Encoder Thermometer Code B3 B2 B1 B0 000000000000000 0 0 0 0 000000000000001 0 0 0 1 000000000000011 0 0 1 0 000000000000111 0 0 1 1 000000000001111 0 1 0 0 000000000011111 0 1 0 1 000000000111111 0 1 1 0 000000001111111 0 1 1 1 000000011111111 1 0 0 0 000000111111111 1 0 0 1 000001111111111 1 0 1 0 000011111111111 1 0 1 1 000111111111111 1 1 0 0 001111111111111 1 1 0 1 011111111111111 1 1 1 0 111111111111111 1 1 1 1 Fat tree encoder is the popular architecture that is being used in many flash ADC designs. This type of encoder requires intermediate conversion which converts the thermometer code to one out of N code. The one out of N code is then encoded to binary using fat tree encoder, which consists of multiple branches of OR gates. As the number of input bits increases, tree becomes larger. To improve the performance of fat tree encoder, the OR gates are replaced with NAND and NOR logic gates using De-Morgan’stheorem. The flash ADC is mainly consists of three blocks. The three blocks resistor ladder block, comparator and encoder are integrated together to get the functionality of Flash ADC. Flash or parallel converters have the highest speed of any type of ADC’s. As seen in fig they use one comparator per quantization level (2N-1) and 2N resistors. The reference voltage is divided into 2N values, each of which is fed into a comparator. The input voltage is compared with the each reference value and generates the thermometer code at the output of the comparators. A thermometer code generates all zeros for each resistor level if the value of the vin less than the value on the resistor string, and ones if the value of vin greater than or equal to the value on the resistor string.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2066 Fig -8: Flash ADC Using Adiabatic Logic Based Double Tail Comparator 6. SIMULATION RESULTS Fig -9: Simulation Results of Single Tail Comparator. Fig -10: Simulation Results of Conventional Double Tail Comparator. Fig -11: Simulation Result of Dynamic Double Tail Comparator. Fig -12: Simulation Result of Adiabatic Logic Based Double Tail Comparator Fig -13: Simulation Result of Adiabatic Logic Based Double Tail Comparator
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2067 Fig -14: Simulation Result of Flash ADC Using Double Tail Comparator 7. CONCLUSION Flash ADC is taken as the best architecture for high speed applications. The first step of this project is to design comparator. Analysis of two common structures which conventional dynamic comparator and conventional double tail comparator is done. Based on the analysis, a new structure of double tail comparator with two switches is proposed which is used for low voltagelowpowercapability for improving the performance of the comparator. The proposed comparator hasreducedpowertoa greatextentas compared to conventional dynamic comparator and conventional double tail comparator. As compared to conventional doubletail comparatorandthedynamicdouble tail comparator, the adiabatic logic based comparator consumes 76.908µW of the power consumption. The layout had been drawn and the layout area of adiabatic logic based double tail comparator obtained is48µmX13µm.Thefattree logic based encoder is designed with the power dissipation of 8.322 W with 1.2V supply voltage. The layout had been drawn and the layout area of fat tree logic based encoder obtained is 132µmX18µm. finally by combining resistor ladder, comparator blocks and encoder, flash bit ADC is designed and simulated. The average power consumption of designed flash ADC is 5mw the layout had been drawn and the layout area of flash ADC is 83 m X 14 m. All the designs are simulated in DSCH and the layouts are drawn on MICROWIND software. REFERENCES [1] S.Akash, A. Anisha, G. Jaswanth Das, “Design Of Low Power And High Speed Double Tail Comparator”, International Conference On Circuit, Power And Computing Technologies, Year: 2017. [2] Hsuan-Yu Chang And Ching-Yuan Yang, “AReference Voltage Interpolation-Based Calibration Method For Flash ADCs”, IEEE Transactions On Very Large Scale Integration (VLSI) Systems,Volume:24,Pages:1728 - 1738,Year:2016. [3] Aditi Kar, Moushumi Das, Bipasha Nath, Durba Sarkar, Alak Majumdar, “Comparative Analysis Of Low Power Novel Encoders For Flash ADC In 28nm Low Power Digital Cmos”, IEEE Transactions On Microwave Theory And Techniques Volume: 64, Pages: 1143-1152, Year:2016. [4] Pranati Ghoshal And Sunit Kumar Sen, “A Bit Swap Logic (BSL) Based Bubble Error Correction (BEC) Method For Flash ADC’s”, 2nd International Conference On Control, Instrumentation, Energy & Communication, Pages: 111 - 115,Year:2016. [5] Gregor Tretter, Mohammad Mahdi Khafaji, David Fritsche, Corrado Carta, Frank Ellinger, “Design And Characterization Of A 3-Bit 24-GS/S FlashADCIn28- Nm Low power Digital CMOS”, IEEE Transactions On Microwave Theory And Techniques, Volume: 64, Pages: 1143 - 1152,Year:2016. [6] R. Kasthuri Priya, "Low-Power Low-Voltage High- Speed Performance Improvement Analysis Of Double Tail Comparator”, International Journal on Applications in information and Communication Engineering, vol. 1, no. 6, pp. 5-11, June 2015. [7] L. Venkateswarlu, MA. Wajeed, M. Basha, "Area efficient low power double tail comparator using switching transistors", International Journal of eminent Engineering Technology, vol. 2, no. 5, June. 2015. [8] Amol Inamdar, Anubhav Sahu, Jie Ren, Sormeh Setoodeh, Raafat Mansour And Deepnarayan Gupta, “Design And Evaluation Of Flash ADC”, IEEE Transactions On Applied Superconductivity,Volume:25,Article: 1400205, Year:2015. [9] Samaneh Babayan-Mashhadi, Reza Lotfi, "Analysis And Design Of A Low-Voltage Low-Power Double- Tail Comparator", IEEE Trans. On Very Large Scale Integration (VLSI) Systems, Vol. 22, No. 2, Pp. 343- 352, Feb. 2014. [10] Umamaheswari.V.S., Rajaramya.V.G “Low Power High Performance Double Tail Comparator” International Journal Of Scientific Engineering And Technology, Volume No.3 Issue No.5, Pp : 647-650 1 May 2014.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2068 [11] Mr. K. N. Hosur, Mr. Dariyappa, Mr. Shivanand, Mr. Vijay, Mr. Nagesha, Dr. Girish V. Attimarad, Dr. Harish.“Design Of 4 Bit Flash ADC Using TMCC & NORROM Encoder In 90nm CMOS Technology”,978- 1-4673-6667-0/15/$31.00©2015 IEEE. [12] Vinayashree Hiremath, Student Member IEEE; Saiyu Ren, Member IEEE, “A Novel Ultra High Speed Reconfigurable Switching Encoder For Flash Adc”, 978-1-4577-1041-4/11/$26.00 ©2011 IEEE.