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/various/model-name-check.cir | |
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/various/model-name-check.cir')
-rw-r--r-- | Windows/spice/examples/various/model-name-check.cir | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/Windows/spice/examples/various/model-name-check.cir b/Windows/spice/examples/various/model-name-check.cir deleted file mode 100644 index 248f5ad1..00000000 --- a/Windows/spice/examples/various/model-name-check.cir +++ /dev/null @@ -1,68 +0,0 @@ -* model name check - -V1 1 0 1 -R1 1 2 1k - -D1 2 0 DMOD -.model DMOD D (is=1e-13 bv=50) -* o.k. - -D2 2 0 _DMOD -.model _DMOD D (is=1e-13 bv=50) -* o.k. - -D3 2 0 1n4001 -.model 1n4001 D (is=1e-13 bv=50) -* o.k. - -D4 2 0 22N4 -.model 22N4 D (is=1e-13 bv=50) -* o.k. - -D5 2 0 1e34 -.model 1e34 D (is=1e-13 bv=50) -* not o.k. - -D6 2 0 74ls4444 -.model 74ls4444 D (is=1e-13 bv=50) -* o.k. - -D7 2 0 ^274ls4444 -.model ^274ls4444 D (is=1e-13 bv=50) -* not o.k. - -D8 2 0 74!4444 -.model 74!4444 D (is=1e-13 bv=50) -* o.k. - -D9 2 0 12p4444 -.model 12p4444 D (is=1e-13 bv=50) -* o.k. - -D10 2 0 17n -.model 17n D (is=1e-13 bv=50) -* not o.k. - -D11 2 0 17nB -.model 17nB D (is=1e-13 bv=50) -* o.k. - -D12 2 0 17e12n -.model 17e12n D (is=1e-13 bv=50) -* not o.k. - -D13 2 0 17e12Meg -.model 17e12Meg D (is=1e-13 bv=50) -* not o.k. - -D14 2 0 17e12Megg -.model 17e12Megg D (is=1e-13 bv=50) -* o.k. - -D15 2 0 20.5pF -.model 20.5pF D (is=1e-13 bv=50) -* not o.k. - -.end - - |