ngspice/src/spicelib/devices
Holger Vogt 0e46f6f8a1 remove numerous unsigned int vs. int warnings
by setting all variables to type int.
Remove redundant function declarations by remmoving some includes
in span.c and vsrcdefs.h
In tmalloc convert int to size_t
2022-05-01 10:29:08 +02:00
..
adms Patch sorts 1 byte vars in sequence, 2021-09-29 19:57:08 +02:00
asrc During op evaluation we might use source stepping. 2022-01-02 13:53:38 +01:00
bjt correct pnp type bipolar transistor current convention 2022-05-01 10:28:23 +02:00
bsim1 Prevent warning by the macOS compiler 2020-04-27 10:58:06 +02:00
bsim2 Prevent warning by the macOS compiler 2020-04-27 10:58:06 +02:00
bsim3 redo the reading for ngate parameter 2021-01-20 16:47:11 +01:00
bsim3soi_dd few style cleanings 2021-07-05 14:06:28 +02:00
bsim3soi_fd few style cleanings 2021-07-05 14:06:28 +02:00
bsim3soi_pd few style cleanings 2021-07-05 14:06:28 +02:00
bsim3v0 few style cleanings 2021-07-05 14:06:28 +02:00
bsim3v1 few style cleanings 2021-07-05 14:06:28 +02:00
bsim3v32 redo the reading for ngate parameter 2021-01-20 16:47:11 +01:00
bsim4 redo the reading for ngate parameter 2021-01-20 16:47:11 +01:00
bsim4v5 plug a memory leak 2021-12-23 14:38:09 +01:00
bsim4v6 redo the reading for ngate parameter 2021-01-20 16:47:11 +01:00
bsim4v7 redo the reading for ngate parameter 2021-01-20 16:47:11 +01:00
bsimsoi few style cleanings 2021-07-05 14:06:28 +02:00
cap prevent string overflow by adding the string length 2018-07-22 14:57:49 +02:00
cccs no fall-through by asking m value 2019-08-13 23:15:03 +02:00
ccvs rewrite, use enum instead of #define sequences 2018-04-30 19:23:18 +02:00
cpl Add com_optran.h and cplhash.h to their makefile.am 2021-12-30 15:08:15 +01:00
csw Just a reminder that truncation is currently diabled for CSW 2021-07-05 14:18:40 +02:00
dio white spaces 2022-02-20 14:55:10 +01:00
hfet1 FALLTHROUGH added 2020-04-27 10:19:32 +02:00
hfet2 FALLTHROUGH added 2020-04-27 10:19:32 +02:00
hicum2 correct pnp type bipolar transistor current convention 2022-05-01 10:28:23 +02:00
hisim2 prevent few gcc warnings 2020-10-10 12:22:57 +02:00
hisimhv1 prevent few gcc warnings 2020-10-10 12:22:57 +02:00
hisimhv2 FALLTHROUGH added 2020-04-27 10:19:32 +02:00
ind few style cleanings 2021-07-05 14:06:28 +02:00
isrc Fix EXTERNAL type in isrc 2022-01-17 11:32:01 +01:00
jfet add alternative temperature model for certain jfet parameter 2020-10-10 12:13:19 +02:00
jfet2 JFET2: Add a link to literature 2021-07-05 14:32:47 +02:00
ltra Plug memory leaks in transmission line LTRA 2021-07-05 14:15:20 +02:00
mes FALLTHROUGH added 2020-04-27 10:19:32 +02:00
mesa FALLTHROUGH added 2020-04-27 10:19:32 +02:00
mos1 FALLTHROUGH added 2020-04-27 10:19:32 +02:00
mos2 var redifinition removed 2020-04-27 10:20:10 +02:00
mos3 FALLTHROUGH added 2020-04-27 10:19:32 +02:00
mos6 var redifinition removed 2020-04-27 10:20:10 +02:00
mos9 FALLTHROUGH added 2020-04-27 10:19:32 +02:00
nbjt prevent few compiler warnings 2021-12-13 21:40:15 +01:00
nbjt2 prevent few compiler warnings 2021-12-13 21:40:15 +01:00
ndev rewrite, use enum instead of #define sequences 2018-04-30 19:23:18 +02:00
numd prevent few compiler warnings 2021-12-13 21:40:15 +01:00
numd2 prevent few compiler warnings 2021-12-13 21:40:15 +01:00
numos prevent few compiler warnings 2021-12-13 21:40:15 +01:00
res If T is below 1 uK, lets set it to 0 (avoid slightly negative values due to numerical issues) 2020-12-22 17:56:18 +01:00
soi3 FALLTHROUGH added 2020-04-27 10:19:32 +02:00
sw remove VS 'assignment within conditional expression' warning 2019-11-30 11:38:11 +01:00
tra FALLTHROUGH added 2020-04-27 10:19:32 +02:00
txl Plug some more memory leak in TXL transmission line. 2021-07-05 14:14:38 +02:00
urc rewrite, use enum instead of #define sequences 2018-04-30 19:23:18 +02:00
vbic correct pnp type bipolar transistor current convention 2022-05-01 10:28:23 +02:00
vccs rewrite, use enum instead of #define sequences 2018-04-30 19:23:18 +02:00
vcvs rewrite, use enum instead of #define sequences 2018-04-30 19:23:18 +02:00
vdmos Revise the SOA and add new parameters: 2021-09-29 20:17:55 +02:00
vsrc remove numerous unsigned int vs. int warnings 2022-05-01 10:29:08 +02:00
ChangeLog Integrated code from tclspice, brorson xspice and Vera memleak. 2003-07-23 19:36:39 +00:00
Makefile.am Squashed commit of the following: 2020-12-22 11:10:10 +01:00
cktaccept.c #2/6 config.h --> ngspice/config.h, #include's 2011-12-27 11:33:01 +00:00
cktaccept.h remove prototypes, avoid redeclarations 2010-10-16 15:58:14 +00:00
cktask.c free errMsg only if available 2020-03-15 08:51:14 +01:00
cktbindnode.c GENmodel, GENinstance, change layout, #4/4, complete the change 2018-02-17 11:53:06 +01:00
cktcrte.c remove compiler warning about double declaration of DEVices 2018-11-18 15:45:37 +01:00
cktfinddev.c Fix two crashes caused by trying to plot after circuit parsing failed. 2022-04-26 10:32:47 +02:00
cktinit.c S-parameters in ngspice 2022-04-25 21:31:28 +02:00
cktsoachk.c introduce CKTsoaInit() 2014-01-02 09:32:36 +01:00
dev.c few style cleanings 2021-07-05 14:06:28 +02:00
dev.h rewrite load_opus(), add code model access to ngspice facilities, 2020-04-27 10:25:53 +02:00
devsup.c Don't show message for every iteration 2021-07-05 14:31:47 +02:00
limit.c #1/4 #include <ngspice/...> --> #include "ngspice/..." 2011-12-11 18:05:00 +00:00