rlar
d8105873db
remove error.h, use fteext.h for controlled_exit()
14 years ago
h_vogt
40e8f868da
NUMDdump(): add binary mode
fopen() with wb
write operating point (external state) for true binary output
14 years ago
h_vogt
d65259fd45
error return only if variable `error' is set
14 years ago
h_vogt
ca8e9b2d2d
prevent false outputs of @dev[param], when not defined in ac simulation
14 years ago
h_vogt
a820a7cba8
Independent variable `temper' now returns the temperature in degree C
14 years ago
rlar
58b0614467
fix memory leaks in ASRC and in INPgetTree()
implement a reference counter `usecnt' for the elements
of the `INPparseTree'
14 years ago
rlar
4fb75fbd51
INPgetTree(), express the live range of some globals
14 years ago
rlar
d21b3a3cd5
mkfnode(), minor rewrite
14 years ago
rlar
7641450b29
inpptree.c, fix differentiation of PTF_FLOOR PTF_CEIL and PTF_POW
14 years ago
rlar
149345068f
update bison generated files
14 years ago
rlar
3bb2bd8e05
fix memory leak in PTparse()
14 years ago
rlar
9a75774e36
inpptree.c, polish comments
14 years ago
rlar
42653f7c3d
inpptree.c, fix premature memory allocation
14 years ago
Michael Woodworth
3375e1b976
fix a memory leak in parse_line()
This has a HUGE affect on memory usage
14 years ago
h_vogt
8b780fa42b
bug_fix: R,L,C instantiations, tc1, tc2, numbers followed by `:'
Ternary function was not recognized in R, C, or L lines
if no voltage or current node was part of the expression,
because then B-Source is not used.
In these cases now inp_fix_ternary_operator_str() is called explicitly.
tc1, tc2 were sometimes recognized falsely,
if part of a token e.g. tc1end.
R, C, and L models are never commented out,
because their names may be token no. 4 or 5 in an R, C, or L line,
and will not be recognized if 5.
INPevaluate() will now correctly evaluate a number if followed by ':'
(number may be part of the ternary function).
14 years ago
dwarning
1938041e10
1. Correct the list of binable models. 2. Fix a problem with wrong MOS level entries.
14 years ago
dwarning
70e9907415
Add reciprocal temperature behaviour for B sources
14 years ago
h_vogt
dffe4ed156
command mdump
14 years ago
dwarning
862f10dce3
Add temperature coefficients for B sources
14 years ago
dwarning
d9561123f9
Add temperature coefficients for B sources
14 years ago
rlar
848b0c2158
update bison generated files
14 years ago
rlar
6ea91d2834
upgrade INPgetTree()
14 years ago
dwarning
d041b7b503
Typo in parameter name
14 years ago
rlar
f38aa32b5f
adms3, fix some types
14 years ago
rlar
f70fd8ea1b
use type `runDesc'
14 years ago
rlar
d5f6bcbedf
drop some more casts
14 years ago
rlar
d03d5dfa2d
drop some casts
14 years ago
rlar
a716572233
rewrite INPlookMod(), return INPmodel*/NULL instead of int 1/0
14 years ago
rlar
f285dd0aa8
use strchr() instead of index()
14 years ago
dwarning
d2f9fe7379
tlevc=1 correction
14 years ago
dwarning
0511b35114
tlevc=1 correction
14 years ago
rlar
49815fce99
bug fix, a numerical problem in the hisim2 an hisimhv models
14 years ago
rlar
7ad22c41f4
add missing .cvsignore file
14 years ago
rlar
f7f454c0a1
bug fix, fix the guard for device generated internal nodes (via CKTmkVolt())
14 years ago
rlar
30abcd3c32
bug fix, CKTcurJob, make sure this is either up do date or NULL
14 years ago
h_vogt
60adbdc716
bjt missing model message
14 years ago
rlar
4aa17534fb
xspice bug fix, invoke EVTsetup(ckt) only when `reset'
14 years ago
rlar
598238f46a
conditionally compile PSS analysis
14 years ago
h_vogt
7d4802c369
memory leak, struct bsim3v32SizeDependParam
14 years ago
h_vogt
7a2b51b485
memory leaks reduced
14 years ago
rlar
c7ddee5923
remove CVS `Id',`log' etc. keyword incantations
14 years ago
h_vogt
7e96dcc639
remove memory leaks
14 years ago
h_vogt
127213bff0
reduce memory leaks for run - reset
14 years ago
h_vogt
fe11eae0ce
reduce memory leaks
14 years ago
h_vogt
829fbafb85
reduce memory leaks
14 years ago
rlar
d3c3741f43
#4/6 config.h --> ngspice/config.h, AM_CPPFLAGS
14 years ago
rlar
afa1371746
#3/6 config.h --> ngspice/config.h, AM_CPPFLAGS
14 years ago
rlar
4ca58067a2
#2/6 config.h --> ngspice/config.h, #include's
14 years ago
h_vogt
75767fcc3d
floor(), ceil() added
14 years ago
rlar
af03c472af
adms3, use -ldl instead of -lltdl, fix include path
15 years ago