【Semiconductor】 ⏱️ 08-08. What Is NBTI? — How MOSFETs Degrade Over Time”

topics: [“Semiconductor”, “NBTI”, “Reliability”, “MOSFET”, “BSIM4”]


⏱️ Introduction

In the previous articles, we have examined initial MOSFET characteristics through:

However, in real silicon devices, there is an unavoidable reality:

A device that works well today may not behave the same way five years later.

One of the most representative causes of this behavior is
👉 NBTI (Negative Bias Temperature Instability).

NBTI is a fundamental reliability issue that explains how
MOSFETs gradually degrade over time.


🔥 What Is NBTI?

NBTI mainly affects pMOSFETs when the following conditions coexist:

It is therefore classified as a
time-dependent reliability degradation mechanism.

Its most distinctive feature is:

The threshold voltage $V_t$ shifts as a function of time.


🧠 What Is Happening Physically?

Under NBTI stress conditions, near the gate-oxide / silicon interface:

As a result:

👉 The MOSFET becomes harder to turn on

This manifests as reduced on-current and increased delay.


📉 Impact on V–I Characteristics

NBTI effects appear directly in DC characteristics.

Typical observations include:

All of these are consequences of:

Threshold voltage shift ($\Delta V_{th}$)


📐 How BSIM4 Treats NBTI

In BSIM4, NBTI is represented as:

A critical limitation must be noted:

BSIM4 alone does not directly solve time evolution

For this reason, SemiDevKit adopts a hybrid approach:


🧰 NBTI Analysis with SemiDevKit

The following module is used:

This framework provides fully automated:


🔬 NBTI Analysis Flow

t = 0
 ├─ VG–ID sweep
 │     ├→ Vtg0 (gmmax method)
 │     └→ Vtc0 (constant-current method)
 ├─ DC extraction
 │     └→ Idlin0 / Idsat0

t > 0
 ├─ Apply ΔVth(t) model
 ├─ Apply ΔId(t) model
 ├─ Reconstruct Vtg1 / Vtc1 / Idlin1 / Idsat1

→ Export CSV results
→ Generate degradation plots
→ Overlay VG–ID curves

🚀 Execution Example

cd bsim/bsim4_analyzer_reliability/run
python run_nbti_pmos.py

📊 Example Results

■ PMOS NBTI: Vg–Id Degradation (Linear Scale)

👉 Clear rightward shift of the Vg–Id curve
👉 Reduced drain current at the same gate voltage


■ PMOS NBTI: ΔVtg vs. Stress Time

👉 Degradation follows a power-law time dependence
👉 Early-stage degradation is dominant


⚠️ Why NBTI Matters

NBTI leads to:

It is especially critical for:

👉 NBTI is a hard constraint, not an optional consideration.


🔗 TCAD / BSIM / SPICE Relationship

NBTI fits naturally into the same conceptual chain:

👉 Reliability is also a “physics → model → circuit” problem.


📝 Summary

MOSFETs are no longer evaluated by:

“Does it work?”

but by:

“How long does it keep working?”


Next Article 👉

09: What Is HCI? — Why High Electric Fields Destroy MOSFETs