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
devices/res, introduce TCE, exponential temperature coefficient
11 years ago
temper-1.cir
tests/regression/temper, several issues with `temper' in model parameters
11 years ago
temper-1.out
tests/regression/temper, several issues with `temper' in model parameters
11 years ago
temper-2.cir
tests/regression/temper, several issues with `temper' in model parameters
11 years ago
temper-2.out
tests/regression/temper, several issues with `temper' in model parameters
11 years ago
temper-3.cir
tests/regression/temper, several issues with `temper' in model parameters
11 years ago
temper-3.out
tests/regression/temper, several issues with `temper' in model parameters
11 years ago
temper-res-1.cir
upgrade regression test to the previous commit
10 years ago
temper-res-1.out
devices/res, introduce TCE, exponential temperature coefficient
11 years ago