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
spicelib/parser, support instance parameter defaults on .model lines
8 years ago
binning-1.cir
tests/regression/model/binning-1.cir, check model binning
12 years ago
binning-1.out
tests/regression/model/binning-1.cir, check model binning
12 years ago
instance-defaults.cir
spicelib/parser, support instance parameter defaults on .model lines
8 years ago
instance-defaults.out
spicelib/parser, support instance parameter defaults on .model lines
8 years ago
special-names-1.cir
tests/regression/model/special-names-1.cir, check "#307 define problems with the Modelname "mname" with Subcircuits"
11 years ago
special-names-1.out
tests/regression/model/special-names-1.cir, check "#307 define problems with the Modelname "mname" with Subcircuits"
11 years ago