~kicad/+git/ngspice-mirror-sourceforge:pre-master-39

Last commit made on 2023-01-30
Get this branch:
git clone -b pre-master-39 https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
pre-master-39
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

2d936f1... by Holger Vogt

In the ngspice shared library the fcn ivers is called
with a NULL argument. The fix safeguards against argv0
being NULL.
In this case Spice_Exec_Path is set to NULL, it is
safeguarded against NULL when being used.

dff212c... by Holger Vogt

Preliminary bug-617 fix:
Don't set temperature to a step beyond the sweep boundaries.

6de22d0... by Holger Vogt

Remove bulk simulation netlist from files
needing a .control section.

5f819d1... by Holger Vogt

Add input file dedicated to batch mode,
to be run with
ngspice -b -r inv.out bsimbulk_inverter_bach.sp

603f3bc... by Holger Vogt

Remove unused folder

d6123bc... by Holger Vogt

BSIMBULK example with locally adding osdi models
by using the 'pre_osdi' command in a .control section

acbae39... by Holger Vogt

Prevent from endless loop

7e36c72... by Holger Vogt

Remove the debug printout

87517b6... by Holger Vogt

Add a user definable variable enable_noisy_r (for .spiceinit)
to enable noise calculation for all behavioral resistors.
May locally be switched off by instance parameter noisy=0
May locally be enabled by instance parameter noisy=1.

7414206... by Holger Vogt

Add searchpath for *.osdi relative to ngspice executable