3728 Commits (29bfe94318e02165124e7d8fad0c27b7fdc11580)

Author SHA1 Message Date
Holger Vogt 29bfe94318 Exclude some code under a unified #undef REM_USED 2 years ago
dwarning 2cf2693706 few code cleanings 2 years ago
Holger Vogt c87df54f24 Remove unused global variable cp_dol. 2 years ago
Giles Atkinson 359e3d4609 Fix Bug #467 - ".OPTION INTERP has accuracy issue". 2 years ago
Giles Atkinson 4228ba6e8a Ignore end-of-line comments in quoted strings. 2 years ago
Holger Vogt 39443fafdd Removing unused models takes much more time than keeping them 2 years ago
Holger Vogt 8ef0aece58 During setup of the models thre have been search scans in the 2 years ago
Holger Vogt 9edf34495e Don't say 'issue in line no. 0', as this 'info' does not tell 3 years ago
Holger Vogt 53315ed764 Prevent crash when no input file given. 3 years ago
Holger Vogt 28b495318d Update to command 'wrnodev': 3 years ago
Holger Vogt e449c894ce Prepend title line by '*' if printed by 'listing r'. 3 years ago
Holger Vogt 76f837b0b7 skip all pre-processing for expanded input files created by 'listing r' 3 years ago
Giles Atkinson 2790fd68bb Make the special "noglob" variable work. To preserve previous behaviour 3 years ago
Giles Atkinson a70e708114 Make special interpreter variable "noglob" behave as documented: 3 years ago
Giles Atkinson 41c61604c5 Handle SIGTTIN and SIGTTOU on Unix-like OSs with X11 graphics. 3 years ago
Giles Atkinson 588116af48 Fix a bug in the "help" command. Some commands have no action function, 3 years ago
Holger Vogt f3eb46e76d Fix bug in fprintf 3 years ago
Holger Vogt b034332e84 Improve warning message during evaluating .probe 3 years ago
Holger Vogt 01bdd44ef9 Modify the previous commit a616a0abe: 3 years ago
Vogt a616a0abe3 Add variable wr_onspace to allow printing the vetor name with 3 years ago
dwarning 4368790c5d remove compiler warning wrt. prototypes 3 years ago
Holger Vogt 64307ba907 Add a title line to 'listing r', so the resulting output may be 3 years ago
Brian Taylor 492bb64d92 By default, use the shortest typical delay estimate. This makes the digi_74LS90_74LS42.cir testcase for bug641 behave almost the same as MicroCap 12. In ngspice and MicroCap, the only signal with a glitch is not_y8. The other not_* signals look the same. Setting ps_use_mntymx in .spiceinit will change the delay estimates. See the function set_u_devices_info in src/frontend/udevices.c for the various settings of ps_use_mntymx. 3 years ago
Holger Vogt ad23146544 Don't check continuously for autostop, only when option flag is set 3 years ago
Holger Vogt 0f14c690d5 Stat. functions: safeguard against divide by zero, return nominal value 3 years ago
Holger Vogt c0d73dcd6f Fix bug 642 by replacing strstr() by search_plain_identifier() 3 years ago
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