missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / examples / vams / vhdl / basic-vhdl / resistor_arc.vhdl
blobdef3100144aca112a01e4c567d8c59b385b1ac8c
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;