Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TEAMadc/VSDInternship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

===IN PROGRESS===

INTRODUCTION TO ADC:

Data convertors act like a mediator in between the digital and analog world. They are used to convert analog signals to digital signals. They form the critical component of all the systems. The digital signals are considered dominant over analog signals as they improve the modern circuit performance. ADC is required as most signals in the physical world are analog.

SPECIFICATIONS:

10 Bit ADC, 3.3V Analog Voltage, 1.8V Digital Voltage and 1 off-chip external voltage reference

TABLE OF CONTENTS:

  1. WHY SAR?
  2. BLOCK DIAGRAM OF ADC
  3. DETAILED BLOCK DIAGRAM OF ADC
  4. SAR ADC PARAMETERS
  5. LAYOUT
  6. TRANSFER FUNCTION
  7. PRE-LAYOUT SIMULATIONS

WHY SAR?

SAR ADC is selected as it provided with a perfect balance of speed, power and area consumption.

WhatsApp Image 2021-02-05 at 9 41 54 AM

BLOCK DIAGRAM OF ADC:

Capture3

DETAILED BLOCK DIAGRAM OF ADC:

The ADC consists of five parts-

  1. Comparator
  2. SAR Logic
  3. R-2R DAC
  4. Sample and Hold
  5. Clock DIvider

Capture4

SAR ADC PARAMETERS:

Parameter Description Min Typ Max Unit Condition
VDDA Analog Supply Voltage 3.2 V T=40C to 85C
VDD Digital Supply Voltage 1.8 V T=40C to 85C
VREFH Reference Voltage High 3.3 V T=40C to 85C
VREFL Reference Voltage Low 0 V T=40C to 85C
FCLK Clock Frequency 0.01 1 2 MHz T=40C to 85C
RES Resolution 10 Bits For all above typical conditions (T=27C)
INL Integral Non-Linearity LSB For all above typical conditions (T=27C)
DNL Differential Non-Linearity -14.9 LSB For all above typical conditions (T=27C)
RIN Analog Input Resistance 110 kohm T=-40C - 85C
CL Analog Input Capacitance pF VT=-40C - 85C
IVREF Current through Reference Source 1.06 mA For all above typical conditions (T=27C)
T1 Start signal duration 0.5 Clock Cycles T=-40C - 85C
TCONV Conversion Time 12 Clock Cycles T=-40C - 85C
T4 Tracking Time 4 us T=-40C - 85C
IDDA Analog Supply Current 2.97619 mA T=27C, EN=1,FCLK=2MHz
IDDA Analog Supply Current pA T=27C, EN=0,FCLK=2MHz
IDDD Digital Supply Current 2.833 mA T=27C, EN=1,FCLK=2MHz

LAYOUT:

  • Layout of SAR Logic-

sarlogic

  • Layout of Comparator-

comparator

  • Layout of Sample and hold-

sample

  • Layout of R-2R DAC-

dac

  • Layout of Clock Divider-

clk

  • Layout of complete ADC-

layout of sar

TRANSFER FUNCTION:

transfer

PRE-LAYOUT SIMULATIONS

Pre-layout INL Error

INL(Integral non-linearity) shows how closely the ADC output matches its ideal response

inl

Pre-layout DNL Error

Differential non-linearity(DNL) means the deviation from the ideal step width. For an Ideal ADC, the output is divided into 2^N uniform steps of a specific step width. DNL for ideal ADC is 0LSB. In practical ADC, it comes feom its architecture. For SAR ADC DNL error could be in the mid range because of mismatching of its DAC.

dnl

About

This repository contains the details of simulation files of 10 bit SAR ADC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •