forked from Qucs/qucs-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
output_errors.txt
99 lines (79 loc) · 3.38 KB
/
output_errors.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Found Qucs in: /Users/guilherme/local/qucs-head/bin/
******************************************
** Test suite - Projects to be run **
******************************************
['DC_SW_diode_prj', 'SP_sparam_prj', 'TR_colpitts_prj', 'TR_resistor_prj']
******************************************
** Test schematic to netlist conversion **
******************************************
Project : /Users/guilherme/git/qucs-test/testsuite/DC_SW_diode_prj
Running : /Users/guilherme/local/qucs-head/bin/qucs -n -i diode.sch -o test_diode_netlist.txt
Comparing : diff netlist.txt test_diode_netlist.txt
Diff : PASS
Project : /Users/guilherme/git/qucs-test/testsuite/SP_sparam_prj
Running : /Users/guilherme/local/qucs-head/bin/qucs -n -i sparam.sch -o test_sparam_netlist.txt
Comparing : diff netlist.txt test_sparam_netlist.txt
Diff : FAIL
Project : /Users/guilherme/git/qucs-test/testsuite/TR_colpitts_prj
Running : /Users/guilherme/local/qucs-head/bin/qucs -n -i colpitts.sch -o test_colpitts_netlist.txt
Comparing : diff netlist.txt test_colpitts_netlist.txt
Diff : PASS
Project : /Users/guilherme/git/qucs-test/testsuite/TR_resistor_prj
Running : /Users/guilherme/local/qucs-head/bin/qucs -n -i resistor.sch -o test_resistor_netlist.txt
Comparing : diff netlist.txt test_resistor_netlist.txt
Diff : PASS
############################################
# Report schematic to netlist conversion #
--> Found differences (!)
{'SP_sparam_prj': ['- .SP:SP1 Type="log" Start="100MHz" Stop="2GHz" Points="601" Noise="no" NoiseIP="1" NoiseOP="2" saveCVs="no" saveAll="no"\n',
'? ^\n',
'+ .SP:SP1 Type="log" Start="101MHz" Stop="2GHz" Points="601" Noise="no" NoiseIP="1" NoiseOP="2" saveCVs="no" saveAll="no"\n',
'? ^\n']}
********************************
** Test simulation and output **
********************************
Project : /Users/guilherme/git/qucs-test/testsuite/DC_SW_diode_prj
Running : /Users/guilherme/local/qucs-head/bin/qucsator -i netlist.txt -o test_diode.dat
Runtime: 0.282688
load data diode.dat
load data test_diode.dat
Comparing dependent variables
Passed vdiode.V
Project : /Users/guilherme/git/qucs-test/testsuite/SP_sparam_prj
Running : /Users/guilherme/local/qucs-head/bin/qucsator -i netlist.txt -o test_sparam.dat
Runtime: 0.002081
load data sparam.dat
load data test_sparam.dat
Comparing dependent variables
Passed S[1,2]
Passed S[1,1]
Passed S[2,1]
Passed dBS11
Passed S[2,2]
Passed dBS21
Project : /Users/guilherme/git/qucs-test/testsuite/TR_colpitts_prj
Running : /Users/guilherme/local/qucs-head/bin/qucsator -i netlist.txt -o test_colpitts.dat
Runtime: 0.002114
load data colpitts.dat
load data test_colpitts.dat
Comparing dependent variables
Passed _net3.Vt
Passed _net2.Vt
Passed Output.Vt
Passed V1.It
Passed _net0.Vt
Passed _net1.Vt
Project : /Users/guilherme/git/qucs-test/testsuite/TR_resistor_prj
Running : /Users/guilherme/local/qucs-head/bin/qucsator -i netlist.txt -o test_resistor.dat
Runtime: 0.001771
load data resistor.dat
load data test_resistor.dat
Comparing dependent variables
Passed Vout.Vt
Passed Vin.Vt
Failed V1.It
############################################
# Report simulation result comparison #
--> Found numerical differences (!)
{'TR_resistor_prj': ['V1.It']}
############### Done ######################