repo.or.cz
/
geda-gaf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
missing NULL terminator in set_config_x
[geda-gaf.git]
/
gnetlist-legacy
/
examples
/
vams
/
vhdl
/
basic-vhdl
/
spice_cs_arc.vhdl
blob
2dc5e49c40a67b465f85d19838c029e751bbc246
1
ARCHITECTURE current_controlled OF spice_cs IS
2
QUANTITY v ACROSS i THROUGH urt TO lrt;
3
QUANTITY vc ACROSS ic THROUGH ult TO llt;
4
BEGIN
5
vc == 0.0;
6
i == N * ic;
7
-- i == ISS * (exp(v/(N * VT)) - 1.0);
8
END ARCHITECTURE current_controlled;