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

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

Recent commits

ec50093... by Holger Vogt

Remove unused componenents during building minimal shared ngspice.

b028c77... by Holger Vogt

Make a minimal version of ngspice.
This build contains only: BJT, MOS1, Ind, Cap, Res, Current & voltage sources!
Remove all unused.

14f42f8... by Holger Vogt

Add info on new function ngCM_Input_Path

c8ac00e... by Holger Vogt

New Age: Function ngCM_Input_Path added to the shared ngspice
interface, backward compatible.

eb70d81... by Holger Vogt

Add function
char* ngCM_Input_Path(const char* path);
to shared ngspice API
to send file path for code model input files (e.g. dsource).
Such path cannot be extracted automatically when netlist has
been sent by ngSpice_Circ

4b15632... by Holger Vogt

Function ngSpice_Circ() may receive empty lines.
Skip these lines while setting the netlist.

97ee2d8... by Holger Vogt

Fix typo

b4f515b... by Holger Vogt

Fix previous commit

9edd230... by Holger Vogt

Example for configuring with --enable-shortcheck

cde29b3... by Holger Vogt

Add --enable-shortcheck as configure option