Update README.md
1 file changed
tree: 51a566c43d234360bf2b033ac8245b5424d919d7
  1. .github/
  2. docs/
  3. gds/
  4. mag/
  5. netgen/
  6. openlane/
  7. verilog/
  8. xschem/
  9. .gitignore
  10. .gitmodules
  11. info.yaml
  12. LICENSE
  13. Makefile
  14. README.md
README.md

Skywaters 130nm LDO Design Integrated in Caravel

License CI Caravan Build

This is a caravel that has an LDO Design implemented on Skywaters 130nm technology.

Circuit Design

The implementation of the LDO is as follows

Schematic

Image of LDO schematic

Error Amplifier

Image of LDO_Error amplifier

Bandgap

Image of LDO_BGR

LDO Simulation

We have an enable switch so all the following analysis when the enable signal is high.

a. DC analysis

We used dc analysis for displaying the operating point for proper biasing of transistors and also dc sweep of output voltage against variations in supply and temprature to calculate dropout voltage,line regulation,temperature coefficient.

Supply variation

We made dc sweep on the supply and plotted voltage of the output node and vdd node overlaid on the same plot @Load current = 0.1mA Image of LDO_Vout_vs_Vin

@Load current = 10mA Image of LDO_Vout_vs_Vin

@Load current = 100mA Image of LDO_Vout_vs_Vin

Temperature variation

We made dc sweep on temperature from 0 to 85°C and plotted the output voltage vs temperature from which we found temperature coeffiecient in ppm/°C. @Load current = 100uA Image of LDO_Vout_vs_Vin

@Load current = 10mA Image of LDO_Vout_vs_Vin

c. AC analysis

PSRR

We used AC analysis by injecting small ac signal over the supply and plotted the output voltage in dB which refers to the PSRR vs Frequency.

Image of LDO_PSRR

Stability analysis

We made the above testbench to cut the feedback loop of the ldo and inject ac signal and then measure the loop gain and phase to find phase margin.

d. Transient analysis

Line Transient

We used transient analysis to show the line transient by varying the supply from 0 to vdd where the nominal supply voltage is 2.3v. When VDD varies from 0 to 2.3v Image of LDO_Transient When VDD varies from 2 to 3v Image of LDO_Transient

Load Transient

The load is varied from 0.1mA to 10mA where the load is modeled as current source varied as PWL source where the output voltage suffers from under shoot of 40mV due to change of load current from 0.1mA to 10mA in 10uS then it settles back to its original value so we used this analysis to measure the load regulation.

The plot includes load current variation and ac-coupled ldo_output overlaid on the same plot. Image of LDO_netlist

Turn-on Characteristic

We have an enable signal so we varied it from 0 to Vin in 0.1uS and plotted the ldo_out. The start up time is less than 10uS. Image of LDO_netlist

e. Testbench netlist

Image of LDO_netlist

Simulation results

The typical conditions are tt corner ,load of 50uA, T=27°C , VDD=2.3V , We have a script to automate running process corners then getting their statistical distribution where the variation of the load from 50uA till 100mA is included in the corners

SpecificationTT
Temperature Coeffiecient49.4 ppm/°C
Dropout Voltage @IL=0.1mA0.211mV
Dropout Voltage @IL=10mA85.6mV @IL=10mA
Dropout Voltage @IL=100mA168.45mV @IL=100mA
Line Regulation0.0325 mv/v
Load Regulation0.06mV IL=0.1mA till IL=10mA
PSRR @ 100Hz88.1dB
PSRR @ 100kHz44.7dB
Load range50uA -> 100mA
Phase Margin50.1°
Quiescent Current130uA
Startup time7uS

Layout Design

Analog User Project Documentation

Refer to README for this sample project documentation.