missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / tests / common / netattrib-mathematica.out
blobba8beafae2e3ef34e1329446403093341c40da65
1 v["U300","2"]=v["unnamed_net1"];
2 v["U200","2"]=v["netattrib"];
3 v["U100","5"]=v["netattrib"];
4 v["U300","7"]=v["GND"];
5 v["U200","7"]=v["GND"];
6 v["U100","7"]=v["GND"];
7 v["U300","14"]=v["Vcc"];
8 v["U200","14"]=v["Vcc"];
9 v["U100","14"]=v["Vcc"];
10 v["F1","1"]=v["one"];
11 v["U300","1"]=v["one"];
12 v["U200","1"]=v["one"];
13 v["U100","3"]=v["one"];
14 nodeEquations={
15 i["U300","2"]==0,
16 i["U200","2"]+i["U100","5"]==0,
17 i["U300","14"]+i["U200","14"]+i["U100","14"]==0,
18 i["F1","1"]+i["U300","1"]+i["U200","1"]+i["U100","3"]==0};
19 modelEquations={
20 fuse[value->f1]["F1"],
21 7404[value->u300]["U300"],
22 7404[value->u200]["U200"],
23 7400[value->u100]["U100"]};
24 variables={
25 v["unnamed_net1"],
26 v["netattrib"],
27 v["Vcc"],
28 v["one"],
29 i["U300","2"],
30 i["U200","2"],
31 i["U100","5"],
32 i["U300","7"],
33 i["U200","7"],
34 i["U100","7"],
35 i["U300","14"],
36 i["U200","14"],
37 i["U100","14"],
38 i["F1","1"],
39 i["U300","1"],
40 i["U200","1"],
41 i["U100","3"]};