rlar
cb0a48801d
introduce AM_CFLAGS = $(STATIC)
2012-07-07 14:51:39 +02:00
h_vogt
a0b64a8624
spfactor.c, indentations
2012-07-07 10:04:21 +02:00
h_vogt
2bff8985e3
Adding TD to the fopen() is sufficient in MS Windows
...
to reliably unlink the temporary file
2012-07-07 09:53:35 +02:00
dwarning
c9b729032d
no double count of area for capacitances
2012-07-04 22:41:56 +02:00
dwarning
dcc22ada60
new scalable diode model including tunnel component
2012-07-04 08:14:33 +02:00
h_vogt
cc44d34f70
tmpfile() on MS Windows
...
create temporary files with Microsoft specific fopen() flags "TD"
and (propably redundant) remove them with an atexit() handler
see bug report #3535348
"sp*.tmp file created, but not deleted when Windows UAC is en"
https://sourceforge.net/tracker/?func=detail&atid=423915&aid=3535348&group_id=38962
2012-07-03 18:38:30 +02:00
h_vogt
3a603cf17c
Visual Studio: isatty --> _isatty
2012-07-02 19:45:43 +02:00
h_vogt
14914025c0
measure_at(), allow real valued data for meas ac
2012-06-26 23:43:50 +02:00
h_vogt
0207dc7239
no exchange of ' ' by { } inside .control section
2012-06-26 23:28:31 +02:00
h_vogt
188acd0060
correct usage of `unlink()' error return value -1
2012-06-25 15:13:02 +02:00
dwarning
4a75ce744d
dioload.c, diosetup.c, correct knee current parameter defaults
2012-06-25 07:43:27 +02:00
dwarning
a7ffb7d69f
dio/dioload.c, whitespace change
2012-06-25 07:31:03 +02:00
rlar
25efde6d8a
configure.ac, unify `x' escape of `test' expressions
2012-06-22 21:46:45 +02:00
rlar
0b35770b0c
configure.ac, robustness
...
unify and honor some hints from
(info "(autoconf) Limitations of Builtins")
use shell || and && instead of test -o and test -a
! test a = b --> test a != b
dont use ()
drop eval
missing quotes
2012-06-22 21:33:08 +02:00
rlar
aea1dbb09c
configure.ac, use AS_HELP_STRING
2012-06-21 21:55:03 +02:00
rlar
cc1a011c98
configure.ac, cleanup
2012-06-21 21:32:40 +02:00
rlar
e01db38416
configure.ac, comment style, (dnl -> #)
2012-06-21 21:17:52 +02:00
rlar
714b9d064f
configure.ac, whitespace cleanup
2012-06-21 20:59:27 +02:00
rlar
1baec0b6b1
bug fix, first run libtoolize then aclocal
...
reported by Joseph Trebbien on
[Ngspice-devel] Build error "required file `./ltmain.sh' not found"
2012-06-21 19:17:01 +02:00
rlar
f661a1032d
bug fix, ltra and tra, (initial conditions)
...
reported in
https://sourceforge.net/tracker/?func=detail&atid=423915&aid=3535544&group_id=38962
bug was introduced in this commit:
Date: Wed Dec 31 17:02:46 2003 +0000
Cleaned up LTRA, TRA and URC code and updated DEVICES file.
2012-06-16 13:06:28 +02:00
dwarning
9648238ed7
call omp_set_num_threads once in central place instead in model routines
2012-06-15 23:14:08 +02:00
dwarning
72afda41ad
mv ext_CFLAGS on the end for overwriting existing CFLAGS
2012-06-15 19:57:08 +02:00
rlar
b398d39772
xpsice, use the CFLAGS when linking .cm code models
2012-06-13 19:15:28 +02:00
dwarning
9ea4897d06
use unified macro USE_OMP and nthreads is set in setup once - not in load as clause
2012-06-13 19:15:27 +02:00
h_vogt
d072ab80d1
memristor example, parameters changed
2012-06-13 19:15:26 +02:00
h_vogt
fde8c46356
add ac and dc simulation to memristor model
2012-06-13 19:15:25 +02:00
h_vogt
f53eb5cf78
memristor code model in extradev
2012-06-13 19:15:24 +02:00
h_vogt
7bfd4edefc
FABS() --> fabs()
2012-06-13 19:15:23 +02:00
h_vogt
ff11ccda20
In B source the argument to 'log' may be 0 upon start of simulation, allow recovery like in function 'ln'
2012-06-13 19:15:22 +02:00
h_vogt
0a087a47c8
enable B source debugging in behavioral models, exit on error if variable strict_errorhandling is set
2012-06-13 19:15:21 +02:00
h_vogt
1cbc41cc32
memristor subcircuit model example
2012-06-13 19:15:19 +02:00
rlar
5b616b93f4
configure.ac, rewrite M4 Quotation (non zero diff)
...
small differences in the autogen.sh generated files
2012-06-13 19:15:18 +02:00
rlar
f571932438
configure.ac, rewrite M4 Quotation
...
verified for zero diff of the autogen.sh generated files
2012-06-13 19:15:17 +02:00
rlar
1a9e658f91
configure.ac, use AC_OPENMP
2012-06-13 19:15:16 +02:00
h_vogt
669399c928
Visual Studio, increase Stack for 64 bits
...
from
standard (0)
to
StackReserveSize="4194304"
StackCommitSize="16384"
2012-06-13 19:15:15 +02:00
h_vogt
07727f74f0
commands.c: 'options' equivalent to 'option' and allow 'loadsnap' and 'savesnap'
...
which have been EXPERIMENTAL_CODE so far
2012-06-13 19:15:14 +02:00
h_vogt
00564bdf35
tests/bsim3, tests/xspice, update output files for comparison
2012-06-13 19:15:13 +02:00
h_vogt
f85da3d49d
tests/Makefile.am: drop tests
...
keep tests only for
BSIM3 (old style), BSIM4, BSIMSOI4, HiSIM, HiSIMHV and XSPICE
2012-06-13 19:15:13 +02:00
h_vogt
583144c421
.gitignore: new name for local tclspice devel directory under MS Windows
2012-06-13 19:15:13 +02:00
dwarning
8169d93047
bsim3soi aka b4soi, ngspice makes correct dc loops - reference files now have 1.6V
2012-06-13 19:15:12 +02:00
dwarning
971ed70e64
CMC tests, `spice' entry not needed
2012-06-13 19:15:11 +02:00
dwarning
c8f06daa02
remove m4/.cvsignore
2012-06-13 19:15:07 +02:00
dwarning
6c7d09a879
new QA test for `bsim3soi' aka `b4soi'
2012-06-13 19:15:07 +02:00
dwarning
1c4f960b45
update `bsim3soi' aka `b4soi'
2012-06-13 19:15:07 +02:00
rlar
5bb4c56165
outitf.c, cleanup
2012-06-12 21:26:31 +02:00
rlar
05fd5a03d6
outitf.c, cleanup cancer of the semicolon
2012-06-12 21:26:31 +02:00
rlar
4202354704
outitf.c, cleanup comment
2012-06-12 21:26:31 +02:00
rlar
ccea57570e
outitf.c, cleanup return
2012-06-12 21:26:31 +02:00
rlar
486ffc9429
outitf.c, whitespace
2012-06-12 21:26:31 +02:00
h_vogt
c78d71c363
.nodeset all = value added to set all voltage nodes at once
2012-06-12 21:26:31 +02:00