⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bsim3v0init.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
#include <config.h>#include <devdefs.h>#include "bsim3v0itf.h"#include "bsim3v0ext.h"#include "bsim3v0init.h"SPICEdev B3v0info = {    {   "BSIM3v0",        "Berkeley Short Channel IGFET Model Version-3 (3.0)",        &BSIM3v0nSize,        &BSIM3v0nSize,        BSIM3v0names,        &BSIM3v0pTSize,        BSIM3v0pTable,        &BSIM3v0mPTSize,        BSIM3v0mPTable,	#ifdef XSPICE/*----  Fixed by SDB 5.2.2003 to enable XSPICE/tclspice integration  -----*/        NULL,  /* This is a SPICE device, it has no MIF info data */        0,     /* This is a SPICE device, it has no MIF info data */        NULL,  /* This is a SPICE device, it has no MIF info data */        0,     /* This is a SPICE device, it has no MIF info data */        NULL,  /* This is a SPICE device, it has no MIF info data */        0,     /* This is a SPICE device, it has no MIF info data */        NULL,  /* This is a SPICE device, it has no MIF info data *//*---------------------------  End of SDB fix   -------------------------*/#endif	        DEV_DEFAULT        },    DEVparam      : BSIM3v0param,    DEVmodParam   : BSIM3v0mParam,    DEVload       : BSIM3v0load,    DEVsetup      : BSIM3v0setup,      DEVunsetup    : BSIM3v0unsetup,    DEVpzSetup    : BSIM3v0setup,    DEVtemperature: BSIM3v0temp,    DEVtrunc      : BSIM3v0trunc,    DEVfindBranch : NULL,    DEVacLoad     : BSIM3v0acLoad,    DEVaccept     : NULL,    DEVdestroy    : BSIM3v0destroy,     DEVmodDelete  : BSIM3v0mDelete,    DEVdelete     : BSIM3v0delete,      DEVsetic      : BSIM3v0getic,    DEVask        : BSIM3v0ask,    DEVmodAsk     : BSIM3v0mAsk,     DEVpzLoad     : BSIM3v0pzLoad,        DEVconvTest   : BSIM3v0convTest,    DEVsenSetup   : NULL,    DEVsenLoad    : NULL,    DEVsenUpdate  : NULL,    DEVsenAcLoad  : NULL,    DEVsenPrint   : NULL,    DEVsenTrunc   : NULL,    DEVdisto      : NULL,            DEVnoise      : BSIM3v0noise,#ifdef CIDER    DEVdump       : NULL,    DEVacct       : NULL,#endif                        DEVinstSize   : &BSIM3v0iSize,    DEVmodSize    : &BSIM3v0mSize};SPICEdev *get_bsim3v0_info(void){     return &B3v0info; }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -