introduce ccc parameter
This commit is contained in:
parent
772446d368
commit
042dfaadf8
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-06-01 Dietmar Warning
|
||||||
|
* devices/bjt/bjt.c: introduce ccc as an alias for the
|
||||||
|
zero bias substrate junction capacitance cjs
|
||||||
|
|
||||||
2011-06-01 Robert Larice
|
2011-06-01 Robert Larice
|
||||||
* src/Makefile.am :
|
* src/Makefile.am :
|
||||||
update tclspice to support build in a sparate directory
|
update tclspice to support build in a sparate directory
|
||||||
|
|
|
||||||
|
|
@ -133,6 +133,7 @@ IFparm BJTmPTable[] = { /* model parameters */
|
||||||
IOPA("tr", BJT_MOD_TR, IF_REAL, "Ideal reverse transit time"),
|
IOPA("tr", BJT_MOD_TR, IF_REAL, "Ideal reverse transit time"),
|
||||||
IOPA("cjs", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"),
|
IOPA("cjs", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"),
|
||||||
IOPR("csub", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"),
|
IOPR("csub", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"),
|
||||||
|
IOPR("ccs", BJT_MOD_CJS, IF_REAL, "Zero bias Substrate capacitance"),
|
||||||
IOPA("vjs", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"),
|
IOPA("vjs", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"),
|
||||||
IOPR("ps", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"),
|
IOPR("ps", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"),
|
||||||
IOPA("mjs", BJT_MOD_MJS, IF_REAL, "Substrate junction grading coefficient"),
|
IOPA("mjs", BJT_MOD_MJS, IF_REAL, "Substrate junction grading coefficient"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue