Holger Vogt
795f9ed6ad
remove unused rparen
8 years ago
Holger Vogt
b1f956f81c
fix a memory leak
8 years ago
Holger Vogt
e99985a156
add two commands 'reset' to avoid huge memory leak
8 years ago
Holger Vogt
73da17e367
just keep recent_deck, when it's already equal
to current ft_curckt->ci_mcdeck, thus avoid
freeing ft_curckt->ci_mcdeck
8 years ago
Holger Vogt
b0883ffc5d
add the reset command to avoid huge memory leak
8 years ago
Holger Vogt
d1a8637a29
store deck for command mc_source for each circuit in ft_curckt->ci_mcdeck
remove this storage during remcirc
keep most recent deck in recent_deck
8 years ago
dwarning
9475daf9d2
MOS level 55-57 and 68 are available and not placeholder
8 years ago
dwarning
b113041faa
if bsim6 will come it would be va code and needs adms
8 years ago
Holger Vogt
d8352342a8
free more data allocated during INIT
8 years ago
Holger Vogt
c891c2f64f
Update to callback function:
delete memory also in the eno structure
do not close a file twice
8 years ago
Holger Vogt
7e611e7b57
remove the circuits upon quit
8 years ago
Holger Vogt
d26d1b96ec
add callback function to delete the memory
allocated in the code model
8 years ago
Holger Vogt
9d36a2e326
remove unused i
8 years ago
Holger Vogt
2ce4c1592b
a tiny memory leak
8 years ago
Holger Vogt
0bc1d8147c
plug a memory leak
8 years ago
Holger Vogt
83db375fe8
add plotting with internal analog plot
and gtkwave for digital data
8 years ago
Holger Vogt
ef9ba3d687
remove peronal file path
8 years ago
Holger Vogt
e8e5823955
add a hint to run the table generator before
simulation is possible
8 years ago
Holger Vogt
a6f525f6c1
fix a memory leak
8 years ago
Holger Vogt
9db2bf3d69
fix a memory leak
8 years ago
Holger Vogt
6ed10583f2
plug small memory leaks
8 years ago
Holger Vogt
dc34632421
fix memory leaks when evaluating a variable
MC example file MC_ring_ts.sp is now free of memory leaks
8 years ago
Holger Vogt
934656f6e8
fix memory leak: before killing a plot, remove its hash table entry
8 years ago
dwarning
6c682180ab
ignore VS database files
8 years ago
Holger Vogt
cffc7d27ff
beautify code with astyle
8 years ago
Holger Vogt
d4217f1256
update: use $inputdir instead of absolute path
outputpath not (yet?) available
8 years ago
Holger Vogt
c5b5190199
command 'setplot': add predefined 'previous' and 'next' parameters
to switch to the previous or next plot. A warning results if this
is not possible, then the currnt plot is not changed.
8 years ago
Holger Vogt
a244d703c9
remove --enable-gc, was not implemented anyway
8 years ago
Holger Vogt
a9c2077051
checkergcc removed: no longer available, replaced by valgrind
8 years ago
Holger Vogt
ed3a098e7e
sort the help entries: relevant option come first
8 years ago
Holger Vogt
cace650c47
timestamp may be overruled by setting env var SOURCE_DATE_EPOCH
to allow Reproducible builds
See https://wiki.debian.org/ReproducibleBuilds
8 years ago
Holger Vogt
19596f0f42
add search in current directory
Patch provided by Uros Platise
https://sourceforge.net/p/ngspice/ngspice/merge-requests/4/
8 years ago
Holger Vogt
7c90004921
add Inp_Path to sourcepath variable
Patch provided by Uros Platise
https://sourceforge.net/p/ngspice/ngspice/merge-requests/4/
8 years ago
Holger Vogt
ab9ffc2319
small update of comment
8 years ago
Holger Vogt
1406114127
add POWER NMOS and PMOS example with quasi-saturation
8 years ago
Holger Vogt
e18b848f7d
Allow '-' and '+' being part of the instance name.
Has already been available for B, E, F, G, and H sources
8 years ago
Holger Vogt
f354f36121
replace 'magic numbers' by defines, thus setting several char arrays
safeguard these arrays against overflow
set numbers of parameters to 10000
8 years ago
dwarning
88f1fa0092
allow version model parameter in exponential format for bsim3
8 years ago
Holger Vogt
8357564fee
fix missing tokens in cp_getvar
8 years ago
Holger Vogt
ef5747905f
fix bug no. 362, reported by Bohdan Tkhir
replace size_of by sizeof
8 years ago
Holger Vogt
eab5615fb3
examples moved to examples/xspice/original-examples
8 years ago
Holger Vogt
c8705147b0
Original examples fixed and moved to here
8 years ago
Holger Vogt
0de66ea3b8
XSPICE state machine example
8 years ago
Holger Vogt
a5e382d0ea
XSPICE d_source examples
8 years ago
Holger Vogt
6e452b1e7c
xspice filesource example
8 years ago
Holger Vogt
e3b2b395b9
fix an ancient bug in retrieving the data with the cursor
from a log y graph: use y-offset instead of x-offset
8 years ago
Holger Vogt
908339359a
clarify start time generation
clarify time and amplitude updates
don't read comment lines
8 years ago
Holger Vogt
0c94ab948b
treat ( ) , like spaces, that is ignore them during
switch parameter conversion
8 years ago
Holger Vogt
d1761f8d6e
read the complete input file at once during inizialization
instaed of reading the file line by line,
and instaed of re-reading from the beginning in case
of time stepping back. This saves a vast amount of
simulation time if the input file is large.
8 years ago
Holger Vogt
393c924886
improve finding tokens, considering nested parens
8 years ago