From 042dfaadf8b842a9356e15ea8ff31926d6273d5f Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 1 Jun 2011 20:06:29 +0000 Subject: [PATCH] introduce ccc parameter --- ChangeLog | 4 ++++ src/spicelib/devices/bjt/bjt.c | 1 + 2 files changed, 5 insertions(+) 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"),