dwarning
8a7fce8676
BJT prevent crash in qs model for insane parameter entry
6 years ago
dwarning
c8fa54ce1c
BJT Kull Quasi-Saturation model
6 years ago
dwarning
9a6ec08287
VBIC add quasi-saturation example
6 years ago
dwarning
d00fbd0c51
workaround for bug #511 to prevent copy model parameter M to device multiplier
6 years ago
dwarning
aab54e8a55
add alternative temperature model for certain jfet parameter
6 years ago
Holger Vogt
b0a790a463
proper size_t to int conversion
6 years ago
Holger Vogt
8ea8ddcc03
simplify the previous commit, single step warp if multibyte utf-8 character
6 years ago
Holger Vogt
f911758e4b
X11: re-enable writing text to a graph if libxft is used
6 years ago
Holger Vogt
445c6f2d32
fix a bug that occurs when xspice is not selected
missing function parameter has been introduced in previous commit
6 years ago
Holger Vogt
602baf68e6
spice2g6 allows to omit the poly(n) statement, if the
polynomial is one-dimensional (n==1).
For compatibility with the XSPIXE code, we have to add
poly(1) appropriately.
6 years ago
Holger Vogt
60dfe836f4
If ps is enabled, .dc TEMP -15 75 5 will have been
modified to .dc (TEMPER) -15 75 5.
So we repair it here with a preliminary fix.
6 years ago
Holger Vogt
1698004078
The tests of cmaths function will be done only on request,
with configure flag --enable-cmathtests
6 years ago
Holger Vogt
ca27319213
no forcing lower-case letters for command 'cd'
6 years ago
Holger Vogt
37858e66ec
utf-8 without BOM
6 years ago
Holger Vogt
a0389bb547
In PS compatibility mode:
In subcircuit .subckt and X lines with 'params:' statement
replace comma separator by space. Do nothing if comma is inside of {}.
6 years ago
Holger Vogt
26a4a32b8b
avoid some compiler warnings 'referencing a NULL pointer'
6 years ago
Holger Vogt
458411b2e1
more precise freeing the wordlist, depending on exit point
6 years ago
Holger Vogt
bc52389a09
No more printout of 'Initial Transient Solution'
when .tran with uic
6 years ago
Holger Vogt
a4f3036706
typo
6 years ago
Holger Vogt
e3aad7849c
remove vceo= and icrating= from bjt model cards
6 years ago
Holger Vogt
c69a4d6633
fix typo
Reported by Ferdy in bug report #506
6 years ago
Kevin Zheng
efde6902a0
indentation
6 years ago
Holger Vogt
54d8c990c5
src/spicelib/analysis/dcpss.c
line endings Windows --> Linux
6 years ago
Holger Vogt
23ceaabf83
fix a memory leak
Reported in bug report 504 by Ferdy
6 years ago
Holger Vogt
a04c909a23
Don't add copied scale vector as new vector, but as new scale vector,
thus preventing crash after pushing X11 'Hardcopy' twice or
pushing 'quit' after 'Hardcopy'.
Scale vector was deleted two times, then crashimg ngsoice.
6 years ago
Holger Vogt
f9f8174cb8
enable debug output, taking into account that there may be two threads
accessing fcn SetAnalyse()
6 years ago
Holger Vogt
c68940712d
prevent writing beyond end of buffer
6 years ago
Holger Vogt
02222be165
enable loading ext-utf8-2.cir by $inputdir
6 years ago
Holger Vogt
ebb1e953fe
Streamline the compatibility flag generation
6 years ago
Holger Vogt
f03a32287f
If 'set ngbehavior=ki' in .spiceinit or flag 'kicad' on the plot line:
Add " around vector names containing character /
Numerical ivision in plot line then requires spaces around /
6 years ago
Holger Vogt
c112279555
new compatibility handling with struct compat newcompat:
simplify the compatibility handling, better readability
make it easily extendable
add new flag 'ki' for KiCad compatibility
6 years ago
Holger Vogt
9defcae963
Do not compile in fcn main() when shared ngspice is made
6 years ago
Holger Vogt
0caeaccdd3
fix typo
6 years ago
Kevin Zheng
068a1fee55
Fix indentation
7 years ago
Kevin Zheng
ccd4df6a47
Add parser outputs to gitignore
7 years ago
caand
6907d17985
add missing get_sysmem() when no info available
6 years ago
Holger Vogt
a406af26d6
bug fix 'extern int sh_vecinit()', not void
See patch #96 , thanks to Balazs Kovacs
6 years ago
Holger Vogt
ce69e8d70c
Don't send the empty line to create_circbyline(),
it is not used anymore and may cause a crash
6 years ago
Holger Vogt
c8c58b9f5b
Print out the netlist sent to ngspice by caller via 'circbyline'
or ngSpice_Circ
6 years ago
Holger Vogt
71e65b75b0
Syntax check: If the first character in a netlist
or .control line is one of =[]?()&%$§\"!:, then ngspice
replaces it by '*' and issues a warning.
'set strict_errorhandling' will force ngspice existing.
6 years ago
Holger Vogt
fe28feae4e
Cut out part of each vector of the current tran plot,
from times cut-tstart to cut-tstop and copy these
into a new tran plot. A new scale vector 'time' will be
generated as well. Vectors that are shorter than the
new scale vector will not be copied.
6 years ago
Holger Vogt
71338c3271
replace 'noiseless' only if it is an unconnected token
6 years ago
Vogt
3fe4de5b7f
enable special characters for cpl model names and parameters
6 years ago
Holger Vogt
ba1945d685
enable flags xdelta, ydelta for gnuplot command
6 years ago
Holger Vogt
3671f8cea6
update on using bison as a CustomBuild command
6 years ago
Holger Vogt
a429e3fee8
Make the pwl parameter r adjustable by .param
if r == -1, no repetition done.
if r == 0, repeat forever.
if r == xx, repeat from time xx to last time point given.
If r is omitted, like r == -1 no rpetition done.
6 years ago
Holger Vogt
2c0729e8de
Print also the bool value 'off'.
Do not abort ngspice when vector LIST cannot be printed,
just skip printing and continue.
6 years ago
Holger Vogt
8f4e512826
ust tmpstr instead of second strstr()
6 years ago
Holger Vogt
e6fdf5f7e2
Make PPerror message more verbose:
give hint to buggy line segment
6 years ago
Holger Vogt
064bd39a2f
Unify batch mode and control mode raw file output:
Voltage is always named as v(nodename)
6 years ago