Power Management IC (PMIC) Design: From Specifications to Silicon

Key Takeaways

  • PMIC design begins with a rigorous spec sheet — input range (2.7–5 V), output (5 V ±4%), ripple (< ±40 mV), efficiency (~90%), and max switching frequency (≤800 kHz) directly drive topology and sub-block choices.
  • The buck converter is the foundational topology for this 5 V regulator; its ideal conversion ratio M(D) = D dictates duty cycle selection and critical inductance to maintain CCM operation across load and input variations.
  • A first-order bandgap reference delivers 1.19 V ±2.3 mV over −40 °C to 125 °C by balancing CTAT (−1.5 mV/K) and PTAT (+0.087 mV/K) voltage components — enabled by precise resistor ratios and SOOCH current-mirror loads for extended PSRR down to ~2 V supply.
  • Over-temperature protection uses a bipolar VEB sensor compared against a stable reference, with hysteresis (145 °C trip / 130 °C reset) implemented via positive feedback — robust across process corners due to ratio-based design rather than absolute device parameters.
  • Hybrid modulation (PWM at heavy load, PFM/PSM at light load) maximizes efficiency across the full load range, while NEST-MILLER compensation ensures loop stability (52–78° phase margin) and sub-µs turn-on settling aligned with the 740 kHz switching period.

Power Management IC (PMIC) Design: From Specifications to Silicon

Designing a Power Management IC (PMIC) is not merely assembling known blocks — it’s an iterative, specification-driven synthesis where every transistor, resistor, and layout decision traces back to a defined electrical and thermal envelope. This article walks through the complete design flow of a high-efficiency, 5 V-output PMIC as detailed in the foundational tutorial by Liao and Ju — from initial DC-DC topology selection and ripple-constrained filter design, through precision analog sub-blocks like the bandgap reference and over-temperature protection, to silicon-proven layout and simulation practices. Targeted at embedded systems engineers, power IC designers, and hardware architects, this guide grounds each concept in measurable parameters: 90% efficiency at 740 kHz, ±2.3 mV bandgap drift, and 15 °C hysteresis OTP — all realized in a 0.5 µm CMOS process with integrated bipolar devices.

Step 1: Translating System Specs into Topology and Operating Points

Every PMIC starts with a specification sheet — not as marketing copy, but as a binding contract between the IC and the system it powers. For our example chip:

  • Input voltage: 2.7–5 V (wide-range USB, battery, or adapter input)
  • Output voltage: 5 V ±4% (i.e., 4.8–5.2 V regulation window)
  • Output ripple: < ±40 mV peak-to-peak (critical for noise-sensitive analog or RF subsystems)
  • Efficiency: ≈90% (dictates thermal budget and battery life)
  • Switching frequency: ≤800 kHz (actual operating point ~740 kHz — balances EMI, component size, and MOSFET switching loss)
  • Process: 0.5 µm CMOS with on-chip bipolar transistors (enables accurate bandgap and temperature sensing)

Given that the required output (5 V) sits at the upper bound of the input range, a pure buck converter only operates efficiently when Vin > 5 V. Below that — e.g., at 2.7 V — the buck cannot regulate up. Therefore, the full solution must accommodate both regimes: a buck topology dominates above 5 V, while a buck-boost or switched-capacitor (charge-pump) stage handles low-Vin conditions. However, the tutorial focuses on the buck as the core regulated stage — its simplicity, predictability, and dominance in mid-to-high current applications make it the pedagogical and practical anchor.

The buck’s ideal conversion ratio in continuous conduction mode (CCM) is M(D) = D, where D = TON/T is the duty cycle. To deliver 5 V from a nominal 3.3 V input, D ≈ 5/3.3 ≈ 1.52 — impossible. So the buck is only viable when Vin ≥ 5.2 V (accounting for ±4% tolerance). In practice, the chip uses hybrid architecture: a primary buck for high-Vin, and a charge-pump boost for low-Vin — leveraging PFM regulation without inductors, ideal for standby or low-current rails.

Step 2: Output Filter Design — Controlling Ripple Through L and C Selection

Ripple isn’t just an AC annoyance — it directly impacts system noise floor, ADC accuracy, and clock jitter. The spec mandates < ±40 mV, which constrains both the inductor and output capacitor. In CCM, the inductor current ripple ΔIL is:

ΔIL = (Vin − Vout) × D / (fsw × L)

For fixed fsw ≈ 740 kHz and worst-case Vin = 5 V, Vout = 5 V → ΔIL → 0. But at Vin = 4.5 V, D = 5/4.5 ≈ 0.89, giving:

ΔIL ≈ (4.5 − 5) × 0.89 / (7.4×10⁵ × L) → magnitude depends on L.

More critically, output voltage ripple has two dominant components:

  1. ESR-induced ripple: ΔVESR ≈ ΔIL × ESRC
  2. Capacitor impedance ripple: ΔVC ≈ ΔIL / (8 × π² × fsw² × C)

For ceramic capacitors (low ESR), the second term often dominates. To meet < ±40 mV, designers typically target ΔIL ≤ 20–30% of IOUT,MAX and select C such that ΔVC contributes ≤25 mV. A typical value used in the tutorial is C = 22 µF (X5R, 6.3 V rating), paired with an inductor of ~4.7 µH.

Crucially, the inductor must be sized above the critical inductance Lc to avoid boundary conduction mode (BCM) or discontinuous conduction mode (DCM), which cause variable-frequency operation, higher ripple, and degraded regulation. Lc is given by:

Lc = (Vout × (Vin − Vout)) / (2 × fsw × Vin × IOUT,MIN)

If IOUT,MIN = 1 mA (light-load condition), Lc ≈ 1.8 µH — so L = 4.7 µH provides robust CCM margin.

Step 3: Modulation Strategy — Optimizing Efficiency Across Load Range

A fixed PWM scheme excels at heavy loads but suffers at light loads due to switching losses dominating conduction losses. The solution is hybrid modulation: PWM for high-current operation (>50 mA), and pulse-frequency modulation (PFM) or pulse-skipping modulation (PSM) below that threshold.

  • PWM (voltage mode): Compares an error-amplifier output against a fixed-frequency ramp (from a charging capacitor). Simple but requires careful loop compensation.
  • PWM (current mode): Uses the sensed switch current as the ramp source. Offers inherent line regulation and easier compensation — but demands slope compensation when D > 0.5 to suppress sub-harmonic oscillation.
  • PFM: Holds constant on-time and varies off-time (frequency). Reduces switching loss dramatically at light loads — ideal for IoT or sleep-mode operation.
  • PSM: Skips entire switching cycles while maintaining regulated output. Lower complexity than PFM but may increase output ripple during skip intervals.

The tutorial’s 740 kHz design employs current-mode PWM with slope compensation for D > 0.5, transitioning seamlessly to PFM below 10 mA. This achieves the target ~90% efficiency across 1 mA to 1 A loads — verified in HSPICE transient simulations with realistic MOSFET models and PCB parasitics.

Step 4: Bandgap Reference Design — Precision, Stability, and PSRR

The bandgap reference is the PMIC’s “ruler” — its accuracy and stability define regulation tolerance, temperature drift, and power-supply rejection. Our target: 1.19 V ±2.3 mV from −40 °C to 125 °C and 2.5–5 V supply.

This is achieved by combining two complementary temperature-dependent voltages:

  • CTAT (Complementary-To-Absolute-Temperature): The base-emitter voltage VBE of a bipolar transistor decreases with temperature — ≈ −1.5 mV/K near 25 °C.
  • PTAT (Proportional-To-Absolute-Temperature): The difference ΔVBE between two identical transistors biased at current densities differing by factor n is ΔVBE = (kT/q) × ln(n), yielding ≈ +0.087 mV/K.

The first-order compensated bandgap circuit uses an op-amp to force equality between two nodes, generating a PTAT current through R1. This current is mirrored and dropped across R2 to produce a PTAT voltage, then summed with the CTAT VEB of an output transistor:

VREF = IPTAT × R2 + VEB

By tuning the R2/R1 ratio, the positive PTAT slope cancels the negative CTAT slope at a chosen temperature (e.g., 25 °C), minimizing overall drift.

But precision requires more than theory:

  • Start-up circuit: Self-biased current mirrors have two equilibrium points — zero current (undesired latch-up) and nominal current. A dedicated start-up inverter pulls gate voltage high until current flows, then disengages. Without it, the bandgap fails to power up reliably.
  • Frequency compensation: The clamp amplifier + output stage forms a 3-stage system. NEST-MILLER compensation (Miller capacitor + resistor between stages 1 and 3) ensures phase margin stays >45° — measured at 52–78° across voltage and temperature corners.
  • PSRR enhancement: Conventional cascode loads require ≥2.6 V headroom. The SOOCH (Self-Operating/Offset-Corrected) current-mirror load reduces minimum supply to ≈2 V — enabling operation down to the 2.7 V spec with only 0.6 mV change over 2–6 V.

Measured loop gain: 56–64 dB. Turn-on settling time: <1 µs — tightly aligned with the 1.35 µs period of 740 kHz switching.

Step 5: Over-Temperature Protection (OTP) — Robust Thermal Shutdown

OTP prevents catastrophic die failure from short circuits, overload, or ambient overheating. Its design prioritizes location, accuracy, and robustness.

The sensor is placed physically adjacent to the four large power MOSFETs — the hottest region on-die. Sensing relies on the same bipolar VEB’s CTAT behavior: as temperature rises, VEB falls linearly. A precision voltage divider generates a temperature-invariant reference voltage VREF(ENCE). A comparator (AMP2, PMOS-input for low common-mode voltage ~0.2 V) triggers when VEB ≤ VREF(ENCE).

Hysteresis is essential to prevent chatter near the trip point. It’s added via positive feedback: a resistor ladder injects current into the reference node when the comparator output goes high, effectively raising the threshold for turn-off and lowering it for turn-on. The result: clean, stable shutdown at 145 °C, with re-enable only after cooling to 130 °C — a 15 °C hysteresis window.

Corner analysis confirms robustness: MOS threshold variations shift trip point by <1 °C, while resistor ratio mismatches cause ~4–5 °C shifts. For production, laser trimming or steeper VEB slopes can tighten this further.

Sub-Block Integration and Verification

Beyond bandgap and OTP, the PMIC integrates several support blocks — each co-designed for synergy:

  • Oscillator: Sets the ~740 kHz clock. Accuracy directly affects regulation tolerance — a ±3% oscillator variation translates to ±3% output error if uncorrected by feedback.
  • Comparator / PWM generator: Compares the feedback voltage (from resistor divider) against VREF and the current-mode ramp to generate the gate drive signal.
  • Driver and protection: High-current gate drivers with slew-rate control minimize EMI; current-limit sensing protects against shorts; UVLO (under-voltage lockout) prevents erratic startup below 2.5 V.

Verification follows a strict hierarchy:

  1. Block-level simulation: AC analysis for bandgap stability; DC sweeps for OTP trip point; transient for start-up and load-step response.
  2. System-level simulation: Full-switching transient with realistic MOSFET models, PCB inductance, and load steps — validates ripple, efficiency, and regulation.
  3. Layout-aware extraction: Post-layout parasitics (capacitance, resistance) are back-annotated and re-simulated. Temperature sensor placement is verified via thermal FEM mapping.

Final sign-off includes corner simulations (FF, SS, FS, SF, TT), Monte Carlo for resistor mismatch, and EM/IR drop analysis on power rails.

PMIC Design Parameter Comparison Table

Parameter Value / Description Design Significance
CTAT coefficient ≈ −1.5 mV/K (VBE tempco) Provides negative temperature slope for bandgap cancellation
PTAT coefficient ≈ +0.087 mV/K (ΔVBE = (kT/q)·ln n) Provides positive slope; ratio n sets magnitude
VREF (bandgap) 1.19 V ±2.3 mV (−40…125 °C, 2.5–5 V) Defines output regulation accuracy and thermal drift budget
Loop gain / Phase margin 56–64 dB / 52–78° Guarantees stable regulation; >45° avoids ringing
OTP trip / reset 145 °C / 130 °C (15 °C hysteresis) Prevents thermal runaway; hysteresis avoids oscillation
Min operating supply ≈2 V (enabled by SOOCH load) Extends battery runtime; supports wide-input systems
Topology conversion ratios (CCM) Buck: D
Boost: 1/(1−D)
Buck-Boost: −D/(1−D)
Determines feasible Vin/Vout ranges and duty cycle limits

Frequently Asked Questions (FAQ)

Why is first-order bandgap compensation insufficient for automotive-grade PMICs?

First-order compensation nulls the linear (±mV/K) temperature dependence of VREF at one temperature, but leaves residual curvature — typically ±5–10 mV over −40 °C to 150 °C. Automotive AEC-Q100 Grade 0 (−40 °C to +150 °C) demands tighter drift (e.g., ±3 mV), requiring second-order techniques: curvature-correction resistors, β-assisted PTAT, or piecewise-linear schemes that model VBE’s quadratic term. These add area and complexity but are necessary for safety-critical rails.

How does PFM improve light-load efficiency compared to PWM?

In PWM, switching losses (gate charge × fsw × VDD) remain constant regardless of load. At light loads, these losses dominate conduction losses. PFM reduces fsw proportionally to load — e.g., at 10% load, frequency drops ~10×, cutting switching loss by ~90%. While PFM can increase output ripple slightly, it lifts light-load efficiency from ~65% (PWM) to >85%, extending battery life in always-on sensors and wearables.

What makes SOOCH current mirrors suitable for ultra-low-VDD PMICs?

Conventional cascode mirrors require ≥2VTH + VDS,sat headroom (≈2.6–2.8 V). SOOCH mirrors use offset-corrected, self-biasing structures that eliminate one transistor’s VTH drop — reducing minimum supply to ~VTH + VDS,sat ≈ 2.0 V. This enables operation from single-cell Li-ion (2.7–4.2 V) or coin cells without external LDOs, saving board space and cost.

Can OTP be implemented without bipolar transistors in pure-CMOS processes?

Yes — but with trade-offs. CMOS-only OTP uses gate-leakage current (exponential with T) or subthreshold VTH shift (≈ −1.5 mV/K) as the sensor. However, leakage is highly process-dependent and noisy, while VTH shift lacks the linearity and repeatability of bipolar VEB. Most production PMICs integrate bipolar devices (even in CMOS fabs) specifically for accurate, linear, and robust thermal sensing — a small area premium for major reliability gains.
Ready to translate your power architecture into a custom PMIC? Whether you need a multi-rail buck-boost controller, ultra-low-quiescent LDOs, or integrated battery management, our engineering team specializes in specification-driven silicon design — from behavioral modeling and corner-verified simulation to tape-out ready layout. Contact us today to discuss your next power IC project.