diff --git a/ChangeLog b/ChangeLog index c2ae5226b..c76af84e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 * src/Makefile.am : update tclspice to support build in a sparate directory diff --git a/src/spicelib/devices/bjt/bjt.c b/src/spicelib/devices/bjt/bjt.c index 655e88361..f1f4611f1 100644 --- a/src/spicelib/devices/bjt/bjt.c +++ b/src/spicelib/devices/bjt/bjt.c @@ -133,6 +133,7 @@ IFparm BJTmPTable[] = { /* model parameters */ IOPA("tr", BJT_MOD_TR, IF_REAL, "Ideal reverse transit time"), IOPA("cjs", 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"), IOPR("ps", BJT_MOD_VJS, IF_REAL, "Substrate junction built in potential"), IOPA("mjs", BJT_MOD_MJS, IF_REAL, "Substrate junction grading coefficient"),