SlideShare a Scribd company logo
1 of 5
Download to read offline
Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40
www.ijera.com DOI: 10.9790/9622-0704063640 36 | P a g e
An Optimal Design of UP-DOWN Counter as SAR Logic Based
ADC using CMOS 45nm Technology
Miss. Rohini Mane*, Prof. Swati Shetkar**
*Electronics and Communication Department, M.S. Bidve College of Engineering, Latur- 413531
Email: rohinimane2011@gmail.com
** Electronics and Communication Department, M.S. Bidve College of Engineering, Latur- 413531
Email: swati.shetkar@gmail.com
ABSTRACT
In this paper an analog to digital converter architecture is introduced. The proposed design is based on Up-Down
counter approach SAR type ADC. This design offers less design complexity which leads to low power
consumption. Based on the proposed idea, a 4-bit ADC is simulated in Microwind 3.5 environment using 45nm
CMOS technology with supply voltage of 1 V. The ADC is designed with control signal like Start of conversion
(SOC) and End of conversion (EOC). The ADC design consumes 3.2mW of power. The proposed ADC design
is optimized to area of 829.6µm2.
Keywords - Analog-digital conversion (ADC), SAR, Up-Down counter, Microwind 3.5
I. INTRODUCTION
ADC is an integral design block in modern digital
communication system. With the continuous
advancement of CMOS technology, the need for low
complexity, low-power and high-speed analog-to-
digital converters has increased [1].
Nowadays, VLSI designs are implemented with
more and more functions on the chip. Along the
same, with an increasing trend to a system-on-chip,
in order to achieve low manufacturing cost, an ADC
has to be implemented in a low-voltage submicron
CMOS technology [2]. So we have proposed low
power ADC. From different ADC architectures
available SAR based ADC is having many
advantages over the different types of ADC
architecture [1]. SAR based ADC can be design in
many ways. This paper proposed Up-Down counter
as a SAR logic. This proposed structure also have
various advantages over the regular SAR design
methodologies. The Up-Down counter as a SAR
logic is best suitable for low power application.
The paper is organized as follows. In section II,
overview of SAR based ADC is described. Section
III and IV describes proposed design of parts of
ADC system and performance analysis. Finally
section V concludes the paper.
II. PROPOSED ADC ARCHITECTURE
The SAR algorithm works by switching on a large
voltage and comparing that to the input voltage. If
the switched voltage proves higher than the input
voltage then the algorithm turns off that voltage and
turns on a voltage half that size and repeats. If the
voltage comes up lower than the input voltage it
keeps that voltage on and then adds a voltage that
represents half the size of the first voltage and
repeats. This then corresponds to a series of 1s and
0s. These values are known as bits with the first
voltage that is turned on corresponding to the most
significant bit (or MSB) and the last voltage
corresponding to the least significant bit (or LSB).
When the algorithm finishes the result is a binary
code that corresponds to the input voltage. This
process is referred to as successive approximation
[3].
The architecture of a successive approximation ADC
is shown in Figure 1. The SAR based ADC is
basically based in the concept of a binary search
algorithm to determine the closest digital code for an
input signal. The analog input signal that to be
converter is applied to the structure through the
sample and hold circuit to the comparator. The
comparator simply tells whether the input signal is
greater or smaller than the DAC output and gives
one digital bit at a time starting from the MSB [3].
The SAR stores the produced digital bit and uses the
information to alter the DAC output for the next
RESEARCH ARTICLE OPEN ACCESS
Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40
www.ijera.com DOI: 10.9790/9622-0704063640 37 | P a g e
comparison. In order to achieve N-bit resolutions, a
successive approximation ADC needs N clock
cycles. As the performance is limited by DAC
linearity, the calibration of the DAC is required to
gain high resolution [4].
Figure 1: Architecture of SAR based ADC
Figure 2: Iterative converter algorithm and a simple
implementation with up/down counter
The complete process is faster than the iterative
converter as only N comparisons are necessary. The
algorithm is showed in detailed in figure 2.
The proposed Up-Down counter based SAR ADC is
basically consists of four different parts as;
A. Sample and Hold circuit
B. Voltage Comparator
C. Up-Down counter as SAR logic
D. DAC
A. Sample and Hold circuit:
The input signal in the proposed ADC structure is
provided to the sample and Hold circuit. It samples
analog input signal & holds value between clock
cycles. Sample and hold circuit provides the stable
input which is the most important parameter for the
ADC topology. The physical design of sample and
hold circuit is as shown in figure 3.
Figure 3: Physical layout design of SnH structure
The structure is designed with a combination of an
inverter with transmission gate on the output side.
The capacitor value have to be decided depending on
the restoring logic of the input signal. The
simulation result for the input as a sine wave is
shown in figure below.
Figure 4: Simulation result of SnH cicuit
B. Digital Comparator
Comparator is the important design sub block of the
ADC. The sampled output from the sample and hold
circuit is provided to the comparator structure to
determine the digital equivalent of the analog signal
and it compare the analog signal with another
reference signal and outputs are binary signal based
on the comparison.
Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40
www.ijera.com DOI: 10.9790/9622-0704063640 38 | P a g e
Figure 5: Physical design layout of Comparator
For a given design of the comparator, when
Vref > Vin ; the structure outs as logic 1 and for
Vref < Vin ; the structure outs as logic 0
The simulation result for the input Vref as input with
some delayed clock and Vin as random clock is
shown in figure below.
Figure 6: Simulation result of Comparator
C. Up-Dow Counter as SAR logic
The proposed work is basically focused on the
construction of the SAR logic by designing the Up-
Down counter. We design the SAR counter logic by
simplest method, an Up/Down counter to control
DAC o/p.
It works by starting by binary o/p 8(1000), and then
by determining whether Vin is larger or smaller than
VDD/2, it decrements or increments.
The counter o/p and Vin is compared using
comparator which gives the value of that count
directly. The comparison is performed for the next
count, and so on until all count are checked for
below or greater than value 8.
The conversion would start with SOC signal and
cycle finishes after 8 clock cycles, with active low
EOC output
Figure 7: Logical Schematic design of SAR
The counter increments or decrements on the
comparator input, it would start only with a pulse
signal as Start of Conversion (SOC), lasting at least
one clock cycle.
If the Comparator is „0‟, then the O/P would be 15
(1111), and if the comparator is „1‟ all the time then
the o/p would be 1 (0001).
The conversion end with EOC (end of conversion)
signal, going active low to indicate end of
conversion and also load counter value to the o/p
port.
Figure 8: Physical design of SAR logic
D. Digital to analog converter
DAC is designed by using R-2R ladder network. The
resolution of R-2R based DAC is based on the
accuracy of the resistors and resistance of switches
which must be low to minimize the voltage drop and
associated non-linearity. „Fig 9‟ shows MOS based
layout of 4-bit R-2R DAC. Resistors are designed by
using polysilicon material, due to it has high
resistivity. The resistor R has a fixed value of 500
ohm.[5]
Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40
www.ijera.com DOI: 10.9790/9622-0704063640 39 | P a g e
Figure 9: Physical design of DAC
The table below provided the analog output values
that we are getting form the simulation v/s the
theoretical values.
Table I: Analog output values for DAC
Digital Inputs Analog Output Values
B3 B2 B1 B0 Theoretical Practical
0 0 0 0 1 1
0 0 0 1 0.9325 0.92
0 0 1 0 0.875 0.84
0 0 1 1 0.812 0.79
0 1 0 0 0.75 0.70
0 1 0 1 0.68 0.64
0 1 1 0 0.62 0.60
0 1 1 1 0.56 0.56
1 0 0 0 0.50 0.44
1 0 0 1 0.43 0.40
1 0 1 0 0.37 0.35
1 0 1 1 0.31 0.33
1 1 0 0 0.25 0.29
1 1 0 1 0.18 0.26
1 1 1 0 0.125 0.24
1 1 1 1 0.0625 0.23
Figure10: Simulation result of DAC
III. IMPLEMENTATION OF ADC:
Physical layout of the proposed ADC architecture is
done with the EDA tool microwind with 45 nm
technology.
Now we are having layout design of all required four
blocks that we need to design ADC. These four
blocks we need to arrange as shown in “fig 11”.
Figure 11: Schematic design of ADC
Figure 11, gives the overall view of SAR Based
ADC when integrated together with different
components of the block diagram for SAR ADC.
It integrates the building blocks like SAR counter
and O/P register.
The counter increments or decrements on the
comparator input, it would start only with a pulse
signal as Start of Conversion (SOC), lasting atleast
one clock cycle.
If the Comparator is „0‟, then the O/P would be 15
(1111), and if the comparator is „1‟ all the time then
the o/p would be 1 (0001).
Figure 12: Physical design of SAR based ADC
Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com
ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40
www.ijera.com DOI: 10.9790/9622-0704063640 40 | P a g e
Physical design parameters for ADC:
Width: 56.9µm
Height: 14.6µm
Surf: 829.6µm2
Electrical nodes: 234
NMOS devices: 235
PMOS devices: 198
IV. PERFORMANCE ANALYSIS
For simulation here are the details
Analog input signal (A_in) : sine wave with 1000
MHz of frequency.
SnH clock: logical delayed clock
System clock= 500 MHz
Vout= Output signal
TABLE II . ADC Output Table
Analog Vtg
Input
ADC o/p Decimal
Values
0.0V 1111 15
0.1V 1111 15
0.2V 1111 15
0.25V 1101 13
0.32V 1011 11
0.4V 0111 7
0.5V 0100 4
0.6V 0011 3
0.7V 0010 2
0.75V 0011 2
0.8V 0001 1
0.87V 0001 1
0.9V 0001 1
1.0V 0001 1
Figure 13: Simulation result of ADC
V. CONCLUSION
This paper presents the physical design
implementation and simulation of ADC system. In
this paper, low power and high speed SAR ADC is
proposed and designed in 45 nm CMOS technology.
We presented high speed/performance and typically
low power consumption design of Successive
Approximation Logic for ADC and by using the
same we designed ADC architecture whose speed of
operation is nearly doubled with more output
stability.
At last, we club up all the working modules of the
SAR based ADC is designed in 45nm CMOS
technology with 4 bit resolution. It consumes
different power values for the various range of input
variations, as for triangular waveform as input, it
consumes, 3.2mW of power for running simulation
for 200nsec.
REFERENCES
1] A.R. Kasetwar, V.G. Nasre. “Exploration
and design of SAR logic for low power
High Speed SAR-ADC.” International
Journal of VLSI Design,2011, pp. 121-128,
2011.
[2] Rajesh Mehra, Mehmood ul Hassan,
“Design analysis of 1-bit CMOS
Comparator”, International Journal of
Scientific Research Engineering
Technology, 2015.
[3] Prasanna Venkatesan GKD, Sivasathya S,
Manikandan T, “Implementation of double
tail comparator for low voltage successive
approximation register”, Unique Journal of
Engineering and Advanced Sciences, 2014.
[4] Mrs. Jasbir Kaur, Saurabh Kansal “Study
of Various ADCs and Compare their
Performance and Parameters” IJAERT,
Volume 3 March 2015.
[5] Anuradha S. Kherde, Pritesh R. Gumble,
“An Efficient Design of R-2R Digital to
Analog Converter with better performance
parameter in 90nm CMOS Process”,
IJITEE, DEC,2013.
[6] Ying-zu-lin, chung-cheng liu, Gaun-ying
haung, ya-ting shyu, yen-ting liu, soon jyh
chang “A 9-bit 150 Ms/s subrange ADC
based on SAR architecure in 90-nm
CMOS,”IEEE transaction on circuit and
systems- I:regular papers, VOL.60, No.3,
March 2013.
.

More Related Content

What's hot

Design & implementation of high speed carry select adder
Design & implementation of high speed carry select adderDesign & implementation of high speed carry select adder
Design & implementation of high speed carry select adderssingh7603
 
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...IJERA Editor
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085IJERA Editor
 
IRJET- FPGA Implementation of Low Power Configurable Adder for Approximate Co...
IRJET- FPGA Implementation of Low Power Configurable Adder for Approximate Co...IRJET- FPGA Implementation of Low Power Configurable Adder for Approximate Co...
IRJET- FPGA Implementation of Low Power Configurable Adder for Approximate Co...IRJET Journal
 
Digital to Analog Converter by LDCE students
Digital to Analog Converter by LDCE studentsDigital to Analog Converter by LDCE students
Digital to Analog Converter by LDCE studentsMitul Lakhani
 
Design and Implementation of 16-bit Arithmetic Logic Unit using Quantum dot C...
Design and Implementation of 16-bit Arithmetic Logic Unit using Quantum dot C...Design and Implementation of 16-bit Arithmetic Logic Unit using Quantum dot C...
Design and Implementation of 16-bit Arithmetic Logic Unit using Quantum dot C...IJERA Editor
 
INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER
 INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER   INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER
INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER SIRILsam
 
Bit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBhargavKatkam
 
ADC - Analog to Digital Conversion on AVR microcontroller Atmega16
ADC - Analog to Digital  Conversion on AVR microcontroller Atmega16ADC - Analog to Digital  Conversion on AVR microcontroller Atmega16
ADC - Analog to Digital Conversion on AVR microcontroller Atmega16Robo India
 
Interfacing adc
Interfacing adcInterfacing adc
Interfacing adcPRADEEP
 
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_editedDESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_editedShital Badaik
 
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...IJERA Editor
 
32-bit unsigned multiplier by using CSLA & CLAA
32-bit unsigned multiplier by using CSLA &  CLAA32-bit unsigned multiplier by using CSLA &  CLAA
32-bit unsigned multiplier by using CSLA & CLAAGanesh Sambasivarao
 
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder
Design of Low-Power High-Speed  Truncation-Error-Tolerant Adder Design of Low-Power High-Speed  Truncation-Error-Tolerant Adder
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder Sravankumar Samboju
 
Analog to Digital Converters
Analog to Digital ConvertersAnalog to Digital Converters
Analog to Digital ConvertersAmitabh Shukla
 
An 8 bit_multiplier
An 8 bit_multiplierAn 8 bit_multiplier
An 8 bit_multiplierRobi Parvez
 
Successive Approximation ADC
Successive Approximation ADC Successive Approximation ADC
Successive Approximation ADC AbhayDhupar
 
A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085IJERD Editor
 
Successive approximation adc
Successive approximation adcSuccessive approximation adc
Successive approximation adcMaria Roshan
 

What's hot (20)

Design & implementation of high speed carry select adder
Design & implementation of high speed carry select adderDesign & implementation of high speed carry select adder
Design & implementation of high speed carry select adder
 
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
A Novel Efficient VLSI Architecture for IEEE 754 Floating point multiplier us...
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
 
IRJET- FPGA Implementation of Low Power Configurable Adder for Approximate Co...
IRJET- FPGA Implementation of Low Power Configurable Adder for Approximate Co...IRJET- FPGA Implementation of Low Power Configurable Adder for Approximate Co...
IRJET- FPGA Implementation of Low Power Configurable Adder for Approximate Co...
 
Digital to Analog Converter by LDCE students
Digital to Analog Converter by LDCE studentsDigital to Analog Converter by LDCE students
Digital to Analog Converter by LDCE students
 
Design and Implementation of 16-bit Arithmetic Logic Unit using Quantum dot C...
Design and Implementation of 16-bit Arithmetic Logic Unit using Quantum dot C...Design and Implementation of 16-bit Arithmetic Logic Unit using Quantum dot C...
Design and Implementation of 16-bit Arithmetic Logic Unit using Quantum dot C...
 
INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER
 INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER   INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER
INTERFACING ANALAOG TO DIGITAL CONVERTER (ADC0808/09) TO 8051 MICROCONTROLLER
 
Bit Serial multiplier using Verilog
Bit Serial multiplier using VerilogBit Serial multiplier using Verilog
Bit Serial multiplier using Verilog
 
ADC - Analog to Digital Conversion on AVR microcontroller Atmega16
ADC - Analog to Digital  Conversion on AVR microcontroller Atmega16ADC - Analog to Digital  Conversion on AVR microcontroller Atmega16
ADC - Analog to Digital Conversion on AVR microcontroller Atmega16
 
Interfacing adc
Interfacing adcInterfacing adc
Interfacing adc
 
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_editedDESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
DESIGN AND PERFORMANCE ANALYSIS OF BINARY ADDERS_edited
 
Flot multiplier
Flot multiplierFlot multiplier
Flot multiplier
 
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low ...
 
32-bit unsigned multiplier by using CSLA & CLAA
32-bit unsigned multiplier by using CSLA &  CLAA32-bit unsigned multiplier by using CSLA &  CLAA
32-bit unsigned multiplier by using CSLA & CLAA
 
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder
Design of Low-Power High-Speed  Truncation-Error-Tolerant Adder Design of Low-Power High-Speed  Truncation-Error-Tolerant Adder
Design of Low-Power High-Speed Truncation-Error-Tolerant Adder
 
Analog to Digital Converters
Analog to Digital ConvertersAnalog to Digital Converters
Analog to Digital Converters
 
An 8 bit_multiplier
An 8 bit_multiplierAn 8 bit_multiplier
An 8 bit_multiplier
 
Successive Approximation ADC
Successive Approximation ADC Successive Approximation ADC
Successive Approximation ADC
 
A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085
 
Successive approximation adc
Successive approximation adcSuccessive approximation adc
Successive approximation adc
 

Similar to An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm Technology

Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...iosrjce
 
12-Bit 1MSps SAR ADC For System-On-Chip
12-Bit 1MSps SAR ADC For System-On-Chip12-Bit 1MSps SAR ADC For System-On-Chip
12-Bit 1MSps SAR ADC For System-On-ChipSheila Sinclair
 
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET Journal
 
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYDESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYVLSICS Design
 
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYDESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYVLSICS Design
 
A Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAA Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAIJERA Editor
 
Ijarcet vol-2-issue-7-2241-2245
Ijarcet vol-2-issue-7-2241-2245Ijarcet vol-2-issue-7-2241-2245
Ijarcet vol-2-issue-7-2241-2245Editor IJARCET
 
Ijarcet vol-2-issue-7-2241-2245
Ijarcet vol-2-issue-7-2241-2245Ijarcet vol-2-issue-7-2241-2245
Ijarcet vol-2-issue-7-2241-2245Editor IJARCET
 
Power Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence ToolPower Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence ToolIRJET Journal
 
Sigma Delta ADC for Implantable Cardiac Sensing
Sigma Delta ADC for Implantable Cardiac SensingSigma Delta ADC for Implantable Cardiac Sensing
Sigma Delta ADC for Implantable Cardiac SensingRamprasad Vijayagopal
 
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADCDesign of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADCAman JanGra
 
A High Speed Successive Approximation Pipelined ADC
A High Speed Successive Approximation Pipelined ADCA High Speed Successive Approximation Pipelined ADC
A High Speed Successive Approximation Pipelined ADCPushpak Dagade
 
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...VLSICS Design
 
A High Speed Successive Approximation Pipelined ADC.pdf
A High Speed Successive Approximation Pipelined ADC.pdfA High Speed Successive Approximation Pipelined ADC.pdf
A High Speed Successive Approximation Pipelined ADC.pdfKathryn Patel
 
IRJET- Calibration Techniques for Pipelined ADCs
IRJET-  	  Calibration Techniques for Pipelined ADCsIRJET-  	  Calibration Techniques for Pipelined ADCs
IRJET- Calibration Techniques for Pipelined ADCsIRJET Journal
 
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...IJERA Editor
 

Similar to An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm Technology (20)

Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
Modelling and Simulation of a SAR ADC with Internally Generated Conversion Si...
 
12-Bit 1MSps SAR ADC For System-On-Chip
12-Bit 1MSps SAR ADC For System-On-Chip12-Bit 1MSps SAR ADC For System-On-Chip
12-Bit 1MSps SAR ADC For System-On-Chip
 
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS TechnologyIRJET-  	  Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
IRJET- Implementation of 16-Bit Pipelined ADC using 180nm CMOS Technology
 
Ie3614221424
Ie3614221424Ie3614221424
Ie3614221424
 
A 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADCA 1.2V 10-bit 165MSPS Video ADC
A 1.2V 10-bit 165MSPS Video ADC
 
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYDESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
 
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGYDESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
DESIGN OF LOW POWER SAR ADC FOR ECG USING 45nm CMOS TECHNOLOGY
 
H0534248
H0534248H0534248
H0534248
 
A Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAA Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTA
 
Ijarcet vol-2-issue-7-2241-2245
Ijarcet vol-2-issue-7-2241-2245Ijarcet vol-2-issue-7-2241-2245
Ijarcet vol-2-issue-7-2241-2245
 
Ijarcet vol-2-issue-7-2241-2245
Ijarcet vol-2-issue-7-2241-2245Ijarcet vol-2-issue-7-2241-2245
Ijarcet vol-2-issue-7-2241-2245
 
Power Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence ToolPower Efficient 4 Bit Flash ADC Using Cadence Tool
Power Efficient 4 Bit Flash ADC Using Cadence Tool
 
Sigma Delta ADC for Implantable Cardiac Sensing
Sigma Delta ADC for Implantable Cardiac SensingSigma Delta ADC for Implantable Cardiac Sensing
Sigma Delta ADC for Implantable Cardiac Sensing
 
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADCDesign of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
 
A High Speed Successive Approximation Pipelined ADC
A High Speed Successive Approximation Pipelined ADCA High Speed Successive Approximation Pipelined ADC
A High Speed Successive Approximation Pipelined ADC
 
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
DESIGN OF IMPROVED RESISTOR LESS 45NM SWITCHED INVERTER SCHEME (SIS) ANALOG T...
 
A High Speed Successive Approximation Pipelined ADC.pdf
A High Speed Successive Approximation Pipelined ADC.pdfA High Speed Successive Approximation Pipelined ADC.pdf
A High Speed Successive Approximation Pipelined ADC.pdf
 
IRJET- Calibration Techniques for Pipelined ADCs
IRJET-  	  Calibration Techniques for Pipelined ADCsIRJET-  	  Calibration Techniques for Pipelined ADCs
IRJET- Calibration Techniques for Pipelined ADCs
 
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
Design and Implementation of Low Power 3-Bit Flash ADC Using 180nm CMOS Techn...
 
C011122428
C011122428C011122428
C011122428
 

Recently uploaded

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 

An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm Technology

  • 1. Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40 www.ijera.com DOI: 10.9790/9622-0704063640 36 | P a g e An Optimal Design of UP-DOWN Counter as SAR Logic Based ADC using CMOS 45nm Technology Miss. Rohini Mane*, Prof. Swati Shetkar** *Electronics and Communication Department, M.S. Bidve College of Engineering, Latur- 413531 Email: rohinimane2011@gmail.com ** Electronics and Communication Department, M.S. Bidve College of Engineering, Latur- 413531 Email: swati.shetkar@gmail.com ABSTRACT In this paper an analog to digital converter architecture is introduced. The proposed design is based on Up-Down counter approach SAR type ADC. This design offers less design complexity which leads to low power consumption. Based on the proposed idea, a 4-bit ADC is simulated in Microwind 3.5 environment using 45nm CMOS technology with supply voltage of 1 V. The ADC is designed with control signal like Start of conversion (SOC) and End of conversion (EOC). The ADC design consumes 3.2mW of power. The proposed ADC design is optimized to area of 829.6µm2. Keywords - Analog-digital conversion (ADC), SAR, Up-Down counter, Microwind 3.5 I. INTRODUCTION ADC is an integral design block in modern digital communication system. With the continuous advancement of CMOS technology, the need for low complexity, low-power and high-speed analog-to- digital converters has increased [1]. Nowadays, VLSI designs are implemented with more and more functions on the chip. Along the same, with an increasing trend to a system-on-chip, in order to achieve low manufacturing cost, an ADC has to be implemented in a low-voltage submicron CMOS technology [2]. So we have proposed low power ADC. From different ADC architectures available SAR based ADC is having many advantages over the different types of ADC architecture [1]. SAR based ADC can be design in many ways. This paper proposed Up-Down counter as a SAR logic. This proposed structure also have various advantages over the regular SAR design methodologies. The Up-Down counter as a SAR logic is best suitable for low power application. The paper is organized as follows. In section II, overview of SAR based ADC is described. Section III and IV describes proposed design of parts of ADC system and performance analysis. Finally section V concludes the paper. II. PROPOSED ADC ARCHITECTURE The SAR algorithm works by switching on a large voltage and comparing that to the input voltage. If the switched voltage proves higher than the input voltage then the algorithm turns off that voltage and turns on a voltage half that size and repeats. If the voltage comes up lower than the input voltage it keeps that voltage on and then adds a voltage that represents half the size of the first voltage and repeats. This then corresponds to a series of 1s and 0s. These values are known as bits with the first voltage that is turned on corresponding to the most significant bit (or MSB) and the last voltage corresponding to the least significant bit (or LSB). When the algorithm finishes the result is a binary code that corresponds to the input voltage. This process is referred to as successive approximation [3]. The architecture of a successive approximation ADC is shown in Figure 1. The SAR based ADC is basically based in the concept of a binary search algorithm to determine the closest digital code for an input signal. The analog input signal that to be converter is applied to the structure through the sample and hold circuit to the comparator. The comparator simply tells whether the input signal is greater or smaller than the DAC output and gives one digital bit at a time starting from the MSB [3]. The SAR stores the produced digital bit and uses the information to alter the DAC output for the next RESEARCH ARTICLE OPEN ACCESS
  • 2. Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40 www.ijera.com DOI: 10.9790/9622-0704063640 37 | P a g e comparison. In order to achieve N-bit resolutions, a successive approximation ADC needs N clock cycles. As the performance is limited by DAC linearity, the calibration of the DAC is required to gain high resolution [4]. Figure 1: Architecture of SAR based ADC Figure 2: Iterative converter algorithm and a simple implementation with up/down counter The complete process is faster than the iterative converter as only N comparisons are necessary. The algorithm is showed in detailed in figure 2. The proposed Up-Down counter based SAR ADC is basically consists of four different parts as; A. Sample and Hold circuit B. Voltage Comparator C. Up-Down counter as SAR logic D. DAC A. Sample and Hold circuit: The input signal in the proposed ADC structure is provided to the sample and Hold circuit. It samples analog input signal & holds value between clock cycles. Sample and hold circuit provides the stable input which is the most important parameter for the ADC topology. The physical design of sample and hold circuit is as shown in figure 3. Figure 3: Physical layout design of SnH structure The structure is designed with a combination of an inverter with transmission gate on the output side. The capacitor value have to be decided depending on the restoring logic of the input signal. The simulation result for the input as a sine wave is shown in figure below. Figure 4: Simulation result of SnH cicuit B. Digital Comparator Comparator is the important design sub block of the ADC. The sampled output from the sample and hold circuit is provided to the comparator structure to determine the digital equivalent of the analog signal and it compare the analog signal with another reference signal and outputs are binary signal based on the comparison.
  • 3. Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40 www.ijera.com DOI: 10.9790/9622-0704063640 38 | P a g e Figure 5: Physical design layout of Comparator For a given design of the comparator, when Vref > Vin ; the structure outs as logic 1 and for Vref < Vin ; the structure outs as logic 0 The simulation result for the input Vref as input with some delayed clock and Vin as random clock is shown in figure below. Figure 6: Simulation result of Comparator C. Up-Dow Counter as SAR logic The proposed work is basically focused on the construction of the SAR logic by designing the Up- Down counter. We design the SAR counter logic by simplest method, an Up/Down counter to control DAC o/p. It works by starting by binary o/p 8(1000), and then by determining whether Vin is larger or smaller than VDD/2, it decrements or increments. The counter o/p and Vin is compared using comparator which gives the value of that count directly. The comparison is performed for the next count, and so on until all count are checked for below or greater than value 8. The conversion would start with SOC signal and cycle finishes after 8 clock cycles, with active low EOC output Figure 7: Logical Schematic design of SAR The counter increments or decrements on the comparator input, it would start only with a pulse signal as Start of Conversion (SOC), lasting at least one clock cycle. If the Comparator is „0‟, then the O/P would be 15 (1111), and if the comparator is „1‟ all the time then the o/p would be 1 (0001). The conversion end with EOC (end of conversion) signal, going active low to indicate end of conversion and also load counter value to the o/p port. Figure 8: Physical design of SAR logic D. Digital to analog converter DAC is designed by using R-2R ladder network. The resolution of R-2R based DAC is based on the accuracy of the resistors and resistance of switches which must be low to minimize the voltage drop and associated non-linearity. „Fig 9‟ shows MOS based layout of 4-bit R-2R DAC. Resistors are designed by using polysilicon material, due to it has high resistivity. The resistor R has a fixed value of 500 ohm.[5]
  • 4. Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40 www.ijera.com DOI: 10.9790/9622-0704063640 39 | P a g e Figure 9: Physical design of DAC The table below provided the analog output values that we are getting form the simulation v/s the theoretical values. Table I: Analog output values for DAC Digital Inputs Analog Output Values B3 B2 B1 B0 Theoretical Practical 0 0 0 0 1 1 0 0 0 1 0.9325 0.92 0 0 1 0 0.875 0.84 0 0 1 1 0.812 0.79 0 1 0 0 0.75 0.70 0 1 0 1 0.68 0.64 0 1 1 0 0.62 0.60 0 1 1 1 0.56 0.56 1 0 0 0 0.50 0.44 1 0 0 1 0.43 0.40 1 0 1 0 0.37 0.35 1 0 1 1 0.31 0.33 1 1 0 0 0.25 0.29 1 1 0 1 0.18 0.26 1 1 1 0 0.125 0.24 1 1 1 1 0.0625 0.23 Figure10: Simulation result of DAC III. IMPLEMENTATION OF ADC: Physical layout of the proposed ADC architecture is done with the EDA tool microwind with 45 nm technology. Now we are having layout design of all required four blocks that we need to design ADC. These four blocks we need to arrange as shown in “fig 11”. Figure 11: Schematic design of ADC Figure 11, gives the overall view of SAR Based ADC when integrated together with different components of the block diagram for SAR ADC. It integrates the building blocks like SAR counter and O/P register. The counter increments or decrements on the comparator input, it would start only with a pulse signal as Start of Conversion (SOC), lasting atleast one clock cycle. If the Comparator is „0‟, then the O/P would be 15 (1111), and if the comparator is „1‟ all the time then the o/p would be 1 (0001). Figure 12: Physical design of SAR based ADC
  • 5. Miss. Rohini Mane. Int. Journal of Engineering Research and Application www.ijera.com ISSN : 2248-9622, Vol. 7, Issue 4, ( Part -6) April 2017, pp.36-40 www.ijera.com DOI: 10.9790/9622-0704063640 40 | P a g e Physical design parameters for ADC: Width: 56.9µm Height: 14.6µm Surf: 829.6µm2 Electrical nodes: 234 NMOS devices: 235 PMOS devices: 198 IV. PERFORMANCE ANALYSIS For simulation here are the details Analog input signal (A_in) : sine wave with 1000 MHz of frequency. SnH clock: logical delayed clock System clock= 500 MHz Vout= Output signal TABLE II . ADC Output Table Analog Vtg Input ADC o/p Decimal Values 0.0V 1111 15 0.1V 1111 15 0.2V 1111 15 0.25V 1101 13 0.32V 1011 11 0.4V 0111 7 0.5V 0100 4 0.6V 0011 3 0.7V 0010 2 0.75V 0011 2 0.8V 0001 1 0.87V 0001 1 0.9V 0001 1 1.0V 0001 1 Figure 13: Simulation result of ADC V. CONCLUSION This paper presents the physical design implementation and simulation of ADC system. In this paper, low power and high speed SAR ADC is proposed and designed in 45 nm CMOS technology. We presented high speed/performance and typically low power consumption design of Successive Approximation Logic for ADC and by using the same we designed ADC architecture whose speed of operation is nearly doubled with more output stability. At last, we club up all the working modules of the SAR based ADC is designed in 45nm CMOS technology with 4 bit resolution. It consumes different power values for the various range of input variations, as for triangular waveform as input, it consumes, 3.2mW of power for running simulation for 200nsec. REFERENCES 1] A.R. Kasetwar, V.G. Nasre. “Exploration and design of SAR logic for low power High Speed SAR-ADC.” International Journal of VLSI Design,2011, pp. 121-128, 2011. [2] Rajesh Mehra, Mehmood ul Hassan, “Design analysis of 1-bit CMOS Comparator”, International Journal of Scientific Research Engineering Technology, 2015. [3] Prasanna Venkatesan GKD, Sivasathya S, Manikandan T, “Implementation of double tail comparator for low voltage successive approximation register”, Unique Journal of Engineering and Advanced Sciences, 2014. [4] Mrs. Jasbir Kaur, Saurabh Kansal “Study of Various ADCs and Compare their Performance and Parameters” IJAERT, Volume 3 March 2015. [5] Anuradha S. Kherde, Pritesh R. Gumble, “An Efficient Design of R-2R Digital to Analog Converter with better performance parameter in 90nm CMOS Process”, IJITEE, DEC,2013. [6] Ying-zu-lin, chung-cheng liu, Gaun-ying haung, ya-ting shyu, yen-ting liu, soon jyh chang “A 9-bit 150 Ms/s subrange ADC based on SAR architecure in 90-nm CMOS,”IEEE transaction on circuit and systems- I:regular papers, VOL.60, No.3, March 2013. .