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
/
resistor_arc.vhdl
blob
def3100144aca112a01e4c567d8c59b385b1ac8c
1
ARCHITECTURE beh OF resistor IS
2
QUANTITY v ACROSS i THROUGH lt to rt;
3
BEGIN
4
v == r * i;
5
END ARCHITECTURE beh;