52 Commits (33a8cd942f156d7dfcd3d8beedca7f5b58edc740)

Author SHA1 Message Date
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Alex Shvartzkop 81281f7e74 Send project path to ngspice for code model input files. 2 years ago
Jeff Young 12c8f5b14d Update compatibility mode and save flags in ngspice. 2 years ago
Jeff Young e59612d56c Add realloc locking calls for ngspice42. 2 years ago
Jeff Young ff044cd0cf Mostly a terminology update... 2 years ago
Jeff Young bde9c2cbc5 ADDED FFT analyses. 2 years ago
Jeff Young d5d2800b03 Sort out terminology issues between vectors and plots. 2 years ago
Jeff Young 492ef62053 ADDED support to save contributions from all noise generators. 2 years ago
Jeff Young 8c8c5e1824 Provide a default xaxis for DC-sweep so we can add traces before sim is run. 3 years ago
Jeff Young 7e1fecaf2e Formatting. 3 years ago
Jeff Young e09e521162 Remove GUI calls from netlisting. 3 years ago
jean-pierre charras 7c9f3981ef Revert "Reorder includes is some simulator files to fix issues on msys2 (no code change)" 3 years ago
jean-pierre charras 78e45fa1b9 Reorder includes is some simulator files to fix issues on msys2 (no code change) 3 years ago
Mikolaj Wielgus c9f3507ff7 Sim: Don't require ngspice.h for SIM_MODEL_NGSPICE 3 years ago
jean-pierre charras d667d9b464 Do not include and use sharedspice.h when KICAD_SPICE = OFF 3 years ago
Mikolaj Wielgus 6984f63af8 Sim: Transmission line models 3 years ago
Mikolaj Wielgus fe38c622a9 Sim: Improvements to model serialization 4 years ago
Mikolaj Wielgus 978f01553b Sim Model Editor: Serialize models in fields 4 years ago
Mikolaj Wielgus c5a256291e Sim Model Editor: Display model parameters 4 years ago
Mikolaj Wielgus 229e5c9e0f Begin development of a new Sim Model Editor dialog 4 years ago
Eduardo Behr f246646d7a Fix severe simulation memory leaks 3 years ago
Sylwester Kocjan f5dedd77c6 eeschema,sim: add SIMULATOR and SIM_MODEL interface 4 years ago
Mikolaj Wielgus 4f2856b345 Gray out unavailable tools in simulator toolbar 4 years ago
Seth Hillbrand 61289ab39a Cleanup ngspice calling signatures 5 years ago
Seth Hillbrand 36975c9cd0 Conditionally handle the SPICE signatures 5 years ago
Wayne Stambaugh dbb0a125ac Fix build error when spice simulator build option is disabled. 5 years ago
Wayne Stambaugh acec6ad7fc Spice simulator: add Ngspce model behavior mode settings. 5 years ago
Wayne Stambaugh 6a39b81647 Fix the last of broken Doxygen comment specifiers. 5 years ago
Wayne Stambaugh 4619d5e112 Fix more broken Doxygen comment specifiers. 5 years ago
Sylwester Kocjan 6a48e21eb2 simulator: update dialog to handle R, I & TEMP DC sweeps 5 years ago
Sylwester Kocjan fdccdd5cb9 Eeschema: adding .op SPICE simulation support 6 years ago
Maciej Suminski a8ef222517 ngspice: keep the ngspice DLL handle as an automatic variable 8 years ago
Maciej Suminski bad462a228 Spice simulator: reload ngSpice dll on error 8 years ago
Maciej Suminski 33620ecc85 Revert "libngspice is linked at compile time" 8 years ago
Tomasz Włostowski 919b449595 Added 'show spice netlist' menu option in the simulator 8 years ago
Maciej Suminski af3d5befa7 Solve codemodel libraries loading problem in ngspice 9 years ago
Maciej Suminski cac571c056 Initialize ngspice only once 9 years ago
Maciej Suminski 75f8b20493 libngspice is linked at compile time 9 years ago
Maciej Suminski 497b2a9442 CMake module for libngspice 9 years ago
Maciej Suminski 6b3584ce9b fxup system ngspice.h 9 years ago
Maciej Suminski 2c29133c57 Use system ngspice.h file 9 years ago
Maciej Suminski 0667b7ba63 Fixed ngspice freeze when there is an error in the simulated netlist Does not work with current ngspice head, it has to be compiled from the official master branch. 9 years ago
Maciej Suminski eeeb3e0a9a Simulator code formatting and clean up 9 years ago
Tomasz Wlostowski bba57097b7 sim: use C locale for SPICE simulation. Added error callback 9 years ago
Maciej Suminski caef84d622 SPICE_SIMULATOR::GetXAxis() 9 years ago
Maciej Suminski f62a6425a3 Changed the simulator code license to GPLv3+ 9 years ago
Maciej Suminski 0da13052dd SPICE_SIMULATOR interface allows to obtain different types of plots (mag, phase, real, imag) 9 years ago
Maciej Suminski 9f3324bac7 Changed the way ngspice is executed Previously it was run in a wxThread, but it did not allow to issue commands while the simulation is running. If you check ngspice shared library source code, then you will discover "bg_*" commands that executes commands in background, so the simulator still can be controlled. 9 years ago
Maciej Suminski 38042ac9e0 NGSPICE class minor cleanup 9 years ago
Maciej Suminski 9ef2cb94bf Simulation executes in a separate thread 9 years ago