Jim Monte
|
3a72b8e562
|
const qualifier, graph removed from SetColor,
|
6 years ago |
Jim Monte
|
a3a8bc702d
|
type modifier, parameter graph removed from SetColor()
|
6 years ago |
Holger Vogt
|
5b98b1e723
|
typüe modifier
|
6 years ago |
Jim Monte
|
c8bf3a776c
|
error message
|
6 years ago |
Jim Monte
|
19318929c1
|
modifier const, error message if 'system' fails
|
6 years ago |
Holger Vogt
|
9af5e20eaf
|
formatting
|
6 years ago |
Jim Monte
|
1e938f91b1
|
Error message if printing fails
|
6 years ago |
Holger Vogt
|
e3441044dd
|
formatting
|
6 years ago |
Holger Vogt
|
c520a9a4b9
|
if lt(a) comp mode is set, replace 'noiseless' by 'noisy=0' in resistors
|
6 years ago |
Holger Vogt
|
74dbb1e843
|
Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
|
6 years ago |
Holger Vogt
|
ca05aa318b
|
Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
|
6 years ago |
Holger Vogt
|
779bd0e6e2
|
Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc.
branch beta_jdm by Jim Monte
|
6 years ago |
Holger Vogt
|
a084f4f2b5
|
avoid type conversion warning size_t -> int
|
6 years ago |
Holger Vogt
|
d3866a6315
|
Spice_Notice is never NULL
|
6 years ago |
Holger Vogt
|
fdbcdb5b7d
|
apply const qualifier appropriately
|
6 years ago |
Holger Vogt
|
b3fdff7bc0
|
Spice_Build_Date is never NULL
|
6 years ago |
Holger Vogt
|
1f8b179ef9
|
typo
|
6 years ago |
Holger Vogt
|
572daed2ec
|
Remove '.backanno' if LT campatibility mode is set
|
6 years ago |
Holger Vogt
|
b701a6347d
|
cktislinear(): coupling of inductors is also linear
|
6 years ago |
Holger Vogt
|
bad2a4e467
|
Guard XSPICE plot switching against circuit being removed already
|
6 years ago |
Holger Vogt
|
bbb0007466
|
add function EVTswitch_plot() to switch the event data
according tothe (analog) plot. Called from plot_setcur()
in vetors.c, when command 'setplot xxx' is given.
|
6 years ago |
Holger Vogt
|
d72b4c415f
|
get the plot name into the event job
|
6 years ago |
Holger Vogt
|
f5ebea5e9f
|
use internally predefined pow() function
|
6 years ago |
Holger Vogt
|
d8085ed594
|
guard against ft_curckt->ci_ckt == NULL
|
6 years ago |
Holger Vogt
|
11b22c8f46
|
showmod will no longer crash ngspice if run after some error
|
6 years ago |
Holger Vogt
|
6ab1f8b2d6
|
add mfg to the .model tokens to be ignored during altermod
|
6 years ago |
Holger Vogt
|
87101cd26d
|
no double parens
|
6 years ago |
Holger Vogt
|
55f3776fc1
|
add a warning if file with modified parameters has not been found.
Then ignore the altermod command.
|
6 years ago |
Holger Vogt
|
4c80a1ab7d
|
fix a bug, use ciprefix instaed of cieq, cieq led to
always FALSE if statement
|
6 years ago |
dwarning
|
d735c60183
|
no size_t cast for GlobalMemoryStatusEx result
|
6 years ago |
Holger Vogt
|
c4e23989f3
|
Don't us atexit(), but delete memory during 'quit'
|
6 years ago |
Holger Vogt
|
c2513af3e8
|
remove code that leads to crash if tran simulation is
interrupted and reset is sent (KiCAD)
|
6 years ago |
Holger Vogt
|
1a9c1b8c24
|
remove unused code snippet
|
6 years ago |
Holger Vogt
|
9edc436ef7
|
remove SIGINT handling which was not functional
add SIGSEGV handler which may be excluded by
set nosighandling
|
6 years ago |
dwarning
|
3999dcc700
|
w and l must be exact altermod parameter for MOS binning
|
6 years ago |
Holger Vogt
|
ded0092ad6
|
If ngSpice_Command(NULL) is sent to shared ngspice,
the internal control structure memory is freed.
|
6 years ago |
Holger Vogt
|
d3fcf2f43f
|
restrict removal of arg only to comma operator,
otherwise functions with a single variable may fail
|
6 years ago |
Holger Vogt
|
4a3b193154
|
remove memory leak in function parser (bug. no 478),
second case
|
6 years ago |
Holger Vogt
|
84ff135e5b
|
syntax check for vdmos instances with 'thermal' flag
|
6 years ago |
Holger Vogt
|
9e8e50cb57
|
Fix a bug raised by Sambeet in
[Ngspice-users] Problems with xspice limiter block:
Don't treat .model limit_comp limit(gain... as a function
if PSPICE compatibility is set.
|
6 years ago |
dwarning
|
edc5b5a4d4
|
VDMOS prevent fault if thermal switch is given but thermal nodes are not
|
6 years ago |
Holger Vogt
|
0490bc090b
|
Allow 3-terminal MOS devices (e.g. VDMOS),
prevent crash upon user error
|
6 years ago |
Holger Vogt
|
11cf6e709b
|
third trial: get the token i(vss) as a whole in the lexer,
this prevents the parser from generating the spurious vector vss.
No need to do an extra translation i(vss) -> vss#branch.
|
6 years ago |
Holger Vogt
|
7a7f717574
|
make flag 'nolegend' localfor each plot
|
6 years ago |
Holger Vogt
|
1398ee7aa0
|
set the proper preprocessor flag __MINGW32__
|
6 years ago |
Holger Vogt
|
0e4b736a5d
|
remove outdated function GlobalMemoryStatus(&ms)
|
6 years ago |
Holger Vogt
|
09d3fbe3ad
|
remove false bracket in EXT_ASC
|
6 years ago |
Holger Vogt
|
027b342a9c
|
prevent crash if premature exit (without ckt)
|
6 years ago |
Holger Vogt
|
ded6bbbe34
|
make declaration inline
|
6 years ago |
Holger Vogt
|
10c312856e
|
re-enable making nutmeg
|
6 years ago |