diff options
author | Sunil Shetye | 2019-03-12 11:41:47 +0530 |
---|---|---|
committer | Sunil Shetye | 2019-07-01 18:04:00 +0530 |
commit | be75bc43e5cd58c8c4e23b3f35911f4e69cd5928 (patch) | |
tree | ffe4e33154e023ec52abff27f268ab090f968334 /Examples/CMOS_Inverter | |
parent | ef380a4a6a2ff4c90bde90c41296e94f5db70389 (diff) | |
download | eSim-be75bc43e5cd58c8c4e23b3f35911f4e69cd5928.tar.gz eSim-be75bc43e5cd58c8c4e23b3f35911f4e69cd5928.tar.bz2 eSim-be75bc43e5cd58c8c4e23b3f35911f4e69cd5928.zip |
add missing lib files
Diffstat (limited to 'Examples/CMOS_Inverter')
-rw-r--r-- | Examples/CMOS_Inverter/NMOS-0.5um.lib | 6 | ||||
-rw-r--r-- | Examples/CMOS_Inverter/PMOS-0.5um.lib | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Examples/CMOS_Inverter/NMOS-0.5um.lib b/Examples/CMOS_Inverter/NMOS-0.5um.lib new file mode 100644 index 00000000..2e6f4635 --- /dev/null +++ b/Examples/CMOS_Inverter/NMOS-0.5um.lib @@ -0,0 +1,6 @@ +.model mos_n NMOS( TPG=1 TOX=9.5n CJ=550u ETA=0.02125 VMAX=1.8E05 ++ GAMMA=0.62 CGSO=0.3n LD=50n MJSW=0.35 PB=1.1 ++ CGBO=0.45n XJ=0.2U CGDO=0.3n KAPPA=0.1 LEVEL=3 ++ VTO=0.6 NFS=7.20E11 THETA=0.23 CJSW=0.3n PHI=0.7 ++ RSH=2.0 MJ=0.6 UO=420 KP=156u DELTA=0.88 ++ NSUB=1.40E17 )
\ No newline at end of file diff --git a/Examples/CMOS_Inverter/PMOS-0.5um.lib b/Examples/CMOS_Inverter/PMOS-0.5um.lib new file mode 100644 index 00000000..848e8b05 --- /dev/null +++ b/Examples/CMOS_Inverter/PMOS-0.5um.lib @@ -0,0 +1,6 @@ +.model mos_p PMOS( TPG=-1 TOX=9.5n CJ=950u ETA=0.025 VMAX=0.3u ++ GAMMA=0.52 CGSO=0.35n LD=70n MJSW=0.25 PB=1 ++ CGBO=0.45n XJ=0.2U CGDO=0.35n KAPPA=8.0 LEVEL=3 ++ VTO=-0.6 NFS=6.50E11 THETA=0.2 CJSW=0.2n PHI=0.7 ++ RSH=2.5 MJ=0.5 UO=130 KP=48u DELTA=0.25 ++ NSUB=1.0E17 )
\ No newline at end of file |