#include "spice.h"
#include <stdio.h>
#include <math.h>
#include "mosdefs.h"
#include "noisedef.h"
#include "fteconst.h"
#include "iferrmsg.h"
#include "util.h"
Go to the source code of this file.
Definition at line 40 of file mosnoi.c.
81 coxSquared = 3.9 * 8.854214871e-12 / 1
e-7;
86 coxSquared *= coxSquared;
117 coxSquared = 3.9 * 8.854214871e-12 / 1
e-7;
122 coxSquared *= coxSquared;
146 data->namelist = (
IFuid *)
148 (data->numPlots + 1)*sizeof(
IFuid));
154 &(data->namelist[data->numPlots++]),
155 (IFuid)NULL,name,UID_OTHER,(
GENERIC **)NULL);
171 coxSquared = 3.9 * 8.854214871e-12 / 1
e-7;
176 coxSquared *= coxSquared;
237 ((
NOISEAN*)ckt->CKTcurJob)->AC.fstart) {
263 if (((
NOISEAN*)ckt->CKTcurJob)->NStpsSm
288 if (mode == INT_NOIZ) {
291 if (((
NOISEAN*)ckt->CKTcurJob)->NStpsSm == 0)
297 coxSquared = 3.9 * 8.854214871e-12 / 1
e-7;
302 coxSquared *= coxSquared;
struct sMOSmodel * MOSnextModel
MOSinstance * MOSinstances
double MOSsourceConductance
double MOSnVar[NSTATVARS][MOSNSRCS]
static char * MOSnNames[MOSNSRCS]
struct sMOSinstance * MOSnextInstance
double MOSdrainConductance
Initial value:= {
".rd",
".rs",
".id",
".1overf",
""
}
Definition at line 27 of file mosnoi.c.