Commit Graph

11110 Commits

Author SHA1 Message Date
Holger Vogt 6dec8f4d14 Update of the installation on macOS with M1 - 4 CPUs 2024-12-27 14:19:09 +01:00
Holger Vogt a4e443fcce precautionary prevent passing instances which internally have got
upper case lettering. Removes a crash reported in
https://gitlab.com/kicad/code/kicad/-/issues/18648.
2024-12-27 11:18:00 +01:00
Holger Vogt ffde17441b Don't quote the subcircuit name in an X line 2024-12-27 11:15:09 +01:00
Giles Atkinson d549b882df Fix a crash that happens after an iplot window is zoomed and closed
while active.
2024-12-27 11:14:53 +01:00
Holger Vogt 8eea1f0b41 Prepare ngspice-44 2024-12-26 15:01:10 +01:00
Holger Vogt 9ce056304c Prepare ngspice-44 2024-12-26 14:50:33 +01:00
Holger Vogt 45f1d27e3d Remove obsolete content not directly linked to ngspice. 2024-12-24 10:13:06 +01:00
Holger Vogt 00318df064 no readline required for shared ngspice 2024-12-23 17:46:52 +01:00
Holger Vogt a2ba997651 Update, prepare for ngspice-44 2024-12-23 17:32:11 +01:00
Holger Vogt 20e889b736 Fix a typo 2024-12-23 16:54:34 +01:00
Brian Taylor a841a66ee1 d_process needs to strip || at the end of the process_file string when using PSpice compat mode. The failure was found by @slh on the KiCad forum. 2024-12-15 22:12:17 +01:00
Brian Taylor bd56d6b999 Merge branch 'bt_dev' of ssh://git.code.sf.net/p/ngspice/ngspice into bt_dev 2024-12-15 11:41:36 -08:00
Brian Taylor 799bd8ae8f d_process needs to strip || at the end of the process_file string when using PSpice compat mode. The failure was found by @slh on the KiCad forum. 2024-12-15 11:38:26 -08:00
Brian Taylor 12aafb78ab d_process needs to strip || at the end of the process_file string when using PSpice compat mode. The failure was found by @slh on the KiCad forum. 2024-12-15 11:24:39 -08:00
Brian Taylor d631d7bc04 Merge branch 'pre-master-44' into bt_dev 2024-12-15 09:08:44 -08:00
Holger Vogt 1e4a6ac8b8 avoid memory leak by appending, not prepending the word 2024-12-15 10:29:32 +01:00
Holger Vogt a6ad2470f1 Add a flag compmod to struct card.
Set compmod to 1 if netlist line is included by command 'incpslt'
Guard special newcompat.hs sections by compmod
2024-12-15 10:29:23 +01:00
dwarning 3f562ae4f6 fix diode level=3 setup for multiple simulations 2024-12-15 10:29:05 +01:00
dwarning 4bd5ebe3e3 Fixed the diode scaling bug reported by A. Buermen 2024-12-15 10:28:46 +01:00
Árpád Bűrmen 727f11edf0 Fixed incorrect OSDItrunc() state index when $limit is present. 2024-12-15 10:28:33 +01:00
Árpád Bűrmen bf6ed080cf Verilog-A $simparam("tnom") is in degrees Celsius.
Adjusted OSDI interfaces to reflect that.
2024-12-15 10:28:19 +01:00
Árpád Bűrmen 778b730393 Exposed more $simparams via OSDI.
initializeLimiting, epsmin, reltol, vntol, abstol
2024-12-15 10:28:06 +01:00
Holger Vogt cb084bcba3 more tests/warnings during compile step 2024-12-15 10:27:41 +01:00
Holger Vogt 72d70e3471 bool definition is in stdbool.h, no local definition required 2024-12-15 10:27:29 +01:00
Holger Vogt f9b7455d10 Proper conversion bool to int 2024-12-15 10:27:14 +01:00
Holger Vogt c05a6398b7 Reserve enough memory 2024-12-15 10:27:04 +01:00
Holger Vogt 3f26d455c3 Re-formatting for readability 2024-12-15 10:26:51 +01:00
Holger Vogt 33638fc46e Improve error messages 2024-12-15 10:26:42 +01:00
Holger Vogt 3ca51e47b2 Unify to type bool 2024-12-15 10:26:29 +01:00
Holger Vogt 8b5a046cdb Remove again, not needed 2024-12-15 10:26:20 +01:00
Holger Vogt 8e9a115aa9 Update/remove comment(no longer valid) 2024-12-15 10:26:08 +01:00
Holger Vogt b7092ff19b Revert ABORTPROC to bool, where appropriate 2024-12-15 10:25:51 +01:00
Holger Vogt deb3cd9809 Replace all BOOLEAN, BOOL, _Bool by bool
Remove all #undef bool (set in conjunction with #iclude <Windows.h>)
2024-12-15 10:25:28 +01:00
dwarning cef9d5b11c iscas_stdcell.lib need geometry parameters, but is not used anyway, so commented out 2024-12-15 10:25:07 +01:00
Holger Vogt 04489d6d53 avoid memory leak by appending, not prepending the word 2024-12-13 15:11:49 +01:00
Holger Vogt c0ebab7b19 Add a flag compmod to struct card.
Set compmod to 1 if netlist line is included by command 'incpslt'
Guard special newcompat.hs sections by compmod
2024-12-13 15:01:45 +01:00
dwarning d0285b1c99 fix diode level=3 setup for multiple simulations 2024-12-12 13:36:35 +01:00
dwarning fd10259265 Merge commit 'd0576b' into pre-master-44
Fixed incorrect OSDItrunc() state index when $limit is present.
2024-12-11 20:56:26 +01:00
dwarning e0a4b9c4c8 Fixed the diode scaling bug reported by A. Buermen 2024-12-10 14:04:13 +01:00
Holger Vogt 46b3ad921e more tests/warnings during compile step 2024-12-09 16:07:38 +01:00
Holger Vogt 040d6ec0d0 bool definition is in stdbool.h, no local definition required 2024-12-09 16:07:38 +01:00
Holger Vogt 010de700f7 Proper conversion bool to int 2024-12-09 16:07:37 +01:00
Holger Vogt 9481658221 Reserve enough memory 2024-12-09 16:07:37 +01:00
Holger Vogt 7f0e13c9b0 Re-formatting for readability 2024-12-09 16:07:37 +01:00
Holger Vogt 5b25f4ae63 Improve error messages 2024-12-09 16:07:37 +01:00
Holger Vogt dce000d269 Unify to type bool 2024-12-09 16:07:37 +01:00
Holger Vogt 30fd66a124 Remove again, not needed 2024-12-09 16:07:37 +01:00
Holger Vogt bdd240fb81 Update/remove comment(no longer valid) 2024-12-09 16:07:37 +01:00
Holger Vogt b3e9511453 Revert ABORTPROC to bool, where appropriate 2024-12-09 16:07:36 +01:00
Holger Vogt 5a3071dbf4 Replace all BOOLEAN, BOOL, _Bool by bool
Remove all #undef bool (set in conjunction with #iclude <Windows.h>)
2024-12-09 16:07:36 +01:00