610 Commits (5fe236290f7c8b164e34f3c06ef32c2a2d1267d6)

Author SHA1 Message Date
Holger Vogt bc41e48126 Change message from Circuit2 to Parse 3 years ago
Holger Vogt ba2842b55a Prevent a crash if p==NULL (due to buggy input) 3 years ago
Holger Vogt a28784d6d7 Prevent crash if *line == NULL 3 years ago
Holger Vogt c7ebb7aabb Error message up to now was strictly for command line interactive use only. 3 years ago
Holger Vogt 3bb9cd738f CIDER: Plug small memory leaks in INPparseNumMod() 3 years ago
Giles Atkinson 1fdf7dac51 Fix Bug #623 - "Parser warning for voltage source". 3 years ago
Holger Vogt b24c613ce6 Safeguard against bad arguments (no crash upon NULL) 3 years ago
Holger Vogt b6e9ba20b9 Add another error qualifier to decribe the current policy 3 years ago
Holger Vogt 962d9d2998 Avoid user induced buffer overflows. 3 years ago
Holger Vogt 4231ad3f5f Prevent reading from NULL when user input is something like .ic=v 3 years ago
Holger Vogt 3ff9643f49 Add a scale factor 'a' (atto, 1e-18) 3 years ago
Pascal Kuthe a7fced9327 ensure compilation succedes without OSDI 3 years ago
Pascal Kuthe 79b2d2d520 removed unneded changes 3 years ago
Holger Vogt e6265a3eed Move reference designator from A to N 3 years ago
Pascal Kuthe acfaf023b3 prototype for Verilog-A integration using OSDI and OpenVAF 4 years ago
Holger Vogt e28d3feee0 Remove unused variable debarr. 3 years ago
Holger Vogt 6c1be283a7 Add a function ddt (derivative versus time) to the B-source funtion parser. 3 years ago
Brian Taylor a0cf65ca1a Add B-source note 3 years ago
Holger Vogt f13aa89626 Add new functions for operators x**y or x^y 3 years ago
Holger Vogt 6af73bc97f remove unused 3 years ago
Holger Vogt d77e36dc1b To find the nearest integer, use nearbyint(). trunc() has delivered 3 years ago
Holger Vogt 47f2b7c6af AlmostEqualUlps setting has been too strict: it failed in MINGW gcc. 3 years ago
Holger Vogt e2defea752 The derivative of pow shall use the new pow function as well, 3 years ago
Holger Vogt edab163192 If compatmode is lt, change the pow(x,y) and x**y functions: 4 years ago
Holger Vogt 933b1fdb2b Add some comment 4 years ago
Holger Vogt 07bb809158 Iterations for op or dc may start with arguments 0 for ln(). 4 years ago
Holger Vogt 9e290a3461 tabs to spaces 4 years ago
Holger Vogt 8a097c020e Make error message more verbose: Instead of only "no such parameter on this device", 4 years ago
Holger Vogt 2915f8e991 In case of resistor valuues r150 (r + integer number), 4 years ago
Alessio Cacciatori 4ebf4901b9 S-parameters in ngspice 4 years ago
Alessio Cacciatori 2c10c4aebd S parameter simulation 4 years ago
Holger Vogt 0eb272243f Enable RKM notation also for inductors (e.g. 1u2 for 1.2u) 4 years ago
Holger Vogt 46696a6aaa If function is not found, bail out if strict_errorhandling is set. 4 years ago
Holger Vogt 632f8c033d Make numoparam error messages more user friendly. 4 years ago
dwarning 8f9bf94a38 Aware of sscanf return value 4 years ago
dwarning ba6d8c871c white spaces 4 years ago
Holger Vogt 063665c374 Fix a bug in optran code: 4 years ago
Holger Vogt 6b5bc9bcd8 There is no f (femto or Farad) in a resistor line 5 years ago
Holger Vogt 34c227815d RKM for C: Revert reading f, it is again femto 5 years ago
Holger Vogt 7f981569d9 Update to RKM if ngbehavior=lt is set: 5 years ago
Holger Vogt daa3609e58 Enable RKM notation for R and C, when ngbehavior LT is selected. 5 years ago
Holger Vogt 0266bd5894 make PTparse error message more verbose: 5 years ago
Holger Vogt 7f4fc2948b Add a line feed to make message more readable. 5 years ago
Holger Vogt 1977128380 Prevent crash when CIDER diode models are used. 5 years ago
Holger Vogt 945786fba7 Make PTcheck more verbose: 5 years ago
Holger Vogt 7e01b800f0 add the parameter name to error message of missing or bad parameter 5 years ago
Holger Vogt 7eb791fe00 No parse tree submitted to IFeval: 5 years ago
Holger Vogt 1266225cdb For C and R device enable value tokens like 4k7 or 1u2 5 years ago
dwarning b1bf7ea0ad Diode model with selfheating option 5 years ago
Holger Vogt 45c171635a Remove compile error which may occur with specific settings 5 years ago