Holger Vogt
bc52389a09
No more printout of 'Initial Transient Solution'
when .tran with uic
6 years ago
Holger Vogt
a4f3036706
typo
6 years ago
Jim Monte
66e79e1b39
Modified regression tests for library processing to make indication of failures more robust
6 years ago
Anthony J. Bentley
f40f5a5ae4
When check.sh was modified to run ngspice/sed without && in between, the change was not applied to the OpenBSD/SunOS branch. This leads to a test failure when ngspice returns nonzero, as in xpressn-1.cir, xpressn-2.cir, xpressn-3.cir, and bxpressn-1.cir.
Attached patch makes the code like the Linux code, and all tests now pass on OpenBSD.
6 years ago
Kevin Zheng
e25593fa55
add FreeBSD
7 years ago
rlar
fc354ffe83
some .subckt scope regression tests
10 years ago
Holger Vogt
59d0e950f4
Revert "Add 'set stepsizelimit' also to spinit in 'make check'"
This reverts commit 23402a01cc .
7 years ago
Holger Vogt
883bccad7a
Add 'set stepsizelimit' also to spinit in 'make check'
7 years ago
Holger Vogt
9e6d6be8e2
regression first, then xspice, then the model qua tests
7 years ago
Holger Vogt
4f3b0ca137
add .if ... .endif test to misc in regression
7 years ago
Holger Vogt
cc4b00f991
make regrssion test first, the xspice, then model qua tests
7 years ago
Holger Vogt
38ed802ba4
add alter-1.cir to EXTRA_DIST
8 years ago
Holger Vogt
06e669fdf7
add alter-1.cir to allow the regression test
8 years ago
rlar
1a39d3f59d
spicelib/parser, support instance parameter defaults on .model lines
8 years ago
rlar
c8aac12374
regression test for device.c "alter"
9 years ago
rlar
6903584e99
asrc/asrcacld.c, bug fix, reciproc tc coefficient
8 years ago
rlar
c5d8ad792e
analysis/acsetp.c, ac analysis, allow frequency=0
8 years ago
rlar
480a3f6be1
tests/regression/misc/resume-1.cir, expose bug
alter "resistance" and "resistor coefficient"
is not honoured when resuming a transient simulation.
9 years ago
rlar
e0126a4947
tests/regression/misc, check resistor flicker noise
9 years ago
rlar
3f9e79925e
tests/bin/check.sh, process MINGW and MSYS test results like Linux
9 years ago
rlar
e9a675efb6
regression/**/*.cir, hide printed numeric values in some test cases
these tests shall be decided by "exit" value,
not be "diffing" the printed numerical values
9 years ago
dwarning
9f931ad155
modelQaTestRoutines.om, avoid '(' ')' and '/' in the platform name
which will be used as a directory name
9 years ago
rlar
98c0e4bdae
qa tests, avoid repeated exection of ngspice for version detection
9 years ago
dwarning
104d65bebe
compareSimulationResults.pl, debug printout improvements
9 years ago
dwarning
72531c955d
charge check added by Colin McAndrew
9 years ago
dwarning
118026cfb9
ngspice version detection implemented
9 years ago
dwarning
eacbc3702d
fix ac-analysis check and overall improvements
9 years ago
dwarning
5214bd4b96
run_cmc_check, make shell string compare safe
9 years ago
rlar
6f7b68945d
tests/regression/sens, fix test cases
which have been invalidated by commit:
ifparm, #4/16, missing IF_REDUNDANT for some aliases, introduce IOPAPR
before this commit, sensitivity to "capacitance" was published twice,
once with name "c1" (reference name of a CAP device)
and as "c1_c" (reference name of a CAP concatenated with param name "c")
after said commit, sensitivity is no longer published as "c1_c"
(because "c" is only an "alias"/IF_REDUNDANT of the main parameter
which is named "capacitance", and "capacitance" is a IF_PRINCIPAL
and thus avoids "concatenation" of the parameter name)
9 years ago
dwarning
3f0096fd46
bsim4 model update according berkeley release - code change
9 years ago
h_vogt
c260a83114
d_state.cir: print all event nodes to vcd file
10 years ago
h_vogt
0a9917e142
check.sh, enable msys2
10 years ago
rlar
5522bfd814
tests/regression/sens, add some tests for "sensitivity" analysis
10 years ago
rlar
d0897fd0c4
src/spicelib/parser/inpptree.c, bug fix, B expression of kind `max(0,expr)'
identified and reported by Marcel Hendrix,
expressions of this kind could trigger a segmentation violation.
PTdifferentiate() roughly evaluates to
ternary_fcn(ge0(0-expr), 0, PTdifferentate(expr))
and mkb() optimizes
0 - expr --> unary_minus(expr)
IFeval() invokes PTeval() for the derivative too,
PTeval() looks at the incorrect tree->funcnum
and tries to PTeval for a second argument which is not there,
(unary_minus does not have a second argument)
causing a segmentation fault.
10 years ago
rlar
c0eff98522
tests/regression/parser/bxpressn-1.cir, check some B expression capabilities
10 years ago
rlar
9fbafbfd1e
frontend/device.c, com_alter_common(), #11/11 regression test
10 years ago
rlar
876086f768
fix commit "frontend/parse.c, bug fix, PPlex(.."dc1.@m1[vth][1]"..)"
which broke
let something = foo[var]
notably used in
examples/Monte_Carlo/MC_ring.sp
10 years ago
rlar
47a4aca9cb
upgrade regression test to the previous commit
10 years ago
rlar
507e2ecca6
regression/misc/bugs-1.cir, add tests for unary `+'
11 years ago
rlar
28c0c96bbc
devices/res, introduce TCE, exponential temperature coefficient
11 years ago
rlar
9a1170c032
tests/bin/modelQaTestRoutines.pm, avoid defined( @array ) is deprecated warning
11 years ago
rlar
a5f933b3ec
frontend/parse.c, bug fix, PPlex(.."dc1.@m1[vth][1]"..)
The whole string was lexed into only one TOK_STR
instead of the actual (quasi) identifier "dc1.@m1[vth]"
11 years ago
rlar
8a65e97c2f
tests/regression/temper, several issues with `temper' in model parameters
11 years ago
rlar
93354e7b73
tests/regression/misc/log-functions-1.cir, check log, log10 and ln
11 years ago
rlar
53045dae53
tests/regression/parser/xpressn-1.cir, check log10
11 years ago
rlar
b9abea4f88
tests/regression/pz/ac-resistance.cir, check ac resistance (op, ac and pz)
11 years ago
rlar
d34ccd7208
tests/regression/model/special-names-1.cir, check "#307 define problems with the Modelname "mname" with Subcircuits"
11 years ago
rlar
1370f37f45
tests/regression/misc/resume-1.cir, regression test, "stop" and "resume"
11 years ago
dwarning
000b23cc52
bsim4 generates .out files
11 years ago
dwarning
9a0e9df794
use latest version for bsim4
11 years ago