Holger Vogt
a3380903be
Fix a bug in the comment of the file headers
6 years ago
Holger Vogt
1bcfe886f3
GPL instead of BSD
6 years ago
Holger Vogt
468769df16
Update on various licences for XSPICE code models
6 years ago
Holger Vogt
2335639848
License 3-clause BSD
Update to license information
6 years ago
Holger Vogt
df0ffcfc2b
XSPICE is Public Domain
Update to license info
6 years ago
Holger Vogt
cc5369816b
XSPICE is in the public domain.
Update to the license information.
6 years ago
Holger Vogt
617ed01a5b
licensi info:
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
PROJECT A-8503
6 years ago
Holger Vogt
a066c43378
Add wnflag as an instance parameter.
6 years ago
Holger Vogt
b1dc7f77d1
Add .options wnflag = 0|1 to unselect|select
nf as a divisor for w/nf while model binning.
Enable reading wnflag from the instance line.
6 years ago
Holger Vogt
3a3b7d3cde
Use W/nf for selecting binning model,
if compat mode Spectre is set by
set ngbehavior=spe
in .spiceinit
6 years ago
Holger Vogt
2f1d3df8c7
add a Spectre compatibility mode
6 years ago
Holger Vogt
990d87bf1c
replace gettok by gettok_node to ignore parentheses when reading
a .model line in the altermod ... file ... command.
6 years ago
Holger Vogt
110a853ce5
Fix a bug when reading a list of type ( 2 4 6 ): If ')' was not
the last token, an error message was generated.
6 years ago
Holger Vogt
64e5e13c4e
Bug no. #512 : Set a breakpoint at delay time td to safely
catch the starting time point of the random numbers
6 years ago
dwarning
2b33ef8c58
VDMOS fix bypass label in diode section
6 years ago
dwarning
1ae131551b
truncation error calculation for body diode charge
6 years ago
dwarning
56b8da7be6
white spaces
6 years ago
dwarning
797042e7e7
include power dissipation of drain resistance
6 years ago
dwarning
04a1a74c2e
limit deltemp maximum stepsize
6 years ago
dwarning
3f4b24be89
VDMOS change name of some matrix entries to make life easier
6 years ago
dwarning
17497eddec
VDMOS change thermal left and rigth side signs that mos and diode part follow same logic
6 years ago
dwarning
689d561c9e
unify temperature limit routine for usage in self-heating model
6 years ago
dwarning
04656c4596
rearrange and white spaces
6 years ago
dwarning
7f5f8ac69f
correct peripheral resistor current temperature dependency
6 years ago
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