rlar
6260fd16ec
cmpp, rewrite for proper report of error locations
14 years ago
rlar
348e3976e7
cmpp, use <stdarg.h> for print_error()
14 years ago
rlar
6757c48602
cmpp, remove dead code
14 years ago
rlar
d9590f31c3
cmpp, don't exit(0) when reporting an error
14 years ago
rlar
83e3100917
remove unused variables
14 years ago
rlar
b4b4e63611
hisimhv1, avoid warnings
14 years ago
h_vogt
b216db8ffd
cplsetup.c: indentations etc.
14 years ago
h_vogt
d747f0de50
cplsetup.c: remove memory leaks
14 years ago
h_vogt
6a6c49516a
inpcom.c: remove memory leak
14 years ago
rlar
b45c4ea78b
ltraacct.c, shortcutting the bug fix
use following fact at the artificial timestep time[-1]
voltage[-1] === voltage[0]
to shortcut the expressions
14 years ago
rlar
e4cc63417b
ltraacct.c, bug fix
reported by Gary Hennigan
on tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=3591132&group_id=38962&atid=423915
access to uninitialized memory,
trying to acquire the "time" of a projected auxiliary timestep in the past.
now using the following auxiliary timestep t[-1]
voltage(t[-1]) === voltage(t[0])
and
t[-1] === t[0] - (t[1] - t[0])
the details are not understood,
but thats certainly better than accessing uninitialized memory.
14 years ago
h_vogt
9d52468471
inpcom.c: plug memory leaks
14 years ago
dwarning
ca82d6e56f
hisimhv update to version 1.2.3
14 years ago
dwarning
51ec28d174
hisimhv update to version 1.2.3
14 years ago
h_vogt
d0f58dc5a6
inpcom.c: prevent invalid memory read/write
14 years ago
dwarning
c1705e32ae
change model name from hisimhv to hisimhv1
14 years ago
dwarning
67aaf6a26e
rename directories hisimhv --> hisimhv1
14 years ago
dwarning
6abd2e2c0c
gnuplot.c: allow png terminal by gnuplot_terminal variable
14 years ago
dwarning
2602c1d22a
update hisim to version 2.7.0
14 years ago
dwarning
a087c3697e
update hisim to version 2.7.0
14 years ago
dwarning
79119b3372
update hisim to version 2.7.0
14 years ago
Francesco Lannutti
0d0426e05c
b3ld.c, b4ld.c, b3v32ld.c: charge computation for MODEDCTRANCURCE instead of MODEDC
this is a fix for commit:
b3ld.c, b4ld.c, b3v32ld.c: enable capacitance calculation during dc sweep
14 years ago
h_vogt
a581c3b43f
mif_inp2.c: bug 3389072 fixed
14 years ago
h_vogt
b676a73167
beautify code
14 years ago
h_vogt
f04bfb3a0b
input examples drawn from manual
14 years ago
h_vogt
a419712eca
inp.c: pre_<command> to allow command execution from the .control section before parsing the circuit
14 years ago
rlar
843126d9a6
fix `make dist'
14 years ago
h_vogt
e4af384d7b
outitf.c: do not call clock() if MS Windows GUI
14 years ago
rlar
451c121dd5
improve commit `variable.c: add strict error handling'
14 years ago
dwarning
b7080fdbb7
make the level switch compatible for HiSIM2 and HiSIMHV
14 years ago
dwarning
13e1a7a5b9
rm whitespaces
14 years ago
Francesco Lannutti
952f55866e
remove "error.h" from Makefile.am
this file is not anymore in the "frontend" folder
and "make dist" failed to generate the tarball
14 years ago
dwarning
44786a490b
fix a leak in devmodtranslate 3 terminal section
14 years ago
Francesco Lannutti
a4e0cfe341
move windows specific `STRICT' definition to canonical place
14 years ago
Francesco Lannutti
668df16a36
Makefile.am, add `ar-lib' to the MAINTAINERCLEANFILES
14 years ago
Francesco Lannutti
1209a5b025
Makefiles, drop some CVS remnants
14 years ago
Francesco Lannutti
6b7f408ca8
avoid a compiler warning, (unused static function)
14 years ago
Francesco Lannutti
32c6a76fc2
Added datarootdir variable as usual behavior and to avoid autoconf warning
14 years ago
Francesco Lannutti
99296c9530
Solved linking error for ngsconvert after ft_stricterror patch in src/frontend/variable.c
14 years ago
Francesco Lannutti
b361dee4cc
fix #include <> versus ""
14 years ago
rlar
9976c1e177
XSPICE, install dlmain.c
for separate compilation of XSPICE user models
14 years ago
Francesco Lannutti
b6c6a35161
configure.ac, defensive use of `AM_SILENT_RULES'
14 years ago
dwarning
082a3e92ae
allow more then 4 terminal mos models in subckts
14 years ago
h_vogt
d5a2a361f6
variable.c: add strict error handling
14 years ago
h_vogt
85244d0222
inpcom.c: remove bug in inp_add_series_resistor(),
prevent crash in inp_remove_ws() upon erroneous input
14 years ago
h_vogt
5c4f8946f6
inp.c: avoid crash if setparse() returns NULL
14 years ago
h_vogt
04adbd7d3b
examples/snapshot: start, interrupt and resume simulation
14 years ago
h_vogt
d8d8cf147e
spiceif.c: correct types being loaded by snload()
14 years ago
Francesco Lannutti
376baced53
make maintainer-clean shall remove the m4/ directory too
14 years ago
h_vogt
65b976dab7
rename commands 'savesnap', 'loadsnap' to 'snsave', 'snload'
to avoid conflict with command 'save'
14 years ago