summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/xspice/table/table-model-mos-2d-2-oc.sp
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 12:47:23 +0530
committerGitHub2021-01-08 12:47:23 +0530
commite6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch)
treefd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/xspice/table/table-model-mos-2d-2-oc.sp
parentac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff)
parent6b512cbf954273b0f21d3800d10a7ad42a759425 (diff)
downloadeSim-i2.1.tar.gz
eSim-i2.1.tar.bz2
eSim-i2.1.zip
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
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.sp25
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