include bsim4*def.h (bsim4*geo.c files)
This commit is contained in:
parent
34e1037396
commit
a1b178c3f0
|
|
@ -1,3 +1,11 @@
|
|||
2010-10-09 Robert Larice
|
||||
* src/spicelib/devices/bsim4/b4geo.c ,
|
||||
* src/spicelib/devices/bsim4v2/b4v2geo.c ,
|
||||
* src/spicelib/devices/bsim4v3/b4v3geo.c ,
|
||||
* src/spicelib/devices/bsim4v4/b4v4geo.c ,
|
||||
* src/spicelib/devices/bsim4v5/b4v5geo.c :
|
||||
include bsim4*def.h (bsim4*geo.c files)
|
||||
|
||||
2010-10-09 Robert Larice
|
||||
* src/spicelib/devices/bsim4/b4set.c ,
|
||||
* src/spicelib/devices/bsim4/b4temp.c ,
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
**********/
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "bsim4def.h"
|
||||
|
||||
/*
|
||||
* WDLiu:
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
#include "ngspice.h"
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "bsim4v2def.h"
|
||||
|
||||
int
|
||||
BSIM4v2RdsEndIso(double, double, double, double, double, double, int, int, double *);
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
#include "ngspice.h"
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "bsim4v3def.h"
|
||||
|
||||
int
|
||||
BSIM4v3RdsEndIso(double, double, double, double, double, double, int, int, double *);
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
**********/
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "bsim4v4def.h"
|
||||
|
||||
/*
|
||||
* WDLiu:
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
**********/
|
||||
|
||||
#include "ngspice.h"
|
||||
#include "bsim4v5def.h"
|
||||
|
||||
/*
|
||||
* WDLiu:
|
||||
|
|
|
|||
Loading…
Reference in New Issue