🛠 第7章:BSIM4 MOS特性解析基盤
🛠 Chapter 7: BSIM4 MOS Characteristics Analysis Base
BSIM4 モデルを対象に、MOSFET の Vg–Id、Vth、gm/Id、SS、DIBL を
Python により 自動解析 するための実践教材です。
This chapter provides a practical training module to automatically analyze MOSFET Vg–Id, Vth, gm/Id, SS, and DIBL
for the BSIM4 model using Python.
🔗 公式リンク | Official Links
| 言語 / Language | GitHub Pages 🌐 | GitHub 💻 |
|---|---|---|
| 🇯🇵 日本語 / Japanese |
📂 フォルダ構成
spice/— ngspice 用ネットリストsrc/— Python スクリプト(dibl_extract.py、ss_extract.py、plot_vgid.py など)data/raw/— ngspice 出力ログ
figs/— 解析によって自動生成される PNG 図
▶️ 使用手順
1. SPICE シミュレーションを実行
cd spice/netlists
ngspice vgid_nmos_vd05.cir
ngspice vgid_nmos.cir
ngspice vgid_pmos_vd05.cir
ngspice vgid_pmos.cir
👤 著者・ライセンス | Author & License
| 📌 項目 / Item | 📄 内容 / Details |
|---|---|
| 著者 / Author | 三溝 真一(Shinichi Samizo) |
| 💻 GitHub | |
| 📜 ライセンス / License | コード / Code: MIT 教材テキスト / Text: CC BY 4.0 図表 / Figures: CC BY-NC 4.0 |