What is multivoltage design?
From PDVerse Low-Power Physical Design Mentor Guide · pdVerse Mentor Guide
Definition
Multivoltage design is an architectural and implementation technique in which different blocks of a chip operate at different, fixed supply voltages, so that non-performance-critical logic can run at a lower voltage (saving power) while performance-critical logic runs at a higher voltage.
Mentor Explanation
This is a direct consequence of the power-versus-voltage relationship: since power is a function of the square of voltage, running different blocks (power domains) at different static voltages saves power for the blocks that don't need full performance. A block operating at a voltage different from its surroundings is called a 'voltage island.' In implementation, voltage areas are the physical placement counterpart of power domains, with a strict one-to-one relationship: 'There must be a one-to-one relationship between logical power domains and physical voltage areas... A single voltage area must correspond to another single power domain, and vice versa,' and except for level-shifter cells, all cells inside one voltage area operate at the same voltage.
Example
In a canonical topology, a 1.0V top-level domain contains an ARM926 core running at 1.2V for performance, a DMA engine at 1.1V, and an APB peripheral bus at 0.9V for power savings — three voltage islands inside one chip.
Why It Matters
Multivoltage is the architectural umbrella under which level shifters, isolation, and voltage-area placement rules all make sense — I want candidates to be able to define it crisply before drilling into implementation mechanics.
Equation
power is a function of the square of the voltage (P proportional
to V^2)Common Beginner Mistake
Confusing multivoltage (multiple fixed, static voltages assigned to different blocks) with dynamic voltage scaling (DVS/DVFS), which changes a single block's voltage over time — these are related but distinct techniques.
Continue learning free
Get a practical low-power chapter
Receive the existing “Low Power and Multivoltage Fundamentals” PDF chapter and its download link by email.
Continue practising