----------------------------------------------------------------------
* src/devices/dev.c src/devices/bjt/bjtnoise.c src/devices/bsim3/b3.c src/devices/bsim3/b3acld.c src/devices/bsim3/b3ask.c src/devices/bsim3/b3check.c src/devices/bsim3/b3cvtest.c src/devices/bsim3/b3del.c src/devices/bsim3/b3dest.c src/devices/bsim3/b3getic.c src/devices/bsim3/b3ld.c src/devices/bsim3/b3mask.c src/devices/bsim3/b3mdel.c src/devices/bsim3/b3mpar.c src/devices/bsim3/b3noi.c src/devices/bsim3/b3par.c src/devices/bsim3/b3pzld.c src/devices/bsim3/b3set.c src/devices/bsim3/b3temp.c src/devices/bsim3/b3trunc.c src/devices/bsim3v1/b3v1.c src/devices/bsim3v1/b3v1acld.c src/devices/bsim3v1/b3v1ask.c src/devices/bsim3v1/b3v1check.c src/devices/bsim3v1/b3v1cvtest.c src/devices/bsim3v1/b3v1del.c src/devices/bsim3v1/b3v1dest.c src/devices/bsim3v1/b3v1getic.c src/devices/bsim3v1/b3v1ld.c src/devices/bsim3v1/b3v1mask.c src/devices/bsim3v1/b3v1mdel.c src/devices/bsim3v1/b3v1mpar.c src/devices/bsim3v1/b3v1noi.c src/devices/bsim3v1/b3v1par.c src/devices/bsim3v1/b3v1pzld.c src/devices/bsim3v1/b3v1set.c src/devices/bsim3v1/b3v1temp.c src/devices/bsim3v1/b3v1trunc.c src/devices/bsim3v2/b3v2.c src/devices/bsim3v2/b3v2acld.c src/devices/bsim3v2/b3v2ask.c src/devices/bsim3v2/b3v2check.c src/devices/bsim3v2/b3v2cvtest.c src/devices/bsim3v2/b3v2del.c src/devices/bsim3v2/b3v2dest.c src/devices/bsim3v2/b3v2getic.c src/devices/bsim3v2/b3v2ld.c src/devices/bsim3v2/b3v2mask.c src/devices/bsim3v2/b3v2mdel.c src/devices/bsim3v2/b3v2mpar.c src/devices/bsim3v2/b3v2noi.c src/devices/bsim3v2/b3v2par.c src/devices/bsim3v2/b3v2pzld.c src/devices/bsim3v2/b3v2set.c src/devices/bsim3v2/b3v2temp.c src/devices/bsim3v2/b3v2trunc.c src/devices/bsim4/b4noi.c src/devices/csw/cswnoise.c src/devices/dio/dionoise.c src/devices/jfet/jfetnoi.c src/devices/jfet2/jfet2noi.c src/devices/mes/mesnoise.c src/devices/mos1/mos1noi.c src/devices/mos2/mos2noi.c src/devices/mos3/mos3noi.c src/devices/res/resnoise.c src/devices/sw/swnoise.c : Removed all RCS log and rcsid from the devices source files. They only give extra clutter and all the information you need is available through CVS. Also removed unnecessary inclusion of fteconst.h header file. * src/devices/asrc/ChangeLog src/devices/bsim2/ChangeLog src/devices/cap/ChangeLog src/devices/cccs/ChangeLog src/devices/ccvs/ChangeLog src/devices/csw/ChangeLog src/devices/devsup/ChangeLog src/devices/dio/ChangeLog src/devices/ind/ChangeLog src/devices/isrc/ChangeLog src/devices/jfet/ChangeLog src/devices/ltra/ChangeLog src/devices/mes/ChangeLog src/devices/mos1/ChangeLog src/devices/mos2/ChangeLog src/devices/mos3/ChangeLog src/devices/res/ChangeLog src/devices/sw/ChangeLog src/devices/tra/ChangeLog src/devices/urc/ChangeLog src/devices/vccs/ChangeLog src/devices/vcvs/ChangeLog src/devices/vsrc/ChangeLog: Removed. Use toplevel ChangeLog.
This commit is contained in:
parent
4e605553de
commit
ebaafe3ca5
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "bjtdefs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -1,23 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/23 18:14:39 manu
|
||||
Added cleanup patch by Arno Peters - also added 'make check' to configure
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: Min-Chie Jeng.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,23 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,32 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.4 1999/09/06 16:10:27 manu
|
||||
Added patch by Arno Peters
|
||||
|
||||
Revision 1.3 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.2 1999/08/23 18:14:39 manu
|
||||
Added cleanup patch by Arno Peters - also added 'make check' to configure
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1991 JianHui Huang and Min-Chie Jeng.
|
||||
|
|
|
|||
|
|
@ -1,23 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,29 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.3 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.2 1999/08/23 18:14:39 manu
|
||||
Added cleanup patch by Arno Peters - also added 'make check' to configure
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Gary W. Ng and Min-Chie Jeng.
|
||||
|
|
@ -36,7 +10,6 @@ File: b3noi.c
|
|||
#include <math.h>
|
||||
#include "bsim3def.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,26 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.2 1999/08/23 18:14:39 manu
|
||||
Added cleanup patch by Arno Peters - also added 'make check' to configure
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,29 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.3 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.2 1999/08/23 18:14:39 manu
|
||||
Added cleanup patch by Arno Peters - also added 'make check' to configure
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,29 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.3 1999/08/28 21:00:03 manu
|
||||
Big commit - merged ngspice.h, misc.h and util.h - protoized fte
|
||||
|
||||
Revision 1.2 1999/08/23 18:14:39 manu
|
||||
Added cleanup patch by Arno Peters - also added 'make check' to configure
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/***********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,23 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
Revision 1.1.1.1 1999/11/15 10:35:08 root
|
||||
Rework imported sources
|
||||
|
||||
Revision 1.1.1.1 1999/07/30 09:05:13 root
|
||||
NG-Spice starting sources
|
||||
|
||||
* Revision 3.2.2 1999/4/20 18:00:00 Weidong
|
||||
* BSIM3v3.2.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1999 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,16 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:48:03 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/**********************************/
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:51:00 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:51:33 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:52:18 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: Min-Chie Jeng.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:53:26 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:53:53 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:54:27 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,18 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:54:55 yuhua
|
||||
* BSIM3v3.1
|
||||
* release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:55:29 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1991 JianHui Huang and Min-Chie Jeng.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:55:50 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:56:18 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,18 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:56:49 yuhua
|
||||
*
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:57:51 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Gary W. Ng and Min-Chie Jeng.
|
||||
|
|
@ -23,7 +9,6 @@ File: b3v1noi.c
|
|||
#include <math.h>
|
||||
#include "bsim3v1def.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:58:18 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:58:46 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:59:17 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
@ -50,7 +36,6 @@ register BSIM3V1instance *here;
|
|||
int error;
|
||||
CKTnode *tmp;
|
||||
|
||||
double tmp1, tmp2;
|
||||
|
||||
/* loop through all the BSIM3V1 device models */
|
||||
for( ; model != NULL; model = model->BSIM3V1nextModel )
|
||||
|
|
|
|||
|
|
@ -1,18 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 19:59:49 yuhua
|
||||
* BSIM3v3.1 release
|
||||
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/***********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.1 96/12/08 20:00:16 yuhua
|
||||
* BSIM3v3.1 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: Min-Chie Jeng.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1991 JianHui Huang and Min-Chie Jeng.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Gary W. Ng and Min-Chie Jeng.
|
||||
|
|
@ -23,7 +9,6 @@ File: b3v2noi.c
|
|||
#include <math.h>
|
||||
#include "bsim3v2def.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/***********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.1 2000-04-27 20:03:59 pnenzi
|
||||
Initial revision
|
||||
|
||||
* Revision 3.2 1998/6/16 18:00:00 Weidong
|
||||
* BSIM3v3.2 release
|
||||
*
|
||||
*/
|
||||
static char rcsid[] = "$Id$";
|
||||
|
||||
/*************************************/
|
||||
|
||||
/**********
|
||||
Copyright 1990 Regents of the University of California. All rights reserved.
|
||||
Author: 1995 Min-Chie Jeng and Mansun Chan.
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
#include <math.h>
|
||||
#include "bsim4def.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "const.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "cswdefs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -134,14 +134,10 @@ SPICEdev *DEVices[] = {
|
|||
};
|
||||
|
||||
|
||||
/* my internal global constant for number of device types */
|
||||
int DEVmaxnum = sizeof(DEVices)/sizeof(SPICEdev *);
|
||||
|
||||
|
||||
int
|
||||
num_devices(void)
|
||||
{
|
||||
return DEVmaxnum;
|
||||
return sizeof(DEVices)/sizeof(SPICEdev *);
|
||||
}
|
||||
|
||||
IFdevice **
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "diodefs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "jfetdefs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ Modified to jfet2 for PS model definition ( Anthony E. Parker )
|
|||
#include <stdio.h>
|
||||
#include "jfet2defs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "mesdefs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "mos1defs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "mos2defs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "mos3defs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ Modified: Apr 2000 - Paolo Nenzi
|
|||
#include <stdio.h>
|
||||
#include "resdefs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ Author: 1987 Gary W. Ng
|
|||
#include <stdio.h>
|
||||
#include "swdefs.h"
|
||||
#include "cktdefs.h"
|
||||
#include "fteconst.h"
|
||||
#include "iferrmsg.h"
|
||||
#include "noisedef.h"
|
||||
#include "suffix.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue