【Semiconductor】 📐 08-06. BSIM4 AC/CV Analysis — How to Read Parasitic Capacitance and Frequency Response Correctly”

topics: [“Semiconductor”, “BSIM4”, “SPICE”, “AC Analysis”, “CV Analysis”]


🚀 Introduction

In the previous article, we focused on DC analysis (V–I characteristics).
However, MOSFETs are not devices used only under DC conditions.

For all of these applications,
👉 understanding parasitic capacitance and frequency behavior is essential.

In this article, using the BSIM4 model, we systematically explain:

with a clear focus on what can be trusted and what requires caution.


🧭 Difference Between AC Analysis and CV Analysis

🔹 What is AC Analysis?

What you can observe:

👉 AC analysis tells us how fast a circuit can respond.


🔹 What is CV Analysis?

Typical capacitances:

👉 CV characteristics directly affect delay, switching speed, and high-frequency behavior.


🧰 Analysis Environment (SemiDevKit)

This article uses the following tool:

Prerequisites


⚠️ How to Think About CV Analysis (Important)

In BSIM4, capacitances are defined based on terminal charges.

Physically Meaningful Capacitance

C_{gg} = \frac{dQ_g}{dV_g}

Pitfall: Partitioned Capacitances

BSIM4 can also output:

However, these are:

C_{gs} + C_{gd} + C_{gb} \neq C_{gg}

👉 Therefore, they are not always suitable as physical CV characteristics.

For this reason, this tool intentionally adopts:

Extraction of $C_{gg}$ only
❌ $C_{gs}$ / $C_{gd}$ / $C_{gb}$ are excluded

This ensures physical interpretability and numerical stability.


🧪 Running CV Analysis

python run_cv.py

This automatically generates and executes:

for a total of six simulation conditions.


🧩 NMOS / PMOS Terminal Conditions

🔹 NMOS

🔹 PMOS (Important)

👉 Matches real device ON/OFF behavior
👉 Ensures physically correct PMOS biasing


📈 CV Analysis Results

■ NMOS C–V (130 nm, RT)


■ PMOS C–V (130 nm, RT)


📡 AC Analysis: Frequency Response

python run_ac.py

In AC analysis:

This reveals:

👉 If DC analysis is incorrect, AC analysis becomes meaningless
👉 Always follow the order: DC → AC → CV


🧠 Where Do Parasitic Capacitances Come From?

MOSFET parasitic capacitances originate from:

These are exactly the potential and carrier distributions observed in TCAD.

👉 BSIM4 simply compresses this physics into a compact model.


🔗 Relationship with DC Analysis

A critical principle:

AC and CV analyses are completely dependent on the DC operating point

👉 Always start from DC correctness.


📝 Summary

To use BSIM4 as a trustworthy model,
you must clearly understand what to look at — and what not to trust.


Next Article 👉

07: MOSFET L/W Scaling and Short-Channel Effects