You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Vogt
d07fab904c
Speed enhancement while reading large PDKs:
Line concatenation used tprintf, which uses vsnprintf,
which is very inefficient in Linux, MINGW, but efficient
using MSVC. Thus for the others a function cat2strings() is
introduced, which uses memccpy().
5 years ago
..
Makefile.am
add .if ... .endif test to misc in regression
7 years ago
ac-zero.cir
analysis/acsetp.c, ac analysis, allow frequency=0
8 years ago
ac-zero.out
analysis/acsetp.c, ac analysis, allow frequency=0
8 years ago
alter-vec.cir
frontend/device.c, com_alter_common(), #11/11 regression test
10 years ago
alter-vec.out
frontend/device.c, com_alter_common(), #11/11 regression test
10 years ago
asrc-tc-1.cir
asrc/asrcacld.c, bug fix, reciproc tc coefficient
8 years ago
asrc-tc-1.out
asrc/asrcacld.c, bug fix, reciproc tc coefficient
8 years ago
asrc-tc-2.cir
asrc/asrcacld.c, bug fix, reciproc tc coefficient
8 years ago
asrc-tc-2.out
asrc/asrcacld.c, bug fix, reciproc tc coefficient
8 years ago
bugs-1.cir
regression/misc/bugs-1.cir, add tests for unary `+'
11 years ago
bugs-1.out
regression/misc/bugs-1.cir, add tests for unary `+'
11 years ago
bugs-2.cir
fix commit "frontend/parse.c, bug fix, PPlex(.."dc1.@m1[vth][1]"..)"
10 years ago
bugs-2.out
frontend/parse.c, bug fix, PPlex(.."dc1.@m1[vth][1]"..)
11 years ago
dollar-1.cir
src/frontend/variable.c, fix expansion of '$var' when $var is an empty list
11 years ago
dollar-1.out
src/frontend/variable.c, fix expansion of '$var' when $var is an empty list
11 years ago
empty-1.cir
spfactor.c, cktnames.c, don't crash when simulating "nothing"
11 years ago
empty-1.out
spfactor.c, cktnames.c, don't crash when simulating "nothing"
11 years ago
if-elseif.cir
add .if ... .endif test to misc in regression
7 years ago
if-elseif.out
add .if ... .endif test to misc in regression
7 years ago
log-functions-1.cir
tests/regression/misc/log-functions-1.cir, check log, log10 and ln
11 years ago
log-functions-1.out
tests/regression/misc/log-functions-1.cir, check log, log10 and ln
11 years ago
resume-1.cir
typo
6 years ago
resume-1.out
No more printout of 'Initial Transient Solution'
6 years ago
test-noise-2.cir
tests/regression/misc, check resistor flicker noise
9 years ago
test-noise-2.out
tests/regression/misc, check resistor flicker noise
9 years ago
test-noise-3.cir
tests/regression/misc, check resistor flicker noise
9 years ago
test-noise-3.out
tests/regression/misc, check resistor flicker noise
9 years ago