diff options
author | rahulp13 | 2021-01-07 18:22:29 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 18:22:29 +0530 |
commit | d4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch) | |
tree | 28095229ec3035d15c569fbedac83cf5876aa196 /Windows/spice/examples/xspice/table/table-model-mos-2d-2-oc.sp | |
parent | 376e748df438933088721286402462dffd6367c0 (diff) | |
parent | 63e3156454f39732a3101c29d42b473a89ca68d2 (diff) | |
download | eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.gz eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.bz2 eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.zip |
Merge windows installer updates with linux installer
Diffstat (limited to 'Windows/spice/examples/xspice/table/table-model-mos-2d-2-oc.sp')
-rw-r--r-- | Windows/spice/examples/xspice/table/table-model-mos-2d-2-oc.sp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Windows/spice/examples/xspice/table/table-model-mos-2d-2-oc.sp b/Windows/spice/examples/xspice/table/table-model-mos-2d-2-oc.sp deleted file mode 100644 index 0b930347..00000000 --- a/Windows/spice/examples/xspice/table/table-model-mos-2d-2-oc.sp +++ /dev/null @@ -1,25 +0,0 @@ -Code Model Test - 2d Table Model -* bsim4 transistor dc input and output characteristics -* - -* -*** input sources *** -* -v1 d 0 DC 0.1 -* -v2 g 0 DC 1.5 -* -Vs s 0 0 -Vs2 s2 0 0 -* -*** table model of mos transistor *** -amos1 %vd(d s) %vd(g s) %id(d s) mostable1 -.model mostable1 table2d (offset=0.0 gain=0.5 order=3 file="bsim4n-2d-3.table") -* L=0.13u W=10.0u rgeoMod=1 -* BSIM 4.7 -* change width of transistor by modifying parameter "gain" -* source is always tied to bulk (2d model!) - -amos2 %vd(d s2) %vd(d s2) %id(d s2) mostable1 - -.end |