repo.or.cz
/
gnucap-felix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
some interactive testing
[gnucap-felix.git]
/
tests
/
param.14.gc
blob
728fedadd057cf53454e3c8c10ed0e26211ba3fa
1
load models-uf.so
2
spice
3
4
.model nmos nmos level=1
5
6
.subckt foo 1 2
7
M1 1 1 2 2 nmos w=wid l=1
8
.ends
9
10
.subckt bar 1 2
11
.model nmos2 nmos level=1
12
M1 1 1 2 2 nmos2 w=wid l=1
13
.ends
14
15
v1 0 1 5
16
r1 1 2 1k
17
r2 1 3 1k
18
19
X1 0 2 foo wid=10
20
X2 0 3 foo wid=1
21
X3 0 2 bar wid=10
22
X4 0 3 bar wid=1
23
24
25
.list
26
27
.print dc w(X*.M1) i(r*)
28
.dc trace=i
29
.end
30