3902 Commits (8ab446fc9c7a7c3e886b0a8a4ae5e7334fc7e5ce)

Author SHA1 Message Date
Holger Vogt adc645d8e9 Fix intro comment: NDEV is no longer supported in ngspice 3 years ago
Francesco Lannutti 8123fde6f7 Handled properly KLU messages when XSPICE is purely digital 3 years ago
Francesco Lannutti 937325e2ce Handled an empty circuit with KLU 3 years ago
Holger Vogt 33eec95855 plug a memory leak 6 years ago
Francesco Lannutti 15e732dbb4 fix the list of supported devices 10 years ago
Francesco Lannutti ce18d6846f KLU Integration from scratch #4, changed files 10 years ago
Holger Vogt d90c9dd3b5 Initialize to remove VS2022 linker warnings 3 years ago
Holger Vogt b893e32d75 Reemove needless code, check for '}0', 3 years ago
Holger Vogt 0e0c8de5ee Remove gcc compiler warning: remove needless code 3 years ago
Holger Vogt 9c2a87a469 Remove buggy if clause, add safeguards against buggy input 3 years ago
Holger Vogt 62f803dfa5 Remove gcc compiler warnings 3 years ago
Giles Atkinson 502f15522e Fix an infinite loop bug that may be seen with "stop whan a>b" or 3 years ago
Brian Taylor f16c0556af Add support for PSpice DLYLINE. 3 years ago
Holger Vogt 2065dee82c Fix comment on old-style .lib 3 years ago
Brian Taylor e235fda42b For d0_eff, d0_gff timing models specify the 1.0e-12 minimum Xspice delay valuesrather than defaulting to 1ns. 3 years ago
Holger Vogt d4c54123d4 Revert "Add code in ivars.c to look for a SPICE_ROOT environment variable" 3 years ago
Giles Atkinson 6b0ab44f1e Add code in ivars.c to look for a SPICE_ROOT environment variable 3 years ago
Giles Atkinson 84821a4cf5 Add support for including analog node changes in VCD file output, 3 years ago
Holger Vogt 3adfa89cfc Prevent crash when number of parameter dependencies increases beyond 3 years ago
Holger Vogt aa10f9344e Add variable "csnumprec" to allow setting the precision of vectors 3 years ago
Holger Vogt fe3222a118 Add an option nginfo to enable a status report during simulation 3 years ago
Holger Vogt c66f9faaab Remove compiler warnings (VS2022) 3 years ago
Brian Taylor b79eca646b Prevent crashes in udevices.c when malformed U* instances are present. This would happen with incorrectly written U* gates, ff, latches which do not conform to the PSpice specs. Instead, ERROR messages are output which, hopefully, will help a user to debug their subckt. 3 years ago
Giles Atkinson 480e269102 Allow netlist lines to grow during parameter substitution, 3 years ago
Brian Taylor 4d8b105b86 Simplify expression nesting depth. 3 years ago
Giles Atkinson a60b7f5630 Fix sluggish output of the "Reference value" progress indicator on Linux 3 years ago
Giles Atkinson ac6487932b Make the returned status of the "shell" command available as interpreter 3 years ago
Giles Atkinson 1c1a53bac8 Set default colours for the button box in the X11 plot window that 3 years ago
Giles Atkinson 5114d6c2f4 Add an option to the iplot command: -d sets the number of simulation 3 years ago
Giles Atkinson e5a931e537 Improve commands for vector scales. "setscale" can now change 3 years ago
Holger Vogt d3dccc68b2 Error print output consistenly only to stderr. 3 years ago
Holger Vogt 4421d95379 improve comment 3 years ago
Holger Vogt 53b72a7693 Skip title line when resorting .params, .meas, .temp 3 years ago
Holger Vogt eda9cadbed The 'plot' command is not available in batch mode. 3 years ago
Holger Vogt f5091bdc2d Make the error message a little more reasonable. 3 years ago
Holger Vogt d46cd894cc Prevent crash if s == NULL 3 years ago
Holger Vogt 7f8e1cecab Allow ';' also at the beginning of a line. 3 years ago
Holger Vogt c1db561373 No syntax check for title line 3 years ago
Holger Vogt 3420e66705 During syntax check: v,i sources need two nodes, 3 years ago
Holger Vogt 29c51c0d30 Bail out if {...} or '...' are missing around RHS of the equation. 3 years ago
Holger Vogt 0ee5e3f32a Add a control language function cvector, to create a complex vector. 3 years ago
Holger Vogt 01e8b4da84 Prevent crash upon buggy user input (missing ] or >) 3 years ago
Holger Vogt 1340002c05 Improve error message 3 years ago
Holger Vogt 695c1e1bd6 Add an extra model stitching for CIDER only. 3 years ago
Giles Atkinson d31568bd83 Add parsing and translation of the FREQ form of E-source devices, 3 years ago
Giles Atkinson 422a205409 Always propgate any individual scale for a vector that appears 3 years ago
Holger Vogt d295fe3ac6 Slightly improve error handling and warning message 3 years ago
Holger Vogt 823465ceb8 .csparam: Add some safeguarding against wrong input and crash, 3 years ago
Holger Vogt ba7ad783a8 safeguard against crash upon buggy input 3 years ago
Holger Vogt c723e124d9 Make error message more verbose and useful 3 years ago