rlar
91a9eb5a10
drop (INPtables*) casts
2010-08-10 18:02:26 +00:00
rlar
aa11b7b84f
drop (GENmodel*) casts
2010-08-10 17:59:49 +00:00
rlar
a8c64094fc
fix busy waiting loop, when using editline
2010-08-09 18:36:57 +00:00
rlar
8babf0ff44
bug fix, incorrect indirection level, yet without consequence
2010-08-09 18:26:51 +00:00
rlar
618732c7bd
fix assignment to a member of union IFvalue
2010-08-09 18:16:02 +00:00
rlar
74f7a4f908
bug fix, avoid segfault when parsing an unknown function in parse-bison.y
2010-08-07 18:52:27 +00:00
dwarning
b7df40c2b6
no message
2010-08-07 17:01:14 +00:00
rlar
02e4a4f32b
bug fix, segfault caused by an ancient `editline' workaround
2010-08-07 10:24:58 +00:00
rlar
0d1661658d
fix broken tclspice compilation
2010-08-07 09:49:43 +00:00
rlar
a27a242216
use -Wno-unused-parameter, and add missing $(EXEEXT) to Makefile.am
2010-08-07 09:35:23 +00:00
dwarning
e3c7353eed
no message
2010-08-06 07:51:14 +00:00
rlar
8dd05de4ca
bug fix, segfaults and sickness caused by `plot'
2010-08-04 16:03:23 +00:00
rlar
eaef9ffd7a
implement Arc() for plot5 and hpgl (smith diagram)
2010-08-02 16:31:35 +00:00
h_vogt
1657b33535
update: remove goto
2010-08-01 19:02:23 +00:00
rlar
2fcbcc5f48
bug fix, implementation of the X11 draw arc implementation.
2010-08-01 13:47:33 +00:00
h_vogt
b82ef13db7
update for adms
2010-08-01 10:28:18 +00:00
rlar
010e046e6b
work around a segmentation fault, plot .. vs vec
2010-07-31 17:04:37 +00:00
rlar
d60bee2d40
fix an ancient bug, garbage and segfaults when plotting multidimensional complex data
2010-07-31 16:47:15 +00:00
rlar
c6bac55ef3
fix an ancient typo, responsible for segfault or garbage when operating on vectors
2010-07-30 19:44:11 +00:00
rlar
32e128d1a0
need an #ifdef for one of the just added #includes
2010-07-30 19:17:20 +00:00
rlar
8ff62fd262
add #include's for visibility of prototypes to their function definitions
...
move some typedefs to "typedef.h"
2010-07-30 16:09:38 +00:00
rlar
73890e3cdb
remove some #ifdef __STDC__ wrappers, and some stray '#'
2010-07-30 15:38:27 +00:00
rlar
618c5961ad
fix some literal floating point constants, which should have been integers
2010-07-30 15:30:10 +00:00
h_vogt
f7da0b9f00
update inp_cmpat()
2010-07-25 09:21:33 +00:00
rlar
b31aef0557
find a suitable home for **DEVices and DEVmaxnum in devdefs.h
2010-07-24 21:16:50 +00:00
rlar
60ff9aaef2
muffle `nested extern' warnings, and drop a handcrafted malloc prototype
2010-07-24 20:24:26 +00:00
rlar
4cdd842cd8
muffle compiler warnings
2010-07-24 18:51:06 +00:00
rlar
d0a7220f6f
muffle `unused variable' warnings
2010-07-24 18:24:43 +00:00
rlar
fe696310d6
muffle `may be used uninitialized' warnings
2010-07-24 18:16:56 +00:00
rlar
1d6b744b1c
remove static char rcsid[] = "$Id$" to muffle `unused variable' warnings
2010-07-24 18:07:30 +00:00
rlar
689c7662f8
K&R function definitions and GENmodel and GENinstance usage for the NDEV device
2010-07-24 17:40:26 +00:00
rlar
62afa50a1c
fix dangerous things, potential bugs, at least for big endian machines
2010-07-24 14:27:47 +00:00
rlar
e95eb0d4aa
add two #include files,
...
to fix broken cider compilation, caused by the changes from 2010-07-23
2010-07-24 13:44:25 +00:00
rlar
d074de41f2
fix the type signature of the cx_* functions
2010-07-24 12:37:41 +00:00
rlar
92353ab6d5
better place for the prototype of spConstMult()
2010-07-23 20:09:50 +00:00
rlar
9da90f5329
use the type SMPmatrix instead of char *
...
remove some redundant forward function declarations
remove some redundant nested function declarations
2010-07-23 18:50:50 +00:00
rlar
f4d0163885
use the types MatrixPtr and SMPmatrix instead of void and char *
...
both are the same thing,
MatrixPtr is used inside the sparse/* domain,
SMPmatrix is used in the rest of spice
remove casts, which are no longer necessary
2010-07-23 17:33:10 +00:00
rlar
1ee29c3e96
use a void* instead of a char* for anonymous `InitInfo' in src/sparse/*.c
2010-07-23 17:23:13 +00:00
rlar
3e95037b0e
convert K&R function definitions to ansi style
2010-07-23 17:16:27 +00:00
rlar
73cf2a8ea5
use a void * for the third argument (&value) of the cp_vset() function
2010-07-20 19:19:51 +00:00
rlar
3942bc2ade
drop #include <frontend/variable.h>, (even for non MSC_VER)
2010-07-20 19:10:51 +00:00
rlar
a49d446826
fix an incorrect type, (&char versus &bool)
2010-07-20 19:06:25 +00:00
rlar
8851f67efd
Change remaining code to use the new usage pattern cp_getvar(,CP_BOOL,NULL)
2010-07-20 18:52:19 +00:00
rlar
d44f818cad
allow cp_getvar(,CP_BOOL,NULL) to avoid insane usage
2010-07-20 18:41:25 +00:00
h_vogt
9afba3083c
correct typing error
2010-07-19 19:39:31 +00:00
rlar
2990821053
use type void* to pass anonymous data to function if_option()
...
indicate its actual type with an enum cp_types argument
2010-07-17 22:11:51 +00:00
rlar
61bba96f42
textual replacement vt_types to cp_types, to complete the last change
2010-07-17 20:56:12 +00:00
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
2010-07-17 20:48:20 +00:00
rlar
0aa1c09d73
consolidate enum cp_types and enum vt_types .
...
use this enum for some function arguments and struct members .
drop some include "variable.h" which are no longer needed ,
propably many more could be droped .
drop #define VT_* which have been used as workaround for the type mess .
2010-07-17 15:14:45 +00:00
h_vogt
5cbb4d2c67
update changelog, number of types
2010-07-17 10:25:52 +00:00
rlar
4910f5046e
`const' qualifier for char* arguments of vec_get() and ft_substdef() {add ChangeLog}
2010-07-16 17:07:41 +00:00
rlar
ff459393d0
`const' qualifier for char* arguments of vec_get() and ft_substdef()
2010-07-16 17:00:45 +00:00
rlar
a0a7d0ca70
xspice, xtraevt/*real*, add casts to `INPUT' and `OUTPUT'
...
the *.ifs files specify this to be `real'
yet the *.mod translator seems to be incomplete, and delivers void *
2010-07-16 15:47:05 +00:00
rlar
ba91a6074a
add a missing `const' qualifier
2010-07-16 15:42:46 +00:00
rlar
1915f964dc
xspice, digital/d_fdiv, fix the type of counter and counter_old
...
from Digital_State_t to int
2010-07-16 15:38:27 +00:00
rlar
84a69a3896
xspice, flip-flops and ram, cast the `ic' PARAM to Digitial_State_t
...
the *.ifs file claims this parameter to be an integer in range 0..2
meant to represent ZERO, ONE and UNKNOWN
2010-07-16 15:33:25 +00:00
rlar
26412f883e
xspice, cast so called `STATIC_VAR' pointers to their concrete type
2010-07-16 15:26:05 +00:00
rlar
e1a86fad43
remove leftover /*FALSE,*/ comments from the last commit
...
which where left for the single purpose of better visualization in a diff tool.
2010-07-14 15:52:44 +00:00
rlar
cab9417c9a
eliminate co_stringargs, which is used nowhere
2010-07-14 15:43:50 +00:00
rlar
0772afc517
fix the argument types of the functions printstr_n printstr_m bogus1 and bogus2
2010-07-13 18:20:37 +00:00
rlar
5397fd9fdd
split the function printstr() into printstr_n() and printstr_m()
2010-07-13 18:17:06 +00:00
rlar
922d5c69ac
fix the type of the function pointer argument of wl_forall()
2010-07-13 18:10:57 +00:00
rlar
4102c27164
fix function pointer initialization
2010-07-11 20:18:47 +00:00
rlar
62c6626254
add casts for void* returning functions
2010-07-11 19:34:15 +00:00
rlar
a44cc3dd7e
for c++, lex input() function is named yyinput()
2010-07-11 19:22:36 +00:00
rlar
1bb9d1c633
missing (void*) casts
2010-07-11 19:15:26 +00:00
rlar
460f7a6485
fix type and usage of some function pointers
2010-07-11 18:10:08 +00:00
rlar
a19f5dc9ac
fix some function pointer casts
2010-07-11 18:03:49 +00:00
rlar
fd7ef635a2
missing casts
2010-07-11 16:04:27 +00:00
rlar
f7f4a7dd91
tiny, fix two casts
2010-07-11 16:02:23 +00:00
rlar
cc1cdbeeac
dont compare with '\0' when NULL was meant
2010-07-11 12:33:54 +00:00
rlar
a23c482c23
#include "vccsext.h" to make the function declarations visible to their function definitions
2010-07-11 11:02:42 +00:00
rlar
98ae3c949f
cast the udn*() function args
2010-07-11 10:59:03 +00:00
rlar
a0b0f550ab
ansi style function args for a function pointer arg of spInitialize()
2010-07-10 14:06:14 +00:00
h_vogt
e07486df2a
patch B. Swartz 2010-07-04
2010-07-10 13:22:44 +00:00
rlar
3600f91ab0
drop some malloc prototypes, use <stdlib.h>
2010-07-10 12:48:56 +00:00
rlar
26f2d23e6c
cleanups
2010-07-10 12:37:49 +00:00
rlar
c2ca9a7998
drop -1, extend enum Mif_Cntl_Src_Type_t
2010-07-10 12:23:33 +00:00
h_vogt
94f3120cae
.probe
2010-07-10 12:12:08 +00:00
h_vogt
fe2d079b31
par('expression')
2010-07-10 11:27:57 +00:00
rlar
7d6abb2fde
upgrade some casts from void* to more specific type
2010-07-09 19:03:02 +00:00
rlar
d7e2e7f7f0
cast malloc... return values
2010-07-09 16:53:34 +00:00
rlar
eb6e3e9827
fix some casts
2010-07-08 18:27:17 +00:00
rlar
805f60448a
INPtables, remove some casts
2010-07-08 17:50:29 +00:00
rlar
63fae60605
use the GENmodel and GENinstance type instead of void*
2010-07-08 17:20:03 +00:00
rlar
c9bfe72187
use CKTcircuit instead of void*, #4/4
2010-07-07 17:36:56 +00:00
rlar
94518fdb02
use CKTcircuit instead of void*, #3/4
2010-07-07 17:32:40 +00:00
rlar
fe68605770
use CKTcircuit instead of void*, #2/4
2010-07-07 17:28:29 +00:00
rlar
72fc1a0186
use CKTcircuit instead of void*, #1/4
2010-07-07 17:26:05 +00:00
rlar
12dc45118b
ansi function declarations (prototypes) for some functions
2010-07-06 19:06:50 +00:00
rlar
d6ad853ecb
fix the type signature of the if_*() function family.
2010-07-06 19:03:40 +00:00
rlar
a57a381ea7
new include file "typedefs.h" for struct forward declarations
2010-07-06 18:58:15 +00:00
h_vogt
be99864a86
debug warnings removed
2010-07-06 13:52:52 +00:00
h_vogt
46e5436aa8
sighandler_t not under Wondows, spetrum script updated
2010-07-06 12:24:08 +00:00
rlar
e26cec467d
initialization of the struct IFdevice.flags element in generated code
2010-07-05 16:42:48 +00:00
rlar
d6d7fbde26
cast the return values of the void* returning functions
2010-07-05 16:16:56 +00:00
rlar
59d4e5d961
fix various type glitches
2010-07-04 17:54:22 +00:00
rlar
2744462d01
void *AllocatedPtr
2010-07-04 17:41:17 +00:00
rlar
5444f878d0
fix signal prototypes
2010-07-04 17:37:39 +00:00
rlar
c30028310b
ansi style function args for some function pointers
2010-07-03 21:27:53 +00:00
rlar
463ef4a3b1
convert K&R function definitions to ansi style
2010-07-03 20:37:00 +00:00
rlar
d19476685a
tiny fixes
2010-07-03 17:55:44 +00:00
rlar
68c0ee9cd3
whitespace change, cleanup, untabify
2010-07-03 15:36:05 +00:00
rlar
a321d7f419
forward declaration of structs, unions and typedefs
2010-07-03 15:33:23 +00:00
rlar
70420197e6
ansi style function args for some function pointers
2010-07-02 17:00:21 +00:00
h_vogt
e0110f319d
OpenMP for B4SOI version 4.3.1
2010-07-02 09:44:17 +00:00
h_vogt
39c98ad798
OpenMP for B4SOI version 4.3.1
2010-07-02 09:35:05 +00:00
h_vogt
e3b0a4b0dd
.TITLE line
2010-07-02 07:34:18 +00:00
h_vogt
2edf6bafd2
no white space removal in echo ' '
2010-07-01 20:29:53 +00:00
rlar
3369d860b4
cast the return values of malloc() function calls
2010-07-01 19:52:23 +00:00
rlar
0dbebc870c
fix some typecasts to *malloc() return values
2010-07-01 17:20:35 +00:00
rlar
643728aca4
explicit compare with NULL
2010-07-01 16:43:28 +00:00
rlar
c178bdb059
cosmetical changes
2010-06-30 20:08:57 +00:00
h_vogt
6874c454fc
allow {$var}
2010-06-30 19:20:01 +00:00
rlar
779e5a978c
ansi prototypes for the function pointers in struct DISPDEVICE
2010-06-30 16:50:09 +00:00
h_vogt
947e19bde7
no command file handling in numparam
2010-06-29 21:18:34 +00:00
h_vogt
a62db6942b
OpenMP support for BSIM4, slight upgrade of OpenMP for BSIM3
2010-06-28 17:51:55 +00:00
rlar
b1151b4934
drop useless cast of a copy() return value
2010-06-27 17:57:30 +00:00
rlar
a120a5d049
drop the casts for pointer arguments of bcopy() and bzero()
2010-06-27 17:22:11 +00:00
h_vogt
3a96b98900
short -> int
2010-06-27 16:19:27 +00:00
rlar
6c4e0cb6d0
add two unused arguments to arg_display(), to fit with struct comm.co_argfn
2010-06-27 15:44:53 +00:00
rlar
0000dda9af
ansi function declarations (prototypes)
2010-06-27 13:28:09 +00:00
rlar
c79d21af82
convert K&R function definitions to ansi style
2010-06-27 09:27:49 +00:00
rlar
ad947547a8
ansi function prototypes, and stdlib.h for exit()
2010-06-26 20:22:50 +00:00
rlar
5e35b809ec
drop cast of NULL to non-ansi function pointer
2010-06-26 19:58:42 +00:00
rlar
be57f10b3b
avoid some function pointer warnings
2010-06-26 17:12:56 +00:00
rlar
b58722b18b
remove redundant nested function declarations
2010-06-25 19:49:13 +00:00
rlar
5b5297ac2f
remove abandoned prototypes
2010-06-25 17:23:40 +00:00
rlar
3a6540b584
use allready defined enumerate Digital_State_t and Ipc_Status_t
2010-06-24 19:00:15 +00:00
h_vogt
de05abc7f6
OpenMP
2010-06-24 11:21:50 +00:00
h_vogt
1ed7e49ecd
OpenMP
2010-06-24 11:10:36 +00:00
h_vogt
8b1c9dde7f
OpenMP for BSIM3 ver 3.3.0
2010-06-24 10:25:05 +00:00
rlar
a14e59866e
ansi function declarations (prototypes)
2010-06-23 19:33:54 +00:00
rlar
5946300a97
upgrade foo() --> foo(void) ansi function definition
2010-06-23 18:57:13 +00:00
rlar
4420a3ecdd
add prototypes, remove some NULL casts
2010-06-23 17:40:56 +00:00
h_vogt
26541cc09d
version 21plus
2010-06-22 15:55:58 +00:00
h_vogt
1d1f10e560
version 21plus
2010-06-22 15:47:00 +00:00
h_vogt
81dd27a730
Cbg1 assignment
2010-06-22 15:23:15 +00:00
pnenzi
db900270b2
Stamped rework 21
2010-06-21 06:17:47 +00:00
h_vogt
c1868c0c0b
*** empty log message ***
2010-06-20 12:09:08 +00:00
rlar
453345f2a9
ng-spice-manual is a package now
2010-06-20 10:43:50 +00:00
h_vogt
0c1ed55970
update to version 21
2010-06-20 10:04:50 +00:00
h_vogt
97d0e801f4
dekete reference to MOS levels 60, 61
2010-06-20 07:27:52 +00:00
h_vogt
a3a4d4409c
.measure skip braces in a special case
2010-06-19 18:50:39 +00:00
h_vogt
aab308e863
bug, see support tracker no. 3013968
2010-06-19 18:23:32 +00:00
rlar
1f290ed13e
remove junk from tarball, and fix some Makefile.am dependencies
2010-06-19 16:08:07 +00:00
h_vogt
7f9885c842
remove extra white spaces in inp_fix_gnd_name()
2010-06-17 21:55:40 +00:00
h_vogt
1dcb43bf14
WINDOWS: no help files
2010-06-15 22:39:09 +00:00
rlar
ed556f3afc
Makefile.am cleanups
2010-06-14 20:01:29 +00:00
rlar
69465c5aa3
`make dist' improvements
2010-06-13 18:55:18 +00:00
rlar
27e25aa615
add some license and test files to `make dist'
2010-06-13 16:58:40 +00:00
rlar
da7067cbc8
include the pdf manual in the `dist' tar-ball
2010-06-13 09:24:34 +00:00
h_vogt
d5f3e6b1d4
update vers. 21
2010-06-13 07:38:48 +00:00
rlar
a9e4e38cf7
reintroduce the man pages ngspice.1 ngnutmeg.1
2010-06-12 20:18:54 +00:00
h_vogt
3f6b8c2591
FAQ update
2010-06-12 15:47:54 +00:00
h_vogt
52e01e0f41
version 21
2010-06-12 15:17:24 +00:00
h_vogt
ffb7c96f4f
version 21
2010-06-12 15:10:13 +00:00
h_vogt
ce1be5509e
manpage updates
2010-06-12 10:13:15 +00:00
h_vogt
41744de629
update BSIM 4.6.5
2010-06-12 09:00:32 +00:00
h_vogt
24094bc623
notice: help file outdated
2010-06-11 08:40:09 +00:00
h_vogt
0c3cbd5410
bug report 3008000
2010-06-04 20:16:43 +00:00
h_vogt
ba48d85de1
return NULL
2010-06-03 22:17:25 +00:00
h_vogt
a633a0d50f
update bsim4soi to vers. 4.3.1
2010-06-03 22:11:20 +00:00
h_vogt
4e6bc6590a
*** empty log message ***
2010-05-30 17:22:30 +00:00
h_vogt
b441769118
update for 'make dist'
2010-05-30 09:57:30 +00:00
h_vogt
9f6a32ae85
updates for 'make dist'
2010-05-30 09:33:59 +00:00
h_vogt
92abb04185
update on B source pwl handling
2010-05-27 19:20:10 +00:00
h_vogt
1fe8cbbf26
xspice api update
2010-05-26 05:51:04 +00:00
h_vogt
806227a164
scientific notation of level parameter
2010-05-22 15:46:41 +00:00
h_vogt
2fe85974ce
ternary fcn in numparam bugfix 2936702
2010-05-21 20:58:31 +00:00
h_vogt
dd66fc7220
abort if .inc fails
2010-05-16 16:31:03 +00:00
h_vogt
1cf306f8e8
remove bugs in processing of lines
2010-05-16 11:55:07 +00:00
h_vogt
63c6260696
update fcn inp_bsource_compat
2010-05-14 22:39:56 +00:00
h_vogt
8ddd172cc9
tmalloc patch R Larice
2010-05-14 20:26:54 +00:00
h_vogt
0bebd1e9e0
new replacement of gnd by 0
2010-05-12 20:48:23 +00:00
h_vogt
d850fdd7a3
fcn finishLine: add e. or h. to token inside i(...)
2010-05-10 21:57:36 +00:00
h_vogt
7be4dc785e
derivatives for min, max
2010-05-09 18:57:31 +00:00
h_vogt
5d3c29cb77
ngbehavior
2010-05-09 18:46:56 +00:00
h_vogt
9548bdd710
tiny update
2010-05-09 12:47:43 +00:00
h_vogt
e5e54f9270
correct resistor expression line 3707
2010-05-08 15:47:24 +00:00
h_vogt
9eaba91bf2
update on E, G sources with expressions
2010-05-08 14:21:31 +00:00
h_vogt
bfd1b3cb23
L, C implementation: avoid substraction from a builtin 1.0
2010-05-08 09:36:57 +00:00
dwarning
1ba2d635c8
correct parsing of integer model parameter
2010-04-26 20:28:58 +00:00
h_vogt
e66ef33c57
ngspice compatibility mode
2010-04-23 22:00:40 +00:00
dwarning
49aadcca58
new operation in control blocks
2010-04-11 09:04:55 +00:00
dwarning
5fcf9c2afe
ternary operation in control blocks
2010-04-11 08:49:05 +00:00
dwarning
112261297d
Bill Swartz patch
2010-03-25 22:44:37 +00:00
h_vogt
625b3d14fc
no crash after 'unset undefined'
2010-03-21 21:23:47 +00:00
h_vogt
df5931e570
circuit flag CKTvarHertz
2010-03-20 17:35:56 +00:00
h_vogt
9e2f02fbe2
HERTZ added to B source
2010-03-20 15:32:23 +00:00
h_vogt
85788591ff
remove 291,292
2010-03-16 23:10:18 +00:00
dwarning
7254de579c
no message
2010-03-13 11:53:13 +00:00
dwarning
4adb944a10
no message
2010-03-09 19:31:40 +00:00
h_vogt
288e0b7214
patches R. Larice
2010-03-08 22:20:25 +00:00
h_vogt
486ae1b66e
patch R. Larice Feb. 28, add time and temper varianbles to B source
2010-03-07 19:53:32 +00:00
h_vogt
6f00b0e12a
correct date
2010-03-07 16:00:45 +00:00
h_vogt
9bdf85c43c
fcn sgn()
2010-03-07 15:59:08 +00:00
dwarning
b89648441b
no message
2010-03-07 08:54:43 +00:00
dwarning
7c5e1a5c94
no message
2010-03-07 00:14:29 +00:00
dwarning
54046ea353
no message
2010-03-03 20:03:54 +00:00
dwarning
006666ee7f
no message
2010-02-28 17:52:43 +00:00
h_vogt
75d891e4c0
new parser for B source
2010-02-28 16:00:40 +00:00
h_vogt
4068f498c6
command wrdata
2010-02-27 21:11:30 +00:00
h_vogt
5221bffddf
pwl td= r=
2010-02-26 22:55:40 +00:00
h_vogt
76feebbbfa
various bug fixes
2010-02-25 21:43:03 +00:00
dwarning
da04a0c747
no message
2010-02-22 21:00:52 +00:00
dwarning
ff53d7218f
bsimsoi update to 4.3
2010-02-21 13:51:18 +00:00
h_vogt
c7470aa895
line endings
2010-02-15 10:28:48 +00:00
h_vogt
71c371485c
K&R->ANSI patches by R. Larice
2010-02-13 16:01:56 +00:00
h_vogt
07f90563dc
patches R. Larice
2010-02-13 14:47:45 +00:00
h_vogt
31203ce2ab
macro ERROR -> MERROR
2010-02-11 22:32:10 +00:00
h_vogt
c6088c8db1
use format (__printf__, 1, 2)
2010-02-11 21:51:09 +00:00
h_vogt
d7d5a38583
patches by R. Larice
2010-02-08 21:15:17 +00:00
h_vogt
f721fdf782
64 bit support
2010-02-08 20:25:30 +00:00
h_vogt
0337caea00
*** empty log message ***
2010-02-07 20:57:12 +00:00
dwarning
888b9fddb3
no message
2010-02-07 18:16:42 +00:00
h_vogt
df4428b239
bug. no 2936702
2010-02-07 09:51:03 +00:00
dwarning
dea3d778cf
no message
2010-01-30 14:12:51 +00:00
dwarning
c1e04b773a
no message
2010-01-30 13:29:48 +00:00
h_vogt
005dae2462
more characts for real number params
2010-01-29 22:33:59 +00:00
dwarning
4eb6e85519
no message
2010-01-28 20:19:16 +00:00
dwarning
51f699a4dd
no message
2010-01-27 21:30:59 +00:00
dwarning
a31e41883d
no message
2010-01-19 21:49:53 +00:00
h_vogt
80af4f24a6
SystemParametersInfo()
2010-01-17 19:29:32 +00:00
h_vogt
3959b48afb
ps output for X11
2010-01-17 19:06:03 +00:00
dwarning
86fc4beff0
no message
2010-01-17 17:24:10 +00:00
h_vogt
d8810a841a
patches by R. Larice
2010-01-17 16:40:22 +00:00
h_vogt
204362044e
.gllobal bug
2010-01-17 14:49:42 +00:00
dwarning
4479aa7d5c
no message
2010-01-16 22:29:26 +00:00
h_vogt
ecf5665104
patch for translate(), R. Larice, .global bug
2010-01-15 22:05:23 +00:00
h_vogt
dc7d2d01a2
hardcopy button error removed
2010-01-06 22:48:21 +00:00
h_vogt
7dc6417e6d
add xfont, wfont, wfont_size variables
2010-01-02 18:05:07 +00:00
h_vogt
f34a09b540
gnuplot update
2010-01-02 15:24:03 +00:00
h_vogt
b500f3e32c
calling gnuplot via xterm
2010-01-01 13:13:48 +00:00
h_vogt
2c5ed4f83e
gnuplot updates
2009-12-31 15:42:28 +00:00
h_vogt
2dc814f613
patches by R. Larice
2009-12-31 15:37:08 +00:00
h_vogt
46e6df66ce
gnuplot enhancements (for Windows)
2009-12-30 13:23:57 +00:00
h_vogt
c1f06ba5c4
patch by R. Larice
2009-12-29 18:18:47 +00:00
h_vogt
28d5114f43
comments, new examples
2009-12-28 08:34:55 +00:00
h_vogt
8cee489660
bugfix in com_meas()
2009-12-22 15:03:58 +00:00
h_vogt
57097463ee
xspice examples
2009-12-21 18:23:55 +00:00
h_vogt
70b2408f39
updates for .measure
...
new example files
2009-12-21 18:17:38 +00:00
h_vogt
d6350ca86d
add vectors to meas
2009-12-21 00:27:15 +00:00
h_vogt
248e44b883
new measure commands
2009-12-20 16:43:51 +00:00
h_vogt
99533fa109
start value for sine
2009-12-20 08:44:50 +00:00
pnenzi
aa93968573
Fixed bug in time computation for vsrc and isrc with xspice extensions.
2009-12-19 18:15:03 +00:00
h_vogt
68b06c7a73
comments
2009-12-19 16:04:22 +00:00
h_vogt
5571e9b9fa
source file path as additional search path
2009-12-19 09:18:03 +00:00
dwarning
b66562316d
no message
2009-12-18 17:30:24 +00:00
dwarning
823b8e78de
no message
2009-12-18 17:00:49 +00:00
h_vogt
82d46a68c8
'^' added to is_arith_char() in string.c
2009-12-12 17:40:20 +00:00
h_vogt
b9512bbed1
.plot tran vout1
2009-12-12 11:48:06 +00:00
h_vogt
8a2f81f61f
warning: .meas not possible with -b
2009-12-11 17:18:03 +00:00
h_vogt
974585af8c
bug 2909730
2009-12-11 16:26:17 +00:00
dwarning
ddc003fd61
no message
2009-12-10 21:03:38 +00:00
h_vogt
400100d9c6
pipe mode option -p
2009-12-07 21:42:09 +00:00
h_vogt
71104809b2
xbrushwidth settable from keyboard
2009-12-07 21:16:55 +00:00
dwarning
3b0b4ff454
no message
2009-12-06 18:31:12 +00:00
h_vogt
73d241fe69
function declarator to new format
2009-11-29 15:23:51 +00:00
h_vogt
486ff89800
postscript to file
2009-11-29 15:09:13 +00:00
dwarning
8d93851088
no message
2009-11-26 20:05:53 +00:00
h_vogt
6d13becdb7
bug no.2902374 fixed
2009-11-24 21:30:43 +00:00
h_vogt
514c8e8573
memory allocation struct pwldata->vals
2009-11-21 22:21:14 +00:00
h_vogt
3c094b5f1f
postscrpit output allows black or white background
2009-11-20 22:43:17 +00:00
h_vogt
26cbf742fc
postscript hardcopy
2009-11-19 22:47:03 +00:00
dwarning
284e1d546e
no message
2009-11-18 21:20:54 +00:00
dwarning
1fb0bd91c5
no message
2009-11-18 21:20:05 +00:00
h_vogt
3f0b344a82
comments added
2009-11-17 22:51:55 +00:00
dwarning
1cfd7d82fe
no message
2009-11-17 19:29:34 +00:00
h_vogt
06dd0263c0
VC console app
2009-11-16 21:45:12 +00:00
h_vogt
7b1f733190
enable compilation for Windows console app
2009-11-16 19:52:51 +00:00
h_vogt
13819432bd
flag for compatibility mode
2009-11-15 21:22:04 +00:00
pnenzi
f991322440
Updated for release reowrk-20
2009-11-15 13:06:25 +00:00
dwarning
9c231c5ffd
no message
2009-11-09 09:16:25 +00:00
dwarning
fb004a890e
no message
2009-11-08 09:26:51 +00:00
h_vogt
c579717d00
replace strdup by copy
2009-11-07 11:14:54 +00:00
h_vogt
8d7356970b
updating windows
2009-10-31 11:11:13 +00:00
dwarning
74e42635ec
no message
2009-10-24 06:28:40 +00:00
dwarning
d85ab90a27
no message
2009-10-18 13:46:40 +00:00
h_vogt
9fb0d31390
MS Visual Studio: build date, "quit" button
2009-10-18 10:32:11 +00:00
h_vogt
3feb4377a6
initialize variable history_file
2009-10-11 16:54:52 +00:00
h_vogt
5e438cb6ed
initialize variable history_file
2009-10-11 16:54:51 +00:00
dwarning
eed6d11fd7
no message
2009-10-11 08:51:48 +00:00
h_vogt
1ff1fc5a6c
version 20, update for Cygwin
2009-10-04 15:57:10 +00:00
dwarning
52722a3a64
no message
2009-10-04 12:28:24 +00:00
dwarning
b1bcf130e1
no message
2009-10-04 11:50:04 +00:00
dwarning
9ded135794
no message
2009-10-04 07:32:29 +00:00
h_vogt
3c5382eb22
typo removed
2009-09-30 22:24:21 +00:00
h_vogt
5be507a97f
command sysinfo
2009-09-30 22:22:36 +00:00
h_vogt
5b13d38ebe
CVS header
2009-09-26 21:03:44 +00:00
h_vogt
6d874cf427
CVS header
2009-09-26 21:02:28 +00:00
pnenzi
2ff50ea37d
Updated BSIM4 code to 4.6.5 (source and drain diode currents)
2009-09-22 09:05:20 +00:00
h_vogt
2eba12d518
bugfix no. 2859013, comments
2009-09-20 20:28:12 +00:00
h_vogt
881908ec47
bug no. 2859013
2009-09-19 21:18:04 +00:00
h_vogt
7ec7495457
tran setup info, cleanup
2009-09-19 14:16:04 +00:00
h_vogt
5f9f71b5a4
variable ngdebug for additional debug info
2009-09-19 12:38:03 +00:00
h_vogt
25ebed0993
.global reinstated
2009-09-16 20:58:37 +00:00
h_vogt
c84522b842
prints time required for setup
2009-09-14 22:34:17 +00:00
h_vogt
c25d028cbf
SetAnalyse output extended
2009-09-13 19:42:19 +00:00
h_vogt
07b2828a4b
comments added
2009-09-09 09:33:14 +00:00
h_vogt
f0638c658f
new plot options
2009-09-09 08:50:52 +00:00
h_vogt
fc43943e93
vm, vi, vp, vr, vdb for ac measurement
2009-08-30 19:54:54 +00:00
h_vogt
808c78b405
examples for .meas
2009-08-30 11:08:47 +00:00
h_vogt
98e0fa7691
add dc and ac measurement
2009-08-30 10:56:50 +00:00
dwarning
635bfea173
no message
2009-08-26 06:09:13 +00:00
h_vogt
6053c50723
mempool.c, hash.c compatmode.c removed (Preliminary)
2009-08-23 14:45:23 +00:00
h_vogt
55bf01dce6
new code .measure
2009-08-23 10:29:23 +00:00
dwarning
4692651211
no message
2009-08-22 18:13:51 +00:00
h_vogt
257d218893
option noinit, ref. to _logb
2009-08-22 16:54:03 +00:00
h_vogt
9282e4e434
comments added
2009-08-17 20:13:51 +00:00
h_vogt
1dd7a2869f
comments added
2009-08-15 09:27:08 +00:00
h_vogt
b399caf9bc
.meas patches by Bill Swartz added
2009-08-08 20:12:46 +00:00
pnenzi
b6a05e9095
Fix for memory limit from T. D. Dean
2009-08-08 17:38:23 +00:00
h_vogt
0aaab1697d
more comments
2009-08-08 13:48:06 +00:00
h_vogt
72a5e9754d
add comments
2009-08-05 22:27:55 +00:00
dwarning
2b7ec35695
no message
2009-08-04 19:30:55 +00:00
dwarning
5dea3fa3a1
no message
2009-08-04 19:30:09 +00:00
dwarning
3e5ae103ca
no message
2009-07-30 18:31:38 +00:00
h_vogt
45f19c5054
repair broken files
2009-07-28 21:10:06 +00:00
dwarning
c5298775b8
no message
2009-07-25 10:22:23 +00:00
dwarning
4dc755a5e7
no message
2009-07-22 21:07:01 +00:00
h_vogt
e5657968f8
.meas
2009-06-11 21:01:40 +00:00
h_vogt
9aad956864
convergence (output.net), add some comments
2009-06-11 14:12:07 +00:00
dwarning
ae0a8ab015
no message
2009-05-24 17:11:10 +00:00
h_vogt
13acf2cef1
SV_ADMITTANCE, signal prototype
2009-05-21 15:11:06 +00:00
pnenzi
e92a7d397f
Bug fix from Laurent for a segfault.
2009-05-21 08:11:21 +00:00
h_vogt
be1e207dc9
enhanced .model names
2009-05-16 19:09:44 +00:00
h_vogt
1de4a31321
bipolar handling fixed
2009-05-16 10:11:24 +00:00
h_vogt
7072bb23f1
inp_fix_gnd_name() remove excessive white spaces
2009-05-12 20:36:02 +00:00
h_vogt
de546abac2
-lBLT24 in src/makefile.am
2009-05-11 20:58:14 +00:00
h_vogt
b16759cf97
1348: find last dot
2009-05-10 19:29:13 +00:00
h_vogt
e778aab344
iplot graphics scaling, printing interrupt message
2009-05-09 13:23:08 +00:00
h_vogt
f3c2b111be
bug reports 1834772, 2787076 and 2787079
2009-05-06 21:43:47 +00:00
h_vogt
0f17142aa1
bug reports 2787076, 2787079
2009-05-06 21:30:26 +00:00
h_vogt
63dee6c2fd
line 428 malloc(len+1): +1 added
2009-05-06 21:08:00 +00:00
h_vogt
4ef61a65cf
SIGSEGV handling for Windows
2009-05-02 09:40:33 +00:00
h_vogt
bdbee943bf
maxord set to min 2 or max 6
2009-05-01 17:30:35 +00:00
h_vogt
05c0d50e55
SetAnalys, maxord
2009-04-28 21:53:29 +00:00
dwarning
c7211d09d2
no message
2009-04-27 20:56:15 +00:00
dwarning
126375a7e9
no message
2009-04-26 16:49:46 +00:00
dwarning
35a7e74140
no message
2009-04-26 09:13:19 +00:00
h_vogt
a20e00fcd2
suppress message "cannot redefine"
2009-04-26 06:41:57 +00:00
h_vogt
4f05c8da9d
suppression of message "cannot redefine"
2009-04-26 06:39:34 +00:00
h_vogt
b6dadd33d3
NGSPICEDATADIR set to $dprefix/share/ngspice
2009-04-25 20:29:10 +00:00
h_vogt
4b6eed9b6a
winmessage headers
2009-04-25 12:25:07 +00:00
pnenzi
2e0ef03d64
Updated for release
2009-04-24 20:59:35 +00:00
h_vogt
9dcfdd201c
() handling repaired
2009-04-23 22:46:30 +00:00
h_vogt
b5db0a1e36
#ifdef CIDER added to line 70
2009-04-23 07:51:03 +00:00
h_vogt
6c55df1cb5
Windows error message
2009-04-22 21:15:30 +00:00
dwarning
68aa666cc8
no message
2009-04-22 05:44:24 +00:00
h_vogt
8460e1c0ba
some addition for MS Visual 2008
2009-04-20 21:01:00 +00:00
h_vogt
9231e94560
automatic selection of static or shared build
2009-04-20 20:54:25 +00:00
dwarning
3a17600e1d
Update to bsimsoi v4.1
2009-04-19 10:58:11 +00:00
h_vogt
7155566116
chapter 1.5 added
2009-04-18 14:46:22 +00:00
h_vogt
fd1d3c75e6
allow compilation into a build directory
2009-04-17 21:59:04 +00:00
h_vogt
2e323531fb
patch by Bill Swartz
2009-04-14 06:28:27 +00:00
h_vogt
eef75ffab5
remove bug no. 2724127 repeat loop inside another loop
2009-04-14 06:09:48 +00:00
h_vogt
6f4cdcac47
replace gpl getopt by BSD getopt
2009-04-12 21:08:18 +00:00
h_vogt
c9b58436f6
winmessage() modified
2009-04-12 18:19:24 +00:00
h_vogt
12bf33431c
keep dico structure
2009-04-12 18:04:47 +00:00
h_vogt
6e7da31598
memory leak removed
2009-04-10 12:20:55 +00:00
h_vogt
3f7201376c
call to nupa_done() to release memory
2009-04-05 18:31:25 +00:00
h_vogt
faada68e9d
*** empty log message ***
2009-04-05 12:26:19 +00:00
h_vogt
8a4b560324
memory leaks: code improved
2009-04-05 08:57:55 +00:00
h_vogt
e43430a669
memory leaks removed
2009-04-05 08:02:03 +00:00
dwarning
ddbcc17fc9
no message
2009-04-01 19:34:16 +00:00
h_vogt
e9d957d2d6
memory leaks removed
2009-03-29 16:58:44 +00:00
h_vogt
e3fc225e50
memory leaks removed
2009-03-28 20:06:38 +00:00
h_vogt
624a8a0be0
Dynamic memory allocation for numparam
2009-03-22 21:03:02 +00:00
h_vogt
9b2170953c
line renumbering to end of inp_readall added
2009-03-21 13:30:03 +00:00
h_vogt
3a319212f3
numparam dynamic memory allocation, part 1
2009-03-15 15:08:04 +00:00
h_vogt
c22fa4be3f
noacct supresses printing of 'Initial transient solution'
2009-03-09 20:34:31 +00:00
h_vogt
55848d318a
xlabel, ylabel, title: allow composite strings in zoomed windows
2009-03-08 12:10:15 +00:00
h_vogt
1fdbe96d01
no quote change in plot line
2009-03-07 22:25:24 +00:00
dwarning
c695392262
Actual testbench BSIM4.6.1/2
2009-03-07 18:53:50 +00:00
h_vogt
0e61b7ccc0
collect info for dyn. mem arrays in numparam
2009-03-07 15:49:51 +00:00
dwarning
7316d39038
no message
2009-03-03 21:17:12 +00:00
dwarning
d4182a3ff7
no message
2009-03-01 18:06:21 +00:00
dwarning
06339d2072
no message
2009-03-01 10:29:53 +00:00
h_vogt
3ecc23e290
flag OUTDECK yields printout of deck after param substitution
2009-02-28 14:03:08 +00:00
h_vogt
4609081714
debug output, numparam char arrays
2009-02-25 22:12:14 +00:00
h_vogt
2750b076bb
line 436 error message corrected
2009-02-25 22:05:25 +00:00
dwarning
d72ba97e12
no message
2009-02-25 19:32:20 +00:00
dwarning
337f9f2ab2
no message
2009-02-24 19:03:36 +00:00
dwarning
8ff5133956
no message
2009-02-23 21:51:21 +00:00
dwarning
6bf6ff2d99
no message
2009-02-23 21:00:09 +00:00
h_vogt
fdb0e0bed7
remove heap overflow ion tfree(path)
2009-02-22 21:02:25 +00:00
h_vogt
f727fd6c8e
.options noacct
2009-02-22 19:29:44 +00:00
h_vogt
7cf016f98b
.options NOACCT
2009-02-22 18:28:25 +00:00
h_vogt
c22be4689d
*.cm for CYGWIN need to be made executable (755 instead of 644)
2009-02-22 12:41:18 +00:00
dwarning
198e9d56bf
no message
2009-02-22 12:06:27 +00:00
h_vogt
1935e00ff3
make check CYGWIN
2009-02-21 20:52:19 +00:00
h_vogt
19b999e0d2
larger width of ngspice window to allow displaying 80 characters per line
2009-02-21 16:15:03 +00:00
h_vogt
f4c54eada1
line 922 removed: no automatic deletion of @xxx[par]
2009-02-21 13:00:36 +00:00
h_vogt
46261c4eae
allow closing of help windows with WM x-button
2009-02-20 18:25:17 +00:00
dwarning
900c188907
no message
2009-02-14 20:06:07 +00:00
dwarning
3f6acf6ff3
no message
2009-02-14 12:25:08 +00:00
h_vogt
ed1c4cb09c
allow x-button to close plot windows
2009-02-12 23:08:36 +00:00
dwarning
0227974ced
no message
2009-02-12 19:34:23 +00:00
h_vogt
051a765488
line 908 set i=0
2009-02-12 19:05:43 +00:00
h_vogt
9b5c583f30
command 'destroy' removes graphics window before deleting data
2009-02-10 19:00:24 +00:00
h_vogt
7c667e0fd7
alter & altermod reinstated
2009-02-08 14:52:16 +00:00
dwarning
00563de621
no message
2009-02-01 18:10:49 +00:00
h_vogt
5dac6590e2
New heap only for tclspice in Windows (HAS_TCLWIN defined)
2009-02-01 09:49:35 +00:00
h_vogt
55f5956bd1
bug no. 2293284 removed (preliminary)
2009-01-31 15:17:48 +00:00
h_vogt
67bf8c93cc
incomptibility to MAC OSX removed
2009-01-31 14:32:12 +00:00
saintel
e1a2f5f66a
*** empty log message ***
2009-01-26 07:28:42 +00:00
pnenzi
ceecdbf97d
Fixed some issues with smith and polar plots. Patch from espice
...
(A.Roldan)
2009-01-18 16:37:05 +00:00
h_vogt
488771485e
add HAS_TCLWIN
2009-01-18 12:09:56 +00:00
h_vogt
9c334af5f4
variable declarations to top of function
2009-01-18 11:14:44 +00:00
pnenzi
1ada4d3530
Finish first batch of imports from espice.
2009-01-16 15:35:00 +00:00
pnenzi
5f716e4b61
Added new datatypes to vectors (impedance, admittance,atc.) A. Roldan -
...
espice
2009-01-16 14:31:07 +00:00
pnenzi
8c3ca11c62
New capability of print command for sin source print @vin_sin[sin] and
...
alter command for sin source alter @vin_sin[sin] = ( 1 1 3000Hx ). Patch
from Espice - A. Roldan
2009-01-15 22:16:32 +00:00
pnenzi
f543aa8c06
Improvements in vector derivative computation and new functions to
...
compute group delay and moving average. From espice (A. Roldan).
2009-01-15 21:08:09 +00:00
pnenzi
f0d3b7c976
Introduced the possibility to look for parameters in models and not only
...
in devices.
2009-01-15 16:46:31 +00:00
dwarning
59a2a6705c
no message
2009-01-14 20:46:31 +00:00
dwarning
a02cb7f623
using ngspice.h
2009-01-11 21:31:23 +00:00
dwarning
2a61f9976e
using ngspice.h
2009-01-11 20:43:27 +00:00
h_vogt
95a68aae48
plot window handling
2009-01-10 20:29:17 +00:00
dwarning
bea58219e7
heap only needed under windows
2009-01-09 20:19:57 +00:00
dwarning
83e19c5174
no message
2009-01-05 21:34:23 +00:00
dwarning
abc18c40f0
try to catch isinf over ieeefp.h
2009-01-04 13:23:58 +00:00
dwarning
994b00783d
add isinf
2009-01-04 11:23:41 +00:00
dwarning
e0ad9b13a4
zoom was broken
2009-01-02 13:45:14 +00:00
dwarning
760b55367a
A more serious implementation
2009-01-02 10:35:57 +00:00
dwarning
11679e737b
no message
2009-01-01 20:51:59 +00:00
dwarning
d0f2ab75a7
no message
2009-01-01 20:51:19 +00:00
h_vogt
1fa4faf88c
tclspice for Windows
2008-12-31 14:42:49 +00:00
dwarning
91ddd861f4
no message
2008-12-28 17:30:51 +00:00
h_vogt
024ada0a25
add systeminfo and correct resource printouts to tclspice
2008-12-23 18:10:08 +00:00
h_vogt
f345bb62d7
checks for BSIM3, BSIM4 modofied
2008-12-22 12:42:07 +00:00
dwarning
b9d267c05e
no message
2008-12-22 08:17:29 +00:00
h_vogt
0c4b672bd9
3.2 and 3.20 added to BSIM3 versions
2008-12-20 17:47:07 +00:00
dwarning
a62ce0b367
no message
2008-12-14 18:10:14 +00:00
dwarning
fbc2771fb0
no message
2008-12-14 18:02:04 +00:00
dwarning
75bb93925a
double semikolon in nutmeginfo decl.
2008-12-07 10:07:35 +00:00
h_vogt
db040fc2c3
spec, fft now accept simple node name
2008-12-06 12:38:45 +00:00
saintel
84f3077eda
*** empty log message ***
2008-11-30 12:47:07 +00:00
pnenzi
1995fc0608
Cleaning
2008-11-30 10:17:02 +00:00
saintel
c2d95a680d
*** empty log message ***
2008-11-30 00:48:35 +00:00
saintel
4c512cb1a4
*** empty log message ***
2008-11-30 00:36:50 +00:00
h_vogt
e7fe33ece8
random number generation organized
2008-11-29 20:21:56 +00:00
dwarning
9e24a8ac83
no stimod switch as model parameter
2008-11-26 21:12:34 +00:00
h_vogt
75f68291aa
various compiler warnings removed
2008-11-26 20:33:20 +00:00
saintel
aa2d344887
*** empty log message ***
2008-11-23 22:04:09 +00:00
saintel
b50d0c8788
*** empty log message ***
2008-11-23 20:47:23 +00:00
h_vogt
afefdb7188
*** empty log message ***
2008-11-23 09:37:13 +00:00
h_vogt
35671684ab
version 18
2008-11-23 09:12:18 +00:00
saintel
6fe0cebe58
*** empty log message ***
2008-11-22 10:31:46 +00:00
pnenzi
3a053d09cc
Updated for correclty identify i(xxx) vector names in rawfiles.
2008-11-20 10:47:23 +00:00
dwarning
93fee0a665
no message
2008-11-19 19:58:26 +00:00
dwarning
6c7f654e91
vbic corrections
2008-11-18 11:59:33 +00:00
dwarning
0f37a7e943
bug fix dev info structure and correct version
2008-11-16 09:53:55 +00:00
dwarning
0d00387575
BSIM4.6.3 update
2008-11-09 22:42:50 +00:00
h_vogt
2fdb7dccfd
MS Visual Studio projectt added
2008-11-09 12:38:16 +00:00
h_vogt
d5c130c4dd
add user info
2008-11-08 13:55:42 +00:00
pnenzi
72482f964e
Fixed segfaults when redirecting output < > -- Espice
2008-11-04 11:40:17 +00:00
saintel
924ddd14e5
*** empty log message ***
2008-11-02 18:23:14 +00:00
dwarning
4fd732f450
vbic was lost
2008-10-27 20:28:13 +00:00
dwarning
530cb059fe
polish to prevent warning
2008-10-14 19:59:23 +00:00
h_vogt
08da4e6c56
VC++ 2008 compatibility
2008-10-11 17:36:52 +00:00
h_vogt
3dc3d42553
Small changes, e.g. _MS_VER macro, added to allow compilation of tclspice with MS VC++ 2008
2008-10-04 22:44:52 +00:00
h_vogt
73e581f015
VC++ 2008 compatibility
2008-09-23 22:10:56 +00:00
h_vogt
4b055a4ca8
Small changes to allow compilation with MS Visual C++ 2008
2008-09-21 22:18:06 +00:00
saintel
c2bb21e261
*** empty log message ***
2008-09-15 06:53:50 +00:00
saintel
00cbe5790f
*** empty log message ***
2008-09-15 06:39:21 +00:00
h_vogt
b70270c972
typo in makefile.am
...
AC_LIBTOOL_WIN32_DLL to configure.in
2008-09-13 21:14:07 +00:00
h_vogt
4b10166e80
allow compilation with tcl under windows
2008-09-13 10:20:57 +00:00
saintel
2c9e21a9c2
*** empty log message ***
2008-09-08 22:18:28 +00:00
pnenzi
ccdf09a212
capzerobypass enabled by default
2008-09-01 21:10:18 +00:00
pnenzi
b1ad491d96
Fixed a typo.
2008-08-27 19:23:30 +00:00
pnenzi
fa549df82a
TCLSPICE IMPORT + libtool + measure2 command
2008-08-27 13:39:05 +00:00
pnenzi
cacdda8fde
Removed --enable-intnoise switch and related ifdef. Integrated noise
...
plot now is always generated.
2008-08-25 18:58:00 +00:00
pnenzi
5dfde8105f
Machine accuracy limits always defined.
2008-08-24 17:03:26 +00:00
h_vogt
e1aafbf148
Adapt examples to new numparam code
2008-06-14 15:09:20 +00:00
dwarning
cb8dc85cfb
pid and wait() processing under solaris
2008-05-31 08:38:56 +00:00
h_vogt
56b8b08ac5
spec, fft
2008-05-24 18:28:29 +00:00
h_vogt
655d8aea02
Fast fourier transform for transient data analysis
2008-05-24 18:06:33 +00:00
dwarning
6bd5f8470b
Changes to compile under Sun Studio 11 for Solaris
2008-05-18 19:25:17 +00:00
dwarning
bce499a9e1
global nodes and numparams now as default
2008-05-12 15:52:59 +00:00
dwarning
a28ad1a197
math functions in one central place maths/misc
2008-05-11 20:27:28 +00:00
h_vogt
77925f7f48
memory information from /proc/... (LINUX) or api functions (Windows)
2008-05-10 16:07:22 +00:00
h_vogt
b7015cb5f3
No printing of "reference value" into log-file (Windows)
2008-05-06 19:35:05 +00:00
dwarning
5159eac292
srandom has a macro in ngspice.h
2008-05-03 16:05:47 +00:00
h_vogt
fde590c95d
*** empty log message ***
2008-05-01 16:56:05 +00:00
h_vogt
5e0964c4d4
remove iplot bug (line 686)
2008-04-28 18:39:06 +00:00
dwarning
c505cd4436
adding windows gnuplot, some modifications
2008-04-27 18:34:43 +00:00
h_vogt
6efcfa3606
inp_sort_params() with dynamic memory allocation
2008-04-26 16:19:36 +00:00
h_vogt
0669e293f5
vectors of complex variables o.k. in inp_fix_param_values
2008-04-25 15:12:13 +00:00
h_vogt
39e0a1a38b
inp_fix_param_values will recognize complex variables
2008-04-23 19:17:37 +00:00
h_vogt
2fcfd0ee61
.cmodel added for xspice compatibility
2008-04-20 17:08:20 +00:00
dwarning
0640081a96
new testcase for bsim3soi
2008-04-20 09:36:53 +00:00
h_vogt
87b4a6b7c6
inpcom.c
2008-04-19 20:49:02 +00:00
dwarning
a2b1f38a36
New bsim3soi version 4.0
2008-04-16 20:32:37 +00:00
h_vogt
c6f5b60101
inpcom.c, winmain.c, main.c
2008-04-13 14:31:41 +00:00
h_vogt
8ed853345e
BOOLEAN definition
2008-04-13 12:46:36 +00:00
dwarning
dc584ddfef
no message
2008-04-06 19:37:19 +00:00
dwarning
514a3816aa
Nodes for SOI devices not detected correct , better TRACEing
2008-03-23 11:41:11 +00:00
pnenzi
6b61d1d660
Added initial support for gnuplot output (not yet working)
2008-03-22 13:10:46 +00:00
dwarning
bb1539b666
fix conflict for own shutdown function
2008-01-20 17:36:02 +00:00