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
3930e27501
New compatibility modes (set ngbehavior=??): PS LT LTPS PSA LTA LTPSA
PS: PSPICE comp. in .include files., LT: LTSPICE comp. in .include files.
LTPS: both, PSA: PSPICE comp. in complete input deck,
LTA and LTPSA: comp. in complete input deck for LT or both.
Add functions uplim, dnlim, uplim_tanh, dnlim_tanh.
Replace
D1 A K SDMOD
.MODEL SDMOD D (Roff=1000 Ron=0.7 Rrev=0.2 Vfwd=1 Vrev=10 Revepsilon=0.2 Epsilon=0.2 Ilimit=7 Revilimit=7)
by
ad1 a k asmod
.model asmod sidiode(Roff=1000 Ron=0.7 Rrev=0.2 Vfwd=1 Vrev=10 Revepsilon=0.2 Epsilon=0.2 Ilimit=7 Revilimit=7)
|
8 years ago |
| .. |
|
func
|
inp_do_macro_param_replace(), fix several bugs concerning .func processing
|
12 years ago |
|
lib-processing
|
regression/**/*.cir, hide printed numeric values in some test cases
|
9 years ago |
|
misc
|
asrc/asrcacld.c, bug fix, reciproc tc coefficient
|
8 years ago |
|
model
|
spicelib/parser, support instance parameter defaults on .model lines
|
8 years ago |
|
parser
|
regression/**/*.cir, hide printed numeric values in some test cases
|
9 years ago |
|
pipe
|
add alter-1.cir to EXTRA_DIST
|
8 years ago |
|
pz
|
tests/regression/pz/ac-resistance.cir, check ac resistance (op, ac and pz)
|
11 years ago |
|
sens
|
tests/regression/sens, fix test cases
|
9 years ago |
|
subckt-processing
|
missing file in commit "b14eb0a4 * regression test for multiple .global cards"
|
12 years ago |
|
temper
|
upgrade regression test to the previous commit
|
10 years ago |
|
Makefile.am
|
regression test for device.c "alter"
|
8 years ago |