Codebase list kicad / 736b230
circuit simulation: enable ngspice based schematic simulation With the availability of ngspice and the libngspice0 library we can enable the feature of Spice based circuit simulation in Eeschema. Carsten Schoenert 5 years ago
3 changed file(s) with 12 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 KiCad 5, Availability of Spice based circuit simulation in Eeschema
1 -------------------------------------------------------------------
2
3 Starting with version 5.0.1+dfsg1-2 KiCad is built with ngspice support. Thus
4 you will find a new menu entry in Eeschema 'Tools -> Simulator' for circuit
5 simulation of your schematic. Please have a look into the documentation how to
6 use this feature.
7
8 -- Carsten Schoenert <c.schoenert@t-online.de> So, 14 Oct 2018 11:25:00 +0800
9
010 KiCad 5, Changes to the global Symbol and Footprint Table
111 ---------------------------------------------------------
212
3838 libglew-dev,
3939 libglm-dev,
4040 liblocale-gettext-perl,
41 libngspice0-dev,
4142 liboce-foundation-dev,
4243 liboce-ocaf-dev,
4344 libpython-stdlib,
4545 -DKICAD_SCRIPTING_ACTION_MENU=ON \
4646 -DKICAD_SCRIPTING_MODULES=ON \
4747 -DKICAD_SCRIPTING_WXPYTHON=OFF \
48 -DKICAD_SPICE=OFF \
48 -DKICAD_SPICE=ON \
4949 -DKICAD_VERSION_EXTRA="+$(VERSION_EXTRA)" \
5050 $(NULL)
5151