🔄 InverterTemplates

CMOS インバータの VTC(Voltage Transfer Characteristic, 入出力特性)
トランジェント応答 (Transient Response) を観察する最小 SPICE デッキ集
Minimal SPICE decks to observe CMOS inverter voltage transfer characteristics (VTC) and transient response.


🎯 目的 | Purpose


📂 含まれるファイル | Contents

ファイル名 説明
Inverter_VTC_1v8.sp CMOS インバータ VTC テンプレート (VDD=1.8V)
CMOS inverter VTC template (VDD=1.8V)
Inverter_VTC_3v3.sp CMOS インバータ VTC テンプレート (VDD=3.3V)
CMOS inverter VTC template (VDD=3.3V)
Inverter_TR_1v8.sp CMOS インバータ トランジェント テンプレート (VDD=1.8V)
CMOS inverter transient template (VDD=1.8V)
Inverter_TR_3v3.sp CMOS インバータ トランジェント テンプレート (VDD=3.3V)
CMOS inverter transient template (VDD=3.3V)
README.md 本ファイル(使い方と概要)
This file (overview and usage)

⚙️ 使い方 | Usage

  1. 教育用: .model を使えば PDK 不要で動作
    Educational use with .model, no PDK required.

  2. 実プロセス利用: .include を使って PDK モデルを読み込み
    For real processes, use .include to load PDK models.

    .include sky130_fd_pr__nfet_01v8.model
    .include sky130_fd_pr__pfet_01v8.model
    
  3. 実行例:
    ngspice Inverter_TR_1v8.sp
    

    Run the simulation with ngspice.

  4. 出力された CSV を Excel/Python で可視化
    Visualize the generated CSV using Excel or Python.

📝 補足 | Notes


📊 出力例 | Example Results

CMOS Inverter — Transient


バリエーション | Variations


🚀 今後の拡張 | Future Extensions


👤 著者・ライセンス / Author & License

項目 / Item 内容 / Details
著者 / Author 三溝 真一(Shinichi Samizo)
GitHub GitHub
ライセンス / License Hybrid License
再配布・改変自由(教育目的) / Free for educational use, redistribution, and modification
商用利用は別途許可が必要 / Commercial use requires separate permission