voltage regulator on chip
**On-Chip Voltage Regulators** are **integrated power management circuits that generate and regulate supply voltages directly on the processor die** — enabling fine-grained per-core voltage scaling, faster DVFS response, and reduced off-chip power delivery complexity for high-performance SoCs and server processors.
**Why On-Chip Regulation?**
- **Off-chip VR**: Motherboard VRM provides single voltage → all cores share same Vdd.
- **On-chip VR**: Each core or power domain has its own regulator → independent voltage per core.
- **Benefits**: faster DVFS transitions (ns vs. μs), finer voltage granularity (mV steps), reduced motherboard complexity.
**Types of On-Chip Regulators**
| Type | Efficiency | Area | Noise | Bandwidth |
|------|-----------|------|-------|-----------|
| LDO (Low Dropout) | 70-85% | Small | Very Low | Very High (MHz) |
| Switched Cap (SC) | 85-95% | Medium | Medium | Medium |
| Buck (Integrated) | 85-95% | Large (inductor) | Higher | Medium |
**LDO Regulator (Most Common On-Chip)**
- **Circuit**: Error amplifier + pass transistor + feedback resistors.
- **Operation**: Pass transistor acts as variable resistance — adjusts to maintain constant Vout despite load current changes.
- **Dropout**: Minimum Vin - Vout for regulation. Low-dropout designs: 50-100 mV.
- **Efficiency**: $\eta = V_{out}/V_{in}$ — inherently limited. At 0.7V output from 0.8V input: 87.5%.
- **Advantage**: No switching noise, very fast transient response (< 1 ns).
**Intel Integrated Voltage Regulator (IVR)**
- Intel Haswell (2013) introduced on-die fully integrated voltage regulators (FIVR).
- Each core has independent voltage rail — allows per-core DVFS.
- Uses integrated buck converters with on-package inductors.
- Saved motherboard VRM complexity but generated more heat on die.
- Later generations (Alder Lake, Intel 7) refined the approach with improved efficiency.
**Design Challenges**
- **Area**: Power transistors consume significant die area — 5-10% of core area.
- **Heat**: Power dissipated in regulator adds to chip thermal budget.
- **Noise**: Switching regulators inject ripple into supply — sensitive analog circuits affected.
- **Current Delivery**: High-performance cores draw 10-50A per core — requires massive on-die pass transistors.
**Power Delivery Network Interaction**
- On-chip VR reduces the voltage step from motherboard to core → less IR drop in package/motherboard.
- Enables aggressive voltage scaling: 0.45V operation for power-limited workloads.
- Combined with power gating: VR turns off power domain completely in sleep states.
On-chip voltage regulators are **a key enabler of energy-efficient high-performance computing** — by bringing power conversion directly onto the processor die, they enable per-core voltage optimization that extracts maximum performance from every watt of power budget.