You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Vogt
2a005292db
Sparse 1.3 is the matrix solver if no option (sparse or klu) is given.
KLU is selected by 'option klu'
If both 'option klu' and 'option sparse' are given,
the last one executed determines the solver.
'option sparse=0' de-selects spares, i.e. selects klu.
'option klu=0' de-selects klu, selects sparse.
'option klu=1' has the same meaning as 'option klu'.
'option sparse=1' has the same meaning as 'option sparse'.
2 years ago
..
KLU
Set up to compile with MS VS2022
3 years ago
ng_shared_xspice_v
Update for the caller to invoke shared ngspice
5 years ago
src
We are developing towards ngspice-42
3 years ago
xspice
Add Windows Visual Studio support for the Isotel d_process xspice digital model. The Isotel mixedsim-master/examples/embedded/motorforce C code needs to have minor changes for _MSC_VER defines, and are not included with this commit. The changes relate to using #pragma pack(push, 1)...#pragma pack(pop) around some structs, and setting stdin/stdout in binary mode. It is doubtful that the cfunc.mod will compile on mingw or cygwin since I don't know if they support pipe/fork/exec/spawn calls. The code builds and runs on Windows, Linux, and MacOS. In the future, Giles Atkinson is looking at allowing Xspice models to load shared libraries (.dll, .so) which will avoid creating and communicating with an external program.
2 years ago
.gitignore
add osdinoise.c
2 years ago
how-to-fftw.txt
skip minor version in fftw path
8 years ago
how-to-ngspice-vstudio.txt
Clarify win_bison location
6 years ago
make-install-vngspice.bat
Allow a separate installation directory Spice64_KLU for MS Windows and MSVC
3 years ago
make-install-vngspiced.bat
Provide its own instal directory also for debug,
3 years ago
ngspice-x86.exe.manifest
add a manifest file
6 years ago
ngspice.exe.manifest
add a manifest file
6 years ago
ngspice.ico
add an icon to MS Windows VC exe
7 years ago
resource.h
update to re-enable icon
6 years ago
sharedspice.sln
dependent project klu_complex added
2 years ago
sharedspice.vcxproj
add osdinoise.c
2 years ago
spinit_all
fix comment
3 years ago
spinitd
fix comment
3 years ago
spinitd64
fix comment
3 years ago
spinitr
fix comment
3 years ago
spinitr64
fix comment
3 years ago
vngspice-fftw.sln
include KLU in to project
3 years ago
vngspice-fftw.vcxproj
add osdinoise
2 years ago
vngspice.rc
update to re-enable icon
6 years ago
vngspice.sln
include KLU in to project
3 years ago
vngspice.vcxproj
add osdinoise.c
2 years ago