~kicad/+git/ngspice-mirror-sourceforge:osdi_noise2

Last commit made on 2023-11-04
Get this branch:
git clone -b osdi_noise2 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:
osdi_noise2
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

de1493a... by dwarning <dwarning>

rm compiler warnings

ce2b046... by dwarning <dwarning>

add osdinoise.c

b4d22aa... by dwarning <dwarning>

add osdinoise

42a4349... by Pascal Kuthe <email address hidden>

fix(hicuml2): ensure flicker noise power is always stored in state vec

64f1e9a... by Pascal Kuthe <email address hidden>

always compute osdi noise powers

ngspice will reuse operating points for noise analysis so we can not trust
the mode flags

2295bba... by Pascal Kuthe <email address hidden>

add examples for OSDI noise

a862d0e... by Pascal Kuthe <email address hidden>

implement osdi noise support

ce82c83... by Holger Vogt

dependent project klu_complex added

10d7297... by Holger Vogt

Add cm_cecit(). If the input file could not be opened, stop ngspice.

19ebfb1... by Holger Vogt

Add a code model function cm_exit(const int exitcode).
This function calls controlled_exit(exitcode) to shut
down gracefully.