power management ic pmic
**Power Management IC (PMIC) Design** is the **analog/mixed-signal circuit discipline that creates the voltage regulation, power sequencing, and energy management subsystems that convert, distribute, and monitor all supply voltages within an electronic system — where a modern smartphone PMIC generates 20-30 distinct voltage rails from a single battery, and server PMICs deliver 200-500A at sub-1V to processor cores with millivolt-level accuracy and nanosecond transient response**.
**Voltage Regulator Types**
**Low-Dropout Regulator (LDO)**:
- Linear regulator: pass transistor acts as a variable resistor, maintaining Vout = Vref regardless of load variations. Dropout voltage (Vin − Vout minimum): 50-200 mV for advanced PMOS LDOs.
- Efficiency = Vout/Vin — only efficient when Vin ≈ Vout. 0.9V output from 1.0V input: 90% efficient. From 3.3V input: 27% efficient — rest dissipated as heat.
- Advantages: zero switching noise (critical for analog/RF), fast transient response (<1 μs), small area (no inductor), low output ripple (<1 mV).
- Use: analog supply filtering, post-regulation after switching converter, always-on domains, noise-sensitive circuits.
**Buck Converter (Step-Down Switching)**:
- Switch-mode: high-side PMOS/NMOS alternately connects inductor to Vin and ground. LC filter smooths the switched waveform to a DC output.
- Efficiency: 85-95% across a wide Vin/Vout range. Dominant for high-current digital supplies.
- Switching frequency: 1-10 MHz (discrete), 10-100 MHz (fully integrated). Higher frequency allows smaller inductors but increases switching losses.
- Multi-phase: 4-8 interleaved phases for high-current loads (100+ A for server CPUs). Each phase handles 25-60A. Interleaving reduces output ripple and input capacitor stress.
**Boost Converter (Step-Up)**:
- Stores energy in inductor during ON phase, releases at higher voltage during OFF phase. Used for LED drivers, display backlights, and converting battery voltage (3-4.2V) up to 5-12V.
**Buck-Boost (Bidirectional)**:
- Operates in buck or boost mode depending on Vin vs. Vout relationship. Essential for battery systems where Vbatt can be above or below the required output during the discharge cycle.
**On-Chip Integrated Voltage Regulators (IVR)**
Modern processors integrate voltage regulators directly on the die, eliminating PCB-level power delivery losses:
- **Intel FIVR (Fully Integrated Voltage Regulator)**: On-die buck converters with air-core inductors embedded in the package. Per-domain voltage control enables fine-grained DVFS with μs-level response.
- **Switched-Capacitor (SC) Converters**: Use only capacitors (no inductors) for voltage conversion. Ratios of 2:1 or 3:2 achievable with high efficiency. TSMC and academic research demonstrate SC converters at >90% efficiency in sub-5nm CMOS.
**Power Sequencing and Protection**
- **Sequencing**: Voltages must ramp in specific order (core before I/O, analog before digital) to prevent latch-up and ensure proper initialization. PMIC sequencer controls enable/ramp timing with <1 ms precision.
- **Protection**: Over-voltage (OVP), under-voltage lockout (UVLO), over-current (OCP), over-temperature (OTP), and short-circuit protection. Each rail monitored independently. Fault response: shutdown, current limiting, or flag to system controller.
PMIC Design is **the essential but often invisible engineering that converts raw power into the precisely regulated, sequenced, and protected voltages that make every transistor on every chip function correctly** — the power foundation without which no digital or analog circuit can operate.