Holger Vogt
|
95a0e69678
|
update to the example:
change noise paramater to zero, then to more noise
re-running the simulation enforces creating new 1/f noise values
|
8 years ago |
dwarning
|
d6e7833681
|
update fftw3 to version 3.3.5 under windows
|
8 years ago |
dwarning
|
aa95da431a
|
adaptive format specifier for size_t printf
|
8 years ago |
dwarning
|
aed5ba01c0
|
prevent a small memory leak
|
8 years ago |
dwarning
|
7d78cba9ef
|
fix some prototype declarations
|
8 years ago |
dwarning
|
561fdd805c
|
rm unused variables
|
8 years ago |
dwarning
|
598b72be37
|
prevent a huge memory leak by calling fftw3 in a loop
|
8 years ago |
Holger Vogt
|
1f7d84b270
|
trivial patch to avoid memory leaks during transient noise generation.
This has to be replaced by a rewrite of the noise generating code.
|
8 years ago |
Holger Vogt
|
34fcdda1e2
|
plug a potentially huge memory leak
|
8 years ago |
Holger Vogt
|
dafbf72f7f
|
fix a small memory leak
|
8 years ago |
Holger Vogt
|
8c9b18ef7e
|
fix a small memory leak
|
8 years ago |
Holger Vogt
|
7e4b68c708
|
update to the rusage command:
print total analysis time, total elapsed time, and
memory information (OS dependant) if rusage is given
without parameters
|
8 years ago |
Holger Vogt
|
f07c73b6a5
|
Command 'cd' now switches to the home directory also for MS Windows.
A new command 'getcwd' just prints the current working directory
without changing it.
|
8 years ago |
Holger Vogt
|
9cc690c55c
|
try to reload only when mc_deck is available
comment modified
|
8 years ago |
Holger Vogt
|
b0537d7019
|
noise example with bip transistor
|
8 years ago |
Holger Vogt
|
2b071fec5a
|
add loading from recent deck (mc_deck) if circuit
file has been removed by remcirc.
|
8 years ago |
Holger Vogt
|
053a1ef15d
|
Some hints how to use this file
|
8 years ago |
Holger Vogt
|
39506dadee
|
NMOS and PMOS dc input and output characteristics
|
8 years ago |
Holger Vogt
|
9becf1313a
|
complex model: a script loads two circuits with MOS and
bipolar table models, and run a sequence of dc simulations
with switching the circuit.
|
8 years ago |
Holger Vogt
|
2dfdf984d6
|
re-number the lines during copying,
required by nupa_copy()
|
8 years ago |
Holger Vogt
|
f9eb75f55d
|
skip comment lines
|
8 years ago |
Holger Vogt
|
ac0a70bb84
|
print deck after re-loading into debug-out-mc.txt,
if 'set ngdebug' is set in .spiceinit
|
8 years ago |
Holger Vogt
|
cebb83eec1
|
give preference to mc_reload when reloading the circuit
|
8 years ago |
Holger Vogt
|
bb86b137a7
|
add 'reset' to fix a huge memory leak
|
8 years ago |
Holger Vogt
|
ad0f596570
|
fix a memory leak
|
8 years ago |
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 |