Design Implementation and Analysis of Flash Adc Architecture Wit
Design Implementation and Analysis of Flash Adc Architecture Wit
July 2012
SHRIKANTH K. SHIRAKOL
Department of E&CE., S.D.M. College of Engineering & Technology, Dharwad-02, [email protected]
KALMESHWAR N. HOSUR
Department of E&CE., S.D.M. College of Engineering & Technology, Dharwad-02,
[email protected]
Recommended Citation
LAKKANNAVAR, CHANNAKKA; SHIRAKOL, SHRIKANTH K.; and HOSUR, KALMESHWAR N. (2012)
"DESIGN, IMPLEMENTATION AND ANALYSIS OF FLASH ADC ARCHITECTURE WITH DIFFERENTIAL
AMPLIFIER AS COMPARATOR USING CUSTOM DESIGN APPROACH," International Journal of Electronics
Signals and Systems: Vol. 2 : Iss. 1 , Article 10.
DOI: 10.47893/IJESS.2012.1065
Available at: https://www.interscience.in/ijess/vol2/iss1/10
This Article is brought to you for free and open access by the Interscience Journals at Interscience Research
Network. It has been accepted for inclusion in International Journal of Electronics Signals and Systems by an
authorized editor of Interscience Research Network. For more information, please contact
[email protected].
DESIGN, IMPLEMENTATION AND ANALYSIS OF FLASH ADC
ARCHITECTURE WITH DIFFERENTIAL AMPLIFIER AS
COMPARATOR USING CUSTOM DESIGN APPROACH
1
CHANNAKKA LAKKANNAVAR, 2SHRIKANTH K. SHIRAKOL, 3KALMESHWAR N. HOSUR
1, 2, 3
Department of E&CE., S.D.M. College of Engineering & Technology, Dharwad-02
1
[email protected] , [email protected], [email protected]
Abstract— Analog-to-Digital Converters (ADCs) are useful building blocks in many applications such as a data storage
read channel and an optical receiver because they represent the interface between the real world analog signal and the
digital signal processors. Many implementations have been reported in the literature in order to obtain high-speed analog-to-
digital converters (ADCs). In this paper an effort is made to design 4-bit Flash Analog to Digital Converter [ADC] using
180nm cmos technology. For high-speed applications, a flash ADC is often used. Resolution, speed, and power consumption
are the three key parameters for an Analog-to-Digital Converter (ADC). The integrated flash ADC is operated at 4-bit
precision with analog input voltage of 0 to 1.8V. The ADC has been designed, implemented & analysed in standard
gpdk180nm technology library using Cadence tool.
International Journal of Electronics Signals and Systems (IJESS) ISSN: 2231-5969, Vol-2, Iss-1
51
Design, Implementation and Analysis of Flash ADC Architecture with differential amplifier as Comparator Using Custom Design Approach
of technology has not provided same level of benefit advantages as an improved gain, or power savings
for the analog circuit design. So to extract the that would have benefit to our ADC precision and
advantages of digital signal processing, there is a efficiency. When the input signal voltage is less than
trend of shifting signal processing from analog to the reference voltage, the comparator output is at
more efficient digital domain and dealing with the logic ‘0’.when the input signal voltage is higher than
analog signals only in the input-output stages. This the reference voltage, the comparator output is at
has resulted in the requirement of smart converters logic ‘1’. The comparators give the 2n-1 levels of
between analog and digital signals to cope up with outputs in terms of reference voltage.
the evolution of technology [3].
Section III discuss about the ADC architecture, in the mean 3. Priority encoder: The output of the comparators is
while Section IV about its Implementation. Section V, VI in the encoded form. Therefore a priority encoder has
describes the experimental results and Conclusion to be designed in order to convert the encoded signal
respectively. into n bits data (digital) which is unipolar binary
code[4][6].
III. FLASH ADC ARCHITECTURE
VI. DESIGN AND IMPLEMENTATION
International Journal of Electronics Signals and Systems (IJESS) ISSN: 2231-5969, Vol-2, Iss-1
52
Design, Implementation and Analysis of Flash ADC Architecture with differential amplifier as Comparator Using Custom Design Approach
The Table I show the voltage division for resistor Hence forth the design of comparator is shown in fig.
string with reference voltage is taken to be 1.8 V. 3., uses
24-1=15 differential amplifiers are used as
Table I: Voltage division occurs as follows: comparators in 4-bit flash-ADC architecture.
Working of Comparator:
M* Va*= (M*Vref)/2n When the input signal voltage is less than the
reference voltage, the comparator output is at logic
Tap 1 0.1125V ‘0’.when the input signal voltage is higher than the
Tap 2 0.225V reference voltage, the comparator output is at logic
Tap 3 0.3375V ‘1’. The comparators give the 15 levels of outputs in
Tap 4 0.45V terms of reference voltage. In transient response,
Tap 5 0.5625V during 0 to 5ns time V1 is ‘0’,V2 is ‘1’,so output will
Tap 6 0.675V be ‘0’ because V1<V2 and during 5 to 10 ns time V1
Tap 7 0.7875V is ‘1’,V2 is ‘0’, so output will be ‘1’ because V1>V2.
Tap 8 0.9V
Tap 9 1.0125V 3. Priority encoder stage:
Tap 10 1.125V
Tap 11 1.2375V
Tap 12 1.35V
Tap 13 1.4625V
Tap 14 1.575V
Tap 15 1.6875V
Tap 16 1.8V
*M= Resistor tap Number & Va=Voltages of each
resistor tap
2. The Comparator
Fig. 4: Priority encoder stage
The proposed flash ADC consists of comparator as
one of the important component, this comparator is The output of the comparators is in the encoded form.
designed in such a way that which is less immunity Therefore a priority encoder has to be designed in
for noise and with high common mode rejection ratio. order to convert the encoded signal into 4 bits data
Hence, the Differential Amplifier is used to achieve (digital) which is unipolar binary code.
the same. The logic employed in designing the priority encoder
is explained as follows,
D1=C1C′2C′4C′6C′8C′10C′12C′14+C3C′4C′6C′8C′10C′12C′
14+C5C′6C′8C′10C′12C′14+C7C′8C′10C′12C′14+C9C′10C′12
C′14 +C11C′12C′14+C13C′14+C15.
D2=C2C′4C′5C′8C′9C′12C′13+C3C′4C′5C′8C′9C′12C′13+C
6C′8C′9C′12C′13+C7C′8C′9C′12C′13+C10C′12C′13+C11C′12
C′13 +C14 +C15.
D3=C4C′8C′9C′10C′11+C5C′8C′9C′10C′11+C6C′8C′9C′10C
′11+C7
C′8C′9C′10C′11+C12+C13+C14+C15.
D4 = C8+C9+C10+C11+C12+C13+C14+C15.
V. EXPERIMENTAL RESULTS
International Journal of Electronics Signals and Systems (IJESS) ISSN: 2231-5969, Vol-2, Iss-1
53
Design, Implementation and Analysis of Flash ADC Architecture with differential amplifier as Comparator Using Custom Design Approach
International Journal of Electronics Signals and Systems (IJESS) ISSN: 2231-5969, Vol-2, Iss-1
54
Design, Implementation and Analysis of Flash ADC Architecture with differential amplifier as Comparator Using Custom Design Approach
VII. CONCLUSION
International Journal of Electronics Signals and Systems (IJESS) ISSN: 2231-5969, Vol-2, Iss-1
55
Design, Implementation and Analysis of Flash ADC Architecture with differential amplifier as Comparator Using Custom Design Approach
International Journal of Electronics Signals and Systems (IJESS) ISSN: 2231-5969, Vol-2, Iss-1
56