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
make distcheck happy
[gnucap-felix.git]
/
tests
/
sens_uic.gc
blob
653f7bc5ef076c6071e03c40b433470683775a93
1
load models-uf.so
2
spice
3
* don't remember what this is about.
4
5
* T
6
* |
7
* |
8
* [ ] R1
9
* |
10
* o---------------------------o
11
* | nout
12
* ||--
13
* o--||<--------------o
14
* | ||-- |
15
* | | V
16
* C1 = |
17
* | |
18
* | |
19
* o------
20
* |
21
* V
22
23
.model nmos_1 nmos(level=1)
24
25
MN1 0 nin nout 0 nmos_1 w=3e-4
26
C1 nin 0 3m ic=0.3
27
28
*v1 nin 0 1.2
29
30
R1 nout ndd 300k
31
32
vdd1 ndd 0 vdd
33
34
.parameter vdd 2
35
36
.print sens wr(M*) lr(M*) gmr(M*) rr(R1)
37
.print dc v(nodes)
38
.dc uic
39
.sens v(nout)
40
.end