From 33c774088424d348420199072b67030930677dce Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 31 Mar 2017 15:01:30 +0200 Subject: [PATCH] bsim4 model update according berkeley release - disclaimer change --- src/spicelib/devices/bsim4/b4.c | 81 ++++++++++++++++++-------- src/spicelib/devices/bsim4/b4acld.c | 71 ++++++++++++++++++---- src/spicelib/devices/bsim4/b4ask.c | 72 ++++++++++++++++++----- src/spicelib/devices/bsim4/b4check.c | 82 ++++++++++++++++++-------- src/spicelib/devices/bsim4/b4cvtest.c | 73 ++++++++++++++++++----- src/spicelib/devices/bsim4/b4del.c | 68 ++++++++++++++++++---- src/spicelib/devices/bsim4/b4dest.c | 70 ++++++++++++++++++---- src/spicelib/devices/bsim4/b4geo.c | 68 ++++++++++++++++++---- src/spicelib/devices/bsim4/b4getic.c | 68 ++++++++++++++++++---- src/spicelib/devices/bsim4/b4ld.c | 84 +++++++++++++++++++-------- src/spicelib/devices/bsim4/b4mask.c | 75 ++++++++++++++++++------ src/spicelib/devices/bsim4/b4mdel.c | 68 ++++++++++++++++++---- src/spicelib/devices/bsim4/b4mpar.c | 81 ++++++++++++++++++-------- src/spicelib/devices/bsim4/b4noi.c | 80 ++++++++++++++++++------- src/spicelib/devices/bsim4/b4par.c | 72 ++++++++++++++++++----- src/spicelib/devices/bsim4/b4pzld.c | 71 ++++++++++++++++++---- src/spicelib/devices/bsim4/b4set.c | 83 ++++++++++++++++++-------- src/spicelib/devices/bsim4/b4temp.c | 83 ++++++++++++++++++-------- src/spicelib/devices/bsim4/b4trunc.c | 68 ++++++++++++++++++---- src/spicelib/devices/bsim4/bsim4def.h | 80 ++++++++++++++++++------- src/spicelib/devices/bsim4/bsim4ext.h | 65 ++++++++++++++++++--- src/spicelib/devices/bsim4/bsim4itf.h | 67 ++++++++++++++++++--- 22 files changed, 1287 insertions(+), 343 deletions(-) diff --git a/src/spicelib/devices/bsim4/b4.c b/src/spicelib/devices/bsim4/b4.c index 934e51e0e..bc5b92a53 100644 --- a/src/spicelib/devices/bsim4/b4.c +++ b/src/spicelib/devices/bsim4/b4.c @@ -1,27 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Authors: 2008- Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 11/15/2002. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, 03/04/2004. - * Modified by Xuemei Xi, Mohan Dunga, 07/29/2005. - * Modified by Mohan Dunga, 12/13/2006. - * Modified by Mohan Dunga, Wenwei Yang, 05/18/2007. - * Modified by Wenwei Yang, 07/31/2008. - * Modified by Tanvir Morshed, Darsen Lu 03/27/2011 - * Modified by Pankaj Kumar Thakur, 07/23/2012 - * Modified by Navid Paydavosi, 08/21/2013 - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/devdefs.h" diff --git a/src/spicelib/devices/bsim4/b4acld.c b/src/spicelib/devices/bsim4/b4acld.c index 9846a5c03..b7cd1eec9 100644 --- a/src/spicelib/devices/bsim4/b4acld.c +++ b/src/spicelib/devices/bsim4/b4acld.c @@ -1,15 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4acld.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 10/05/2001. - **********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" diff --git a/src/spicelib/devices/bsim4/b4ask.c b/src/spicelib/devices/bsim4/b4ask.c index 2ca51bca0..3f95cd9eb 100644 --- a/src/spicelib/devices/bsim4/b4ask.c +++ b/src/spicelib/devices/bsim4/b4ask.c @@ -1,18 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4ask.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, Mohan Dunga, 07/29/2005. - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/ifsim.h" diff --git a/src/spicelib/devices/bsim4/b4check.c b/src/spicelib/devices/bsim4/b4check.c index 2d067272f..cc92337a1 100644 --- a/src/spicelib/devices/bsim4/b4check.c +++ b/src/spicelib/devices/bsim4/b4check.c @@ -1,26 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4check.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 11/15/2002. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, 03/04/2004. - * Modified by Xuemei Xi, 07/29/2005. - * Modified by Mohan Dunga, 12/13/2006 - * Modified by Mohan Dunga, Wenwei Yang, 05/18/2007. - * Modified by Wenwei Yang, 07/31/2008 . - * Modified by Tanvir Morshed, Darsen Lu 03/27/2011 - * Modified by Pankaj Kumar Thakur, 07/23/2012 - * Modified by Navid Paydavosi, 08/21/2013 - **********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" diff --git a/src/spicelib/devices/bsim4/b4cvtest.c b/src/spicelib/devices/bsim4/b4cvtest.c index b621f4ead..31d7f4d18 100644 --- a/src/spicelib/devices/bsim4/b4cvtest.c +++ b/src/spicelib/devices/bsim4/b4cvtest.c @@ -1,17 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4cvtest.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 05/09/2003. - **********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" diff --git a/src/spicelib/devices/bsim4/b4del.c b/src/spicelib/devices/bsim4/b4del.c index e0fc57bb4..3a36dfe54 100644 --- a/src/spicelib/devices/bsim4/b4del.c +++ b/src/spicelib/devices/bsim4/b4del.c @@ -1,14 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4del.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "bsim4def.h" diff --git a/src/spicelib/devices/bsim4/b4dest.c b/src/spicelib/devices/bsim4/b4dest.c index ca8fab3fa..66379be0d 100644 --- a/src/spicelib/devices/bsim4/b4dest.c +++ b/src/spicelib/devices/bsim4/b4dest.c @@ -1,14 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4dest.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - **********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "bsim4def.h" diff --git a/src/spicelib/devices/bsim4/b4geo.c b/src/spicelib/devices/bsim4/b4geo.c index ec1833f87..18314fd9f 100644 --- a/src/spicelib/devices/bsim4/b4geo.c +++ b/src/spicelib/devices/bsim4/b4geo.c @@ -1,14 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4geo.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "bsim4def.h" diff --git a/src/spicelib/devices/bsim4/b4getic.c b/src/spicelib/devices/bsim4/b4getic.c index 96854f2a9..62b5b5529 100644 --- a/src/spicelib/devices/bsim4/b4getic.c +++ b/src/spicelib/devices/bsim4/b4getic.c @@ -1,14 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4getic.c of BSIM4.7.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" diff --git a/src/spicelib/devices/bsim4/b4ld.c b/src/spicelib/devices/bsim4/b4ld.c index 82ef99004..5c5651ced 100644 --- a/src/spicelib/devices/bsim4/b4ld.c +++ b/src/spicelib/devices/bsim4/b4ld.c @@ -1,28 +1,64 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ -/**** OpenMP support ngspice 06/28/2010 ****/ -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4ld.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Authors: 2008- Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 11/15/2002. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, 03/04/2004. - * Modified by Xuemei Xi, Mohan Dunga, 07/29/2005. - * Modified by Mohan Dunga, 12/13/2006. - * Modified by Mohan Dunga, Wenwei Yang, 05/18/2007. - * Modified by Wenwei Yang, 07/31/2008. - * Modified by Tanvir Morshed, Darsen Lu 03/27/2011 - * Modified by Pankaj Kumar Thakur, 07/23/2012 - * Modified by Navid Paydavosi, 08/21/2013 - **********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ +/**** OpenMP support ngspice 06/28/2010 ****/ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" diff --git a/src/spicelib/devices/bsim4/b4mask.c b/src/spicelib/devices/bsim4/b4mask.c index 6cd7e8816..a5f434609 100644 --- a/src/spicelib/devices/bsim4/b4mask.c +++ b/src/spicelib/devices/bsim4/b4mask.c @@ -1,23 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4mask.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 11/15/2002. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, Mohan Dunga, 07/29/2005. - * Modified by Mohan Dunga, 12/13/2006 - * Modified by Mohan Dunga, Wenwei Yang, 07/31/2008. - * Modified by Tanvir Morshed, Darsen Lu 03/27/2011 - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/ifsim.h" diff --git a/src/spicelib/devices/bsim4/b4mdel.c b/src/spicelib/devices/bsim4/b4mdel.c index 7dc2918ec..7dde80458 100644 --- a/src/spicelib/devices/bsim4/b4mdel.c +++ b/src/spicelib/devices/bsim4/b4mdel.c @@ -1,14 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4mdel.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "bsim4def.h" diff --git a/src/spicelib/devices/bsim4/b4mpar.c b/src/spicelib/devices/bsim4/b4mpar.c index 2f91afdcf..4d1906271 100644 --- a/src/spicelib/devices/bsim4/b4mpar.c +++ b/src/spicelib/devices/bsim4/b4mpar.c @@ -1,27 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4mpar.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Authors: 2008- Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 11/15/2002. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, 03/04/2004. - * Modified by Xuemei Xi, Mohan Dunga, 07/29/2005. - * Modified by Mohan Dunga, 12/13/2006 - * Modified by Mohan Dunga, Wenwei Yang, 05/18/2007. - * Modified by Wenwei Yang, 07/31/2008. - * Modified by Tanvir Morshed, Darsen Lu 03/27/2011 - * Modified by Pankaj Kumar Thakur, 07/23/2012 - * Modified by Navid Paydavosi, 08/21/2013 - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "bsim4def.h" diff --git a/src/spicelib/devices/bsim4/b4noi.c b/src/spicelib/devices/bsim4/b4noi.c index e6c115356..d47fc81e5 100644 --- a/src/spicelib/devices/bsim4/b4noi.c +++ b/src/spicelib/devices/bsim4/b4noi.c @@ -1,24 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4noi.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Authors: 2008- Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, 03/04/2004. - * Modified by Xuemei Xi, 07/29/2005. - * Modified by Mohan Dunga, 12/13/2006 - * Modified by Wenwei Yang, 07/31/2008. - * Modified by Tanvir Morshed, Darsen Lu 03/27/2011 - * Modified by Pankaj Kumar Thakur, 07/23/2012 - **********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "bsim4def.h" diff --git a/src/spicelib/devices/bsim4/b4par.c b/src/spicelib/devices/bsim4/b4par.c index d84ddda49..c37144932 100644 --- a/src/spicelib/devices/bsim4/b4par.c +++ b/src/spicelib/devices/bsim4/b4par.c @@ -1,18 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4par.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 11/15/2002. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, Mohan Dunga, 07/29/2005. -**********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/ifsim.h" diff --git a/src/spicelib/devices/bsim4/b4pzld.c b/src/spicelib/devices/bsim4/b4pzld.c index 3da2a9ebf..744e3bcfe 100644 --- a/src/spicelib/devices/bsim4/b4pzld.c +++ b/src/spicelib/devices/bsim4/b4pzld.c @@ -1,15 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4pzld.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 10/05/2001. - **********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" diff --git a/src/spicelib/devices/bsim4/b4set.c b/src/spicelib/devices/bsim4/b4set.c index 7691735de..255bee971 100644 --- a/src/spicelib/devices/bsim4/b4set.c +++ b/src/spicelib/devices/bsim4/b4set.c @@ -1,27 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4set.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Authors: 2008- Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 11/15/2002. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, 03/04/2004. - * Modified by Xuemei Xi, Mohan Dunga, 07/29/2005. - * Modified by Mohan Dunga, 12/13/2006 - * Modified by Mohan Dunga, Wenwei Yang, 05/18/2007. - * Modified by Wenwei Yang, 07/31/2008. - * Modified by Tanvir Morshed, Darsen Lu 03/27/2011 - * Modified by Pankaj Kumar Thakur, 07//2012 - * Modified by Navid Paydavosi, 06/12/2013 -**********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/jobdefs.h" diff --git a/src/spicelib/devices/bsim4/b4temp.c b/src/spicelib/devices/bsim4/b4temp.c index b1e1bb37b..856bf476c 100644 --- a/src/spicelib/devices/bsim4/b4temp.c +++ b/src/spicelib/devices/bsim4/b4temp.c @@ -1,27 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4temp.c of BSIM4.7.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Authors: 2008- Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - * Modified by Xuemei Xi, 04/06/2001. - * Modified by Xuemei Xi, 10/05/2001. - * Modified by Xuemei Xi, 11/15/2002. - * Modified by Xuemei Xi, 05/09/2003. - * Modified by Xuemei Xi, 03/04/2004. - * Modified by Xuemei Xi, Mohan Dunga, 07/29/2005. - * Modified by Mohan Dunga, 12/13/2006. - * Modified by Mohan Dunga, Wenwei Yang, 05/18/2007. - * Modified by Wenwei Yang, 07/31/2008. - * Modified by Tanvir Morshed, Darsen Lu 03/27/2011 - * Modified by Pankaj Kumar Thakur, 07/23/2012 - **********/ - +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/smpdefs.h" diff --git a/src/spicelib/devices/bsim4/b4trunc.c b/src/spicelib/devices/bsim4/b4trunc.c index 06e68a0ea..61d14a9e8 100644 --- a/src/spicelib/devices/bsim4/b4trunc.c +++ b/src/spicelib/devices/bsim4/b4trunc.c @@ -1,14 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** - * Copyright 2006 Regents of the University of California. All rights reserved. - * File: b4trunc.c of BSIM4.8.0. - * Author: 2000 Weidong Liu - * Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. - * Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu - * Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu - * Project Director: Prof. Chenming Hu. - **********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" diff --git a/src/spicelib/devices/bsim4/bsim4def.h b/src/spicelib/devices/bsim4/bsim4def.h index 0b4efec63..44a0e04fc 100644 --- a/src/spicelib/devices/bsim4/bsim4def.h +++ b/src/spicelib/devices/bsim4/bsim4def.h @@ -1,24 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** -Copyright 2006 Regents of the University of California. All rights reserved. -File: bsim4def.h -Author: 2000 Weidong Liu. -Authors: 2001- Xuemei Xi, Mohan Dunga, Ali Niknejad, Chenming Hu. -Authors: 2006- Mohan Dunga, Ali Niknejad, Chenming Hu -Authors: 2007- Mohan Dunga, Wenwei Yang, Ali Niknejad, Chenming Hu -Authors: 2008- Wenwei Yang, Ali Niknejad, Chenming Hu -Modified by Xuemei Xi, 11/15/2002. -Modified by Xuemei Xi, 05/09/2003. -Modified by Xuemei Xi, 03/04/2004. -Modified by Xuemei Xi, Mohan Dunga, 09/24/2004. -Modified by Xuemei Xi, 07/29/2005. -Modified by Mohan Dunga, 12/13/2006 -Modified by Mohan Dunga, Wenwei Yang, 05/18/2007. -Modified by Wenwei Yang, 07/31/2008. -Modified by Tanvir Morshed, Darsen Lu 03/27/2011 -Modified by Pankaj Kumar Thakur, 07/23/2012 -**********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #ifndef BSIM4 #define BSIM4 diff --git a/src/spicelib/devices/bsim4/bsim4ext.h b/src/spicelib/devices/bsim4/bsim4ext.h index 9618c6328..3a4b32728 100644 --- a/src/spicelib/devices/bsim4/bsim4ext.h +++ b/src/spicelib/devices/bsim4/bsim4ext.h @@ -1,11 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** -/********** -Copyright 2004 Regents of the University of California. All rights reserved. -Author: 2000 Weidong Liu -Author: 2001- Xuemei Xi -File: bsim4ext.h -**********/ + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ extern int BSIM4acLoad(GENmodel *,CKTcircuit*); extern int BSIM4ask(CKTcircuit *,GENinstance*,int,IFvalue*,IFvalue*); diff --git a/src/spicelib/devices/bsim4/bsim4itf.h b/src/spicelib/devices/bsim4/bsim4itf.h index 433ff01eb..7d485aec1 100644 --- a/src/spicelib/devices/bsim4/bsim4itf.h +++ b/src/spicelib/devices/bsim4/bsim4itf.h @@ -1,11 +1,62 @@ -/**** BSIM4.8.0 Released by Navid Paydavosi 11/01/2013 ****/ - -/********** -Copyright 2004 Regents of the University of California. All rights reserved. -Author: 2000 Weidong Liu. -Author: 2001- Xuemei Xi -File: bsim4itf.h -**********/ +/* ****************************************************************************** + * BSIM4 4.8.1 released by Chetan Kumar Dabhi 2/15/2017 * + * BSIM4 Model Equations * + ****************************************************************************** + + ****************************************************************************** + * Copyright 2017 Regents of the University of California. * + * All rights reserved. * + * * + * Project Director: Prof. Chenming Hu. * + * Authors: Gary W. Ng, Weidong Liu, Xuemei Xi, Mohan Dunga, Wenwei Yang * + * Ali Niknejad, Shivendra Singh Parihar, Chetan Kumar Dabhi * + * Yogesh Singh Chauhan, Sayeef Salahuddin, Chenming Hu * + ****************************************************************************** + + ****************************************************************************** + * CMC In-Code Statement * + * * + * The Developer agrees that the following statement will appear in the * + * model code that has been adopted as a CMC Standard. * + * * + * Software is distributed as is, completely without warranty or service * + * support. The University of California and its employees are not liable * + * for the condition or performance of the software. * + * * + * The University of California owns the copyright and grants users a * + * perpetual, irrevocable, worldwide, non-exclusive, royalty-free license * + * with respect to the software as set forth below. * + * * + * The University of California hereby disclaims all implied warranties. * + * * + * The University of California grants the users the right to modify, * + * copy, and redistribute the software and documentation, both within * + * the user's organization and externally, subject to the following * + * restrictions: * + * * + * 1. The users agree not to charge for the University of California code * + * itself but may charge for additions, extensions, or support. * + * * + * 2. In any product based on the software, the users agree to * + * acknowledge the University of California that developed the * + * software. This acknowledgment shall appear in the product * + * documentation. * + * * + * 3. Redistributions to others of source code and documentation must * + * retain the copyright notice, disclaimer, and list of conditions. * + * * + * 4. Redistributions to others in binary form must reproduce the * + * copyright notice, disclaimer, and list of conditions in the * + * documentation and/or other materials provided with the * + * distribution. * + * * + * Agreed to on ______Feb. 15, 2017______________ * + * * + * By: ____University of California, Berkeley___ * + * ____Chenming Hu__________________________ * + * ____Professor in Graduate School ________ * + * * + ****************************************************************************** */ #ifndef DEV_BSIM4 #define DEV_BSIM4