Skip to content

Latest commit

 

History

History
86 lines (60 loc) · 3.93 KB

File metadata and controls

86 lines (60 loc) · 3.93 KB

Transistor Models

The following transistor models are available in EEcircuit for use. Please see the reference link for detail of each models.

Usage Example:

replace the MODEL_NAME from the model names in this document. Replace WIDTH and LENGTH with appropriate value for each model.

M1 2 1 0 0 MODEL_NAME W=WIDTH L=LENGTH

FreePDK45

add .include modelcard.FreePDK45 in your netlist.

Model name Node Type Vth Reference
PDK45NTHKOX 45nm N THKOX FreePDK
PDK45NVTG 45nm N VTG FreePDK
PDK45NVTH 45nm N VTH FreePDK
PDK45NVTL 45nm N VTL FreePDK
PDK45PTHKOX 45nm P THKOX FreePDK
PDK45PVTG 45nm P VTG FreePDK
PDK45PVTH 45nm P VTH FreePDK
PDK45PVTL 45nm P VTL FreePDK

PTM LP (Low Power)

add .include modelcard.ptmLP in your netlist.

Model name Node Type Nom Vdd Reference
PTMLP16N 16nm N 0.9V ptm.asu.edu
PTMLP16P 16nm P 0.9V ptm.asu.edu
PTMLP22N 22nm N 0.95V ptm.asu.edu
PTMLP22P 22nm P 0.95V ptm.asu.edu
PTMLP32N 32nm N 1.0V ptm.asu.edu
PTMLP32P 32nm P 1.0V ptm.asu.edu
PTMLP45N 45nm N 1.1V ptm.asu.edu
PTMLP45P 45nm P 1.1V ptm.asu.edu

PTM HP (High Performance)

add .include modelcard.ptmHP in your netlist.

Model name Node Type Nom vdd Reference
PTMHP16N 16nm N 0.7V ptm.asu.edu
PTMHP16P 16nm P 0.7V ptm.asu.edu
PTMHPP22N 22nm N 0.8V ptm.asu.edu
PTMHP22P 22nm P 0.8V ptm.asu.edu
PTMHP32N 32nm N 0.9V ptm.asu.edu
PTMHP32P 32nm P 0.9V ptm.asu.edu
PTMHP45N 45nm N 1.0V ptm.asu.edu
PTMHP45P 45nm P 1.0V ptm.asu.edu

PTM

add .include modelcard.ptm in your netlist.

Model name Node Type Reference
PTM65N 65nm N ptm.asu.edu
PTM65P 65nm P ptm.asu.edu
PTM90N 90nm N ptm.asu.edu
PTM90P 90nm P ptm.asu.edu
PTM130N 130nm N ptm.asu.edu
PTM130P 130nm P ptm.asu.edu

BSIM4 Benchmark

add .include modelcard.CMOS90 in your netlist.

Currently N90 and P90 models from BSIM4 test models are implemented.

GF180MCU

See GF180.md for available models and usage instructions.

Skywater

Work in progress - see skywater.md.