Giles Atkinson
79fcb5d4bd
Fix plotting bug reported by Robert Turnbull: ngspice-devel 2023-02-10.
3 years ago
Markus Mueller
0caf1aa815
(fix) CALC_OP during transient analysis in OSDI interface
3 years ago
Holger Vogt
d4ee9af2e6
We are developing towards ngspice-40
3 years ago
Giles Atkinson
2233e2f825
Fix Bug #624 - "Destroy All Fails with an Open Plot Window" for X11.
Move XftDrawDestroy() call to a point where the window still exists.
3 years ago
Holger Vogt
f83c89cce7
When path is NULL, we don't need to free it.
3 years ago
Holger Vogt
75f9451702
Fix bug 624 also for MS Windows
by moving DestroyGraph() from WM_CLOSE to RemoveWindow()
3 years ago
Markus Mueller
bd30bd4e85
fix memory leak more rigorously
3 years ago
Markus Mueller
d495333578
fix small memory leak in OSDI interface
3 years ago
Holger Vogt
da77fad749
In the very rare case of pPivot being NULL, prevent a crsh
by reordering the matrix.
3 years ago
Giles Atkinson
d9b52eb3e1
Fix a bug reported by Thomas Hoffmann in ngspice-users discussion,
2023-02-18. Incorrect tests were used to detect a crossing in the
first two data samples.
3 years ago
Giles Atkinson
06aa693852
A new fix for Bug #331 : "XSpice skips digital output point".
The problem was caused by removing an output queue from the "modified"
list when it had been modified by processing one of its events.
3 years ago
Giles Atkinson
7457a2684b
Revert "Fixes bug #331"
This reverts commit 6d9876229c , because
it was found to break examples/xspice/various/xspice_c3.cir
(see discussion in bug report for February 2023) and an alternative
fix is available.
3 years ago
Giles Atkinson
dbb5219dc7
Fix a crash reported by Thomas Hoffmann when using the "TARG AT=xxxx"
variant of "measure", General Form 1.
3 years ago
Holger Vogt
91144582a0
Remove duplicated lines.
Remove reference to deprecated ADMS, add OSDI instead
3 years ago
Brian Taylor
8dd16feee4
Use dstrings where fixed size char buffers should not have been used.
3 years ago
Brian Taylor
3365fd4309
Remove dead code.
3 years ago
Holger Vogt
50173ac617
Enable potential calls to tprint() for debugging
3 years ago
dwarning
845dfbd830
diode recombination current emission coefficient default to 2
3 years ago
dwarning
45e6d319f3
partly revert last commit: only real input vector get special scaling for dc component
3 years ago
dwarning
bccaee4821
correct fft dc scaling bug #620
3 years ago
dwarning
7ca305804d
ret variable only used for openMP enabled
3 years ago
Holger Vogt
9c6fe3f8e4
Definitely exclude A devices from power probing (and others with less than 2 pins).
3 years ago
Holger Vogt
5924ae2dfb
bug report 619 by Hanspeter Niederstrasser
remove double inclusion of stdlib.h
Correction of commit 9e432838c ("Patch by Robert Turnbull: remove warning messages", 2023-02-05)
3 years ago
Holger Vogt
aafcb68522
Remove obsolete macros, replace other by newer versions
3 years ago
Holger Vogt
5cb5d218c9
Remove the obsolete RETSIGTYPE, replace by void
3 years ago
Holger Vogt
c2fb32f98a
really run a dc simulation
3 years ago
Holger Vogt
ff9c98f597
Patch 112 by Robert Turnbull
Remove compiler warning.
3 years ago
Holger Vogt
3ff9643f49
Add a scale factor 'a' (atto, 1e-18)
3 years ago
holger
f9ed3fd080
Patch by Robert Turnbull: remove warning messages
3 years ago
Holger Vogt
4309bad14d
Set the recounter to 0 upon every exit from function inp_get_param_level
3 years ago
dwarning
f73d3b20a0
implement typedpnjlim as optional limiter for verilog-a models
3 years ago
Pascal Kuthe
8063e56fdf
osdi: fix sigfault when using aliasparam
3 years ago
Holger Vogt
33a3557910
Safeguard against NULL pointers
3 years ago
Holger Vogt
712ed8ac77
Safeguard against stack overflow, when wrongly introduce a circular
parameter dependency
3 years ago
Holger Vogt
20711c1c25
Safeguard against NULL pointers
3 years ago
Brian Taylor
56d0c72924
Add port directions when logicexp or pindly are present.
3 years ago
Brian Taylor
9c9301eca8
Remove delay ifdefs.
3 years ago
Brian Taylor
f674b64264
Remove dead code from previous commit.
3 years ago
Brian Taylor
f570b04d6c
For unspecified gate delays (logic and tristate gates), which PSpice would consider as zero, set the rise and fall delays to 1.e-12s (the minimum for Xspice). For dff, jkff, dlatch, and srlatch use the Xspice default 1.0ns for rise and fall delays. If the ngspice variable (ps_port_directions & 2) is true, write the translated subckt to stdout, with TRANS_OUT prefix, for debugging purposes. The user could edit and replace the translated subckt if desired.
3 years ago
Holger Vogt
26cf1a7a57
max_align_t is used to examine the largest alignment requirement,
and it is expected to check the alignment value via alignof, not sizeof.
Otherwise, __attribute__((aligned)) can complain as required alignment
being invalid, e.g. on s390x.
Patch provided by Mamoru Tasaka, Fedora
3 years ago
Holger Vogt
0ce2e2467a
Update for ngspice-39: OSDI/OpenVAF instead of adms
3 years ago
Holger Vogt
8ee3e3fb41
new revision for shared ngspice
3 years ago
Holger Vogt
c629c6a63f
Add --enable-osdi to include the osdi interface
3 years ago
Holger Vogt
3598a0d0c1
enable compiling of shared lib without osdi interface
3 years ago
Holger Vogt
5d4b5232ce
Add compile script for creating a ngspicexx-tar.gz
distribution file, using 'make dist'.
3 years ago
holger
b3676bb763
enable make dist
3 years ago
Holger Vogt
2e2b74c188
In the ngspice shared library the fcn ivers is called
with a NULL argument. The fix safeguards against argv0
being NULL.
In this case Spice_Exec_Path is set to NULL, it is
safeguarded against NULL when being used.
3 years ago
Holger Vogt
b68f2617c7
Preliminary bug-617 fix:
Don't set temperature to a step beyond the sweep boundaries.
3 years ago
Holger Vogt
a845d1a848
Add most recent achievements, prepare for ngspice-39
3 years ago
Holger Vogt
d36c4b8772
Remove bulk simulation netlist from files
needing a .control section.
3 years ago