📐 BSIMモデルとPDKの関係

📐 BSIM Models and Their Role in PDKs


🎯 概要|Overview

BSIM(Berkeley Short-channel IGFET Model)モデルは、MOSFETの物理動作をSPICEで忠実に再現するための業界標準モデルです。
PDKに含まれるBSIMモデルは、ノード世代・トランジスタ構造(バルク/FinFET/GAA)に応じて最適化されており、EDA環境でのシミュレーション精度に直結します

BSIM (Berkeley Short-channel IGFET Model) is the industry-standard SPICE model for accurately simulating MOSFET behavior.
PDKs include BSIM models that are tailored to the process node and device architecture (Bulk, FinFET, GAA), ensuring high simulation fidelity in EDA environments.


📚 モデル世代と適用構造|BSIM Generations and Device Compatibility

モデル名
Model
対応ノード例
Applicable Nodes
構造
Device Type
備考|Notes
BSIM3 ~0.25μm Bulk CMOS Sky130 など教育PDKで使用されることもある
BSIM4 130nm〜28nm Bulk CMOS HCI・DIBL対応、DRC準拠の商用PDKで主流
BSIM-CMG 22nm〜3nm FinFET / GAA 多ゲート対応。Level=54、Fin/GAA対応の標準モデル
BSIM6 研究中(1.4nm以下) GAA / CFET 高精度物理モデル、今後の主流候補(要検証)

🔬 BSIM-CMG:先端FinFET/GAA対応の標準モデル

BSIM-CMG: Standard Model for FinFET and GAA

BSIM-CMG(Common Multi-Gate)は、FinFETやGAA構造に特化したBSIMモデルで、Fin高さ・幅、シート数、酸化膜厚、チャネル制御など、物理パラメータを詳細に扱います。PDK内では .model ブロックに記述され、Spectre / HSPICE / ngspice等で利用されます。

BSIM-CMG is designed for FinFET and GAA devices, enabling detailed modeling of fin height/width, nanosheet count, oxide thickness, and electrostatic control.
It appears in PDK .model blocks and is supported by Spectre, HSPICE, ngspice, and others.


🧾 BSIMモデルの主要パラメータ例

Key Parameters in BSIM Models

パラメータ名 説明|Description
Vth0 初期しきい値電圧(Threshold Voltage)
tox / epsrox 酸化膜厚/誘電率(Oxide Thickness / Permittivity)
finH / finW / nfin Fin高さ・幅・本数(GAAではH/W/sheet数)
u0 / vsat 移動度・飽和速度(Mobility / Saturation Velocity)
rdsw / rd / rs ソース・ドレインの寄生抵抗(Parasitic Resistance)
eta, theta, alpha モデル補正係数(Mobility degradation, DIBL, SCEなど)
geo, rgate, rbody 抵抗・寄生構造の詳細制御用パラメータ

🧪 SPICEモデルファイル構成例

Typical SPICE Model File Structure

.model nmos bsimcmg \
+ type = n \
+ nch = 1 \
+ Vth0 = 0.42 \
+ finH = 50n \
+ finW = 8n \
+ nfin = 4 \
+ tox = 1.2n \
+ u0 = 450 \
+ vsat = 1.2e7 \
+ rdsw = 100 \
+ ...

📎 PDKにおけるBSIMの役割

BSIM’s Role in PDKs


🧠 教育的補足|Educational Notes



📦 関連セクション|Related Sections

セクション 内容
chapter4_mos_characteristics/ MOS特性としきい値/チャネルモデル解析
chapter6_pdk_eda/ 本章全体(PDK/EDA連携)
appendixf1_05_node_params.md 各ノード別パラメータ・BSIM対応表

🛠️ 応用編 第6章:PDKとEDA環境|PDK and EDA Environment

➡️ 章の詳細へ進む|Go to Chapter


© 2025 Shinichi Samizo / MIT License