Browse Source
Make the 'Null_Allowed' option for XSPICE code model parameters
Make the 'Null_Allowed' option for XSPICE code model parameters
behave as reasonably expected and as described in the manual. Previously a missing (null) value was always accepted if the ifsspec.ifs file contained a default value, and several of the the included code models worked that way. Where there was a useful default, "no" has channged to "yes". Some models with a look-up table defined by two parameters had such defaults that did nothing useful. Thay have been given useful vector defaults. These changes should not affect previously-working netlists.pre-master-46
committed by
Holger Vogt
17 changed files with 228 additions and 215 deletions
-
12src/xspice/cmpp/writ_ifs.c
-
4src/xspice/icm/analog/multi_input_pwl/ifspec.ifs
-
94src/xspice/icm/analog/oneshot/ifspec.ifs
-
17src/xspice/icm/analog/sine/ifspec.ifs
-
24src/xspice/icm/analog/square/ifspec.ifs
-
24src/xspice/icm/analog/triangle/ifspec.ifs
-
2src/xspice/icm/digital/d_genlut/ifspec.ifs
-
10src/xspice/icm/digital/d_lut/ifspec.ifs
-
12src/xspice/icm/digital/d_osc/ifspec.ifs
-
26src/xspice/icm/digital/d_pwm/ifspec.ifs
-
34src/xspice/icm/digital/d_source/ifspec.ifs
-
90src/xspice/icm/digital/d_state/ifspec.ifs
-
13src/xspice/icm/xtradev/capacitor/ifspec.ifs
-
10src/xspice/icm/xtradev/inductor/ifspec.ifs
-
18src/xspice/icm/xtradev/memristor/ifspec.ifs
-
24src/xspice/icm/xtradev/sidiode/ifspec.ifs
-
29src/xspice/mif/mif_inp2.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue