π§ BSIM4 Compact Modeling & Device Simulation Suite
Links
| Language | GitHub Pages π | GitHub π» |
|---|---|---|
| πΊπΈ English |
This directory contains the BSIM4-based compact modeling and analysis tools included in SemiDevKit.
These modules provide:
- β Automatic BSIM4 parameter extraction
- β DC / AC / CV circuit simulation
- β Device geometry scaling analysis
- β Reliability degradation modeling (NBTI / HCI)
π Directory Contents
bsim/
βββ Paramus/ # BSIM4 model parameter extraction engine
β
βββ bsim4_analyzer_dc/ # DC characteristics (VgβId / VdβId)
β
βββ bsim4_analyzer_cv/ # AC/CV analysis (VgβCgg etc.)
β
βββ bsim4_analyzer_dim/ # L/W scaling analysis
β
βββ bsim4_analyzer_reliability/ # NBTI / HCI degradation simulation
π§© BSIM4 / SPICE Analyzer Modules
| No. | Module | Purpose | Input | Output | Pages | Repo |
|---|---|---|---|---|---|---|
| 1 | Paramus | BSIM4 parameter extraction engine | Physical parameters tox / Na / Vfb / ΞΌβ / L / W |
BSIM4 model card (.model) |
Pages | Repo |
| 2 | bsim4_analyzer_dc | DC characteristics analysis | BSIM4 model Vg / Vd sweep |
VgβId / VdβId gm / ro |
Pages | Repo |
| 3 | bsim4_analyzer_cv | CV characteristics analysis | BSIM4 model AC / bias conditions |
VgβCgg / Cgs / Cgd | Pages | Repo |
| 4 | bsim4_analyzer_dim | L/W scaling analysis | BSIM4 model L / W sweep |
Geometry scaling trends Short-channel effects |
Pages | Repo |
| 5 | bsim4_analyzer_reliability | Reliability & aging simulation | Stress conditions NBTI / HCI |
Vth shift Degraded IβV |
Pages | Repo |
π How to Use
Example: Run DC analysis
cd bsim4_analyzer_dc/run
python run_vd.py
python run_vg.py
Example: Run reliability simulation
cd bsim4_analyzer_reliability
python run_nbti.py
python run_hci.py
π Documentation
Detailed tutorials and formulas are available in:
π https://samizo-aitl.github.io/SemiDevKit/
π€ Author
| Item | Details |
|---|---|
| π¨βπ¬ Name | Shinichi Samizo |
| π» GitHub | Samizo-AITL |
π License
| Component | License | Notes |
|---|---|---|
| π» Source Code | MIT License | Free use / modification |
| π Text Materials | CC BY 4.0 / CC BY-SA 4.0 | Attribution required |
| π¨ Figures & Diagrams | CC BY-NC 4.0 | Non-commercial only |
| π External References | Original license | Proper citation required |