pnenzi
742186b44f
Trimmed include file and removed some warnings.
22 years ago
pnenzi
1260ae08db
Update autoconf scripts and applied Niessner patch to remove compiler warnings.
22 years ago
pnenzi
9066452b23
Trimmed Makefiles.am for "make dist" and added tests placeholders.
22 years ago
pnenzi
4b6bef82fe
Option management patch. CDHW
22 years ago
pnenzi
5708a54ce4
Applied CDHW patch for options management.
22 years ago
pnenzi
b03a70760b
Applied Stuart's 12-03-2003 patch. Support for readline (disabled) and for node names in the form (x,y).
23 years ago
pnenzi
a872f83194
Added prototype.
23 years ago
pnenzi
9c26e40abc
Added constants needed for new inductor model.
23 years ago
pnenzi
488e1cf2b3
Added a couple of constants: epsilon0 and epsilonSiO2.
23 years ago
pnenzi
6242054c2a
Code Cleaning.
23 years ago
pnenzi
8686a73047
Added readline patch (support for command history).
23 years ago
pnenzi
63c93eca79
Modified sparse include files to obtain better separation from rest of the code.
23 years ago
pnenzi
9ee4064c46
Added more separation between sparse and the rest of the package.
23 years ago
pnenzi
88b8906c9a
Removed multiple definition of CMPLX_MUL macro.
23 years ago
pnenzi
8d893d890a
CIDER integration. Code updated for cider support.
23 years ago
pnenzi
33c3e863b8
Cider simulator (Include files). Import.
23 years ago
pnenzi
758bedc716
Second batch of added files.
23 years ago
pnenzi
8362dec274
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
stefanjones
add5a573f2
rming
24 years ago
stefanjones
ab9ab1640d
Remove rubbish from import
24 years ago
stefanjones
d2ae47441b
Initial revision
24 years ago
pnenzi
a7e1405208
Windows port of Ngspice (Holger Vogt) (part 2)
25 years ago
pnenzi
937e3db647
Holger Vogt Windows port for Ngspice.
25 years ago
pnenzi
6696aac9e6
Updated changelogs
25 years ago
pnenzi
65392b77ff
Modified printnum function to avoid printing bugs and memory leaks.
25 years ago
rouat
84c3d3fbc0
Updated BSIM4 model to latest version (BSIM4.2.1)
25 years ago
pnenzi
fc8956b08c
Added min, max and d(iff) to vectors from code submitted by Routoure.
25 years ago
pnenzi
c099f63794
CKThead structure now allocated dynamically.
25 years ago
pnenzi
e96628b7bd
Linked stag model to the simulator
25 years ago
pnenzi
b07e35d150
Linked the new devices (mesa hfet1 hfet2) into the ngspice simulator
25 years ago
pnenzi
913b715c51
This damn dependence hidden in the source. Have modifed the max number of devices
25 years ago
pnenzi
fd6d0b0723
Fixed stringutil missing bug.
25 years ago
pnenzi
c68f3470e4
Code cleanup.
25 years ago
pnenzi
6f55975cc0
Code clean up (removed some warning)
25 years ago
pnenzi
d735c9a871
Some code cleanup
25 years ago
pnenzi
d1d4832b65
odification to parsing function for new device model (BSIM3SOIDD). Prepended
26 years ago
pnenzi
97e77a523e
Added support for bsim3soi fd devices (fully depleted).
26 years ago
pnenzi
cdae0ed0b5
Fixed a couple of bugs in the files
26 years ago
pnenzi
9606b353db
Added support for BSIM3SOI_PD 2.2.1 and changed configuration scripts, makefiles and support routines.
26 years ago
pnenzi
ccfdf80c2e
Applied patches for BSD OSes
26 years ago
pnenzi
8669c613b2
Corrected path for gc include file.
26 years ago
arno
86f326d11e
* NEWS TODO acconfig.h configure.in src/ngspice.idx
26 years ago
arno
cc51f0e8db
* src/main.c, src/multidec.c, src/proc2mod.c,
26 years ago
arno
67976b05dc
* fteext.h: Removed prototype for com_fourier(). Use
26 years ago
arno
8dc5eac0ee
* TODO, doc/ngspice.texi: Small updates
26 years ago
pnenzi
34f9e54174
Corrected a bug
26 years ago
pnenzi
0875108157
Added patches extracted from Alan Gillespie's code. Documentation and
26 years ago
arno
57dfb0f945
* main.c frontend/com_ahelp.c frontend/com_asciiplot.c
26 years ago
arno
7ac9278389
* src/include/spconfig.h: Removed spCOMPLEX,
spSEPARATED_COMPLEX_VECTORS and spCOMPATIBILITY defines. This
made including this file from src/include/spmatrix.h unnecessary.
Moved this file to src/maths/sparse/spconfig.h.
* src/include/spmatrix.h: Removed include of
src/include/spconfig.h.
* src/maths/sparse/spalloc.c, src/maths/sparse/spbuild.c,
src/maths/sparse/spcombin.c, src/maths/sparse/spdefs.h,
src/maths/sparse/spfactor.c, src/maths/sparse/spoutput.c,
src/maths/sparse/spsmp.c, src/maths/sparse/spsolve.c,
src/maths/sparse/sputils.c: The other files affected by the
removal of spCOMPLEX, spSEPARATED_COMPLEX_VECTORS and
spCOMPATIBILITY defines. Also: assertions are enabled by
default.
* src/include/smpdefs.h, src/maths/sparse/spsmp.c: SMPmatrix is
now a typedef for void, instead of char. Updated all function
declarations to match this. Also added function prototypes not
previously mentioned in src/include/smpdefs.h.
* src/include/complex.h: Updates of cast from char * to void *
26 years ago
arno
489fc66afd
src/Makefile.am src/help.c src/main.c
26 years ago