Sub-Threshold Logic: How Hardware Runs at 0.3V to Sip Microwatts

2026-06-18

Every CMOS designer learns that transistors "turn on" at the threshold voltage Vt (typically 0.3–0.5V in modern nodes). Below that, the transistor is "off" — but it's not really off. A small sub-threshold leakage current still flows, growing exponentially with Vgs. For decades this was treated as a parasitic nuisance. Then someone asked: what if we compute with that leakage current instead of fighting it?

That's sub-threshold logic. You drop the supply voltage below Vt — typically 0.2V to 0.4V — and let the "leakage" become your signal current. The transistor is technically in weak inversion, where drain current follows an exponential law:

ID ≈ I0 · exp((VGS − Vt) / (n·VT))

where VT is the thermal voltage (~26 mV at room temp) and n is the sub-threshold slope factor (~1.3). This is the same exponential as a bipolar transistor — sub-threshold MOSFETs behave like BJTs.

The energy win is huge. Dynamic energy scales with VDD2. Dropping from 1.0V to 0.3V cuts energy per operation by roughly 11×. For circuits where speed doesn't matter — wristwatches, hearing aids, implanted glucose sensors, RFID tags — sub-threshold operation extends battery life from months to decades.

The catch is severe. Drive current drops by 4–6 orders of magnitude, so clock frequencies fall from GHz to kHz or low MHz. Worse, the exponential I-V relationship makes everything extremely sensitive to variation:

Real example: The MIT "Phoenix" processor (2008) ran at 0.5V with peak energy of 2.6 pJ/cycle — small enough that a 1 mm² solar cell under indoor lighting could power it. It enabled implantable medical sensors that never need battery replacement.

Design rules of thumb:

The minimum-energy operating point isn't actually at zero volts — leakage energy eventually dominates dynamic energy. For most processes, the sweet spot is around 0.3–0.4V, where total energy per operation hits a minimum roughly 10× lower than nominal operation.

Key Takeaway: Sub-threshold logic turns transistor leakage into the signal itself — trading 1000× speed for 10× lower energy per operation, perfect for implants and harvested-power sensors that need to run for decades on a sliver of energy.

All newsletters