sjborley
7376fa66e5
Fixed line-endings (DOS to UNIX)
and translated German to English in comments.
21 years ago
pnenzi
07588be2d7
Fixed an error in a comment.
21 years ago
pnenzi
f72fbdce74
Added some code to debug breakpoints.
21 years ago
pnenzi
bccd01f403
Fixed a bug that affected interactive analysis of some mosfet devices and changed value of trtol to 1 when xspice extensions are compiled in.
21 years ago
pnenzi
3b11bac24e
Changed the way to compute the last point in a sweep.
21 years ago
pnenzi
742186b44f
Trimmed include file and removed some warnings.
22 years ago
pnenzi
0bfc3220bf
Rollback of part of Niessner's patch.
22 years ago
pnenzi
3104666d86
Fixed a typo that prevented compilation.
22 years ago
pnenzi
1260ae08db
Update autoconf scripts and applied Niessner patch to remove compiler warnings.
22 years ago
pnenzi
01dc8e5707
Bug Fix: bug in gmin stepping.
22 years ago
pnenzi
5708a54ce4
Applied CDHW patch for options management.
23 years ago
pnenzi
0603ce82f1
Removed spurious include for stdio.h.
23 years ago
pnenzi
ebb73dcfc8
Added some code nedeed by cpl an txl from kspice.
23 years ago
pnenzi
58788e1491
Fixed segfault when resuming a long-lasting noise analysis. Patch from Vera Albrecht.
23 years ago
pnenzi
d9a722df58
Very small fix: CKTtime was confused with CKTtemp.
23 years ago
pnenzi
0c2309bed8
Fixed resistance sweep.
23 years ago
pnenzi
5292806527
Added a new function to take into account dtemp.
23 years ago
pnenzi
bec68b1559
Fixed temperature sweep.
23 years ago
pnenzi
fabfd87abd
Code cleaning and enabled maximum verbosity in debug code.
23 years ago
pnenzi
4b3cc927b9
Bug fix.
23 years ago
pnenzi
8d893d890a
CIDER integration. Code updated for cider support.
23 years ago
pnenzi
dd8929457e
Code cleaning.
23 years ago
pnenzi
d154d16449
Corrected errors I made in adding tclspice code.
23 years ago
pnenzi
b273847454
Added TransImpedanceAmp example.
23 years ago
pnenzi
f1c81d40f7
Third batch of added files.
23 years ago
pnenzi
8362dec274
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
stefanjones
ab9ab1640d
Remove rubbish from import
24 years ago
stefanjones
d2ae47441b
Initial revision
24 years ago
pnenzi
937e3db647
Holger Vogt Windows port for Ngspice.
25 years ago
pnenzi
8fa2d2f361
Cleaned up the code (no more parentheses warning).
25 years ago
pnenzi
e2e71a7e4d
Applied patches from Charles Williams. The patched code makes error reporting
more verbose. In inperror.c makes use of errMsg.
25 years ago
pnenzi
402eff28a2
Removed EXPERIMENTAL_CODE #define. The code masked by the define was what spice33 manual reproduces what spice3 manual says about TMAX. The old code was simply wrong.
25 years ago
pnenzi
4baa8b0dcf
Applied patch from Richard McRoberts: A bug that most users probably wouldn't
encounter occurs in an ac analysis using a linear sweep with only one point.
A rather pathological case.) The original code in acan.c uses a frequency
ncrement of "HUGE" (infinity) which causes a crash when stepping to the second
point. Fixed by making the increment zero, which is tested for in the sweep,
ausing it to terminate correctly after the first point.
25 years ago
pnenzi
1b7c9386fe
Bug fixes from previous commit.
25 years ago
pnenzi
8551caa8e9
Code to link mos9 and bjt2 and some fixes from last Alan's code.
25 years ago
pnenzi
860df0844a
Fixed a bug left forn Alan's code import.
25 years ago
pnenzi
7ec1d5d3d1
Some bux fixes: in ASRC device (B) ASRC ask was not included in interface structure.
26 years ago
pnenzi
57d805cbf6
Modified noisean.c with the one found into the bsim4 (version 4.1.0) model,
26 years ago
pnenzi
d1d4832b65
odification to parsing function for new device model (BSIM3SOIDD). Prepended
26 years ago
arno
cc51f0e8db
* src/main.c, src/multidec.c, src/proc2mod.c,
26 years ago
arno
2680129539
* analysis.c: New file.
26 years ago
arno
5c77d40766
* analysis.h: New file.
26 years ago
arno
8dc5eac0ee
* TODO, doc/ngspice.texi: Small updates
26 years ago
pnenzi
0875108157
Added patches extracted from Alan Gillespie's code. Documentation and
26 years ago
pnenzi
ae5950eea8
I have added some code from macspice3f4 (from A. Wilson). To enable it, compile with --enable-experimental.
26 years ago
arno
9b7d4b3187
* src/spicelib/analysis/cktpzstr.c: Reversed a patch that went
in between ng-spice-0.2 and ng-spice-0.3 that eliminated the
following warnings: 'suggest parentheses around && within
||'. The parenthesis were not placed correctly, leading to
incorrect behaviour of the pole-zero analysis.
* tests/polezero/*.out: Changed the content of these files because
the bug that caused the incorrect pole-zero results have been
traced to src/spicelib/analysis/cktpzstr.c.
26 years ago
arno
e3c077ea1c
* src/spicelib/devices/analysis/*: Moved all files to
26 years ago