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

📄 bsim4init.c

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 C
字号:
#include "config.h"#include "devdefs.h"#include "bsim4itf.h"#include "bsim4ext.h"#include "bsim4init.h"SPICEdev BSIM4info = {    {        "BSIM4",        "Berkeley Short Channel IGFET Model-4",        &BSIM4nSize,        &BSIM4nSize,        BSIM4names,        &BSIM4pTSize,        BSIM4pTable,        &BSIM4mPTSize,        BSIM4mPTable,#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    },    BSIM4param,    /* DEVparam       */    BSIM4mParam,   /* DEVmodParam    */    BSIM4load,     /* DEVload        */    BSIM4setup,    /* DEVsetup       */    BSIM4unsetup,  /* DEVunsetup     */    BSIM4setup,    /* DEVpzSetup     */    BSIM4temp,     /* DEVtemperature */    BSIM4trunc,    /* DEVtrunc       */    NULL,          /* DEVfindBranch  */    BSIM4acLoad,   /* DEVacLoad      */    NULL,          /* DEVaccept      */    BSIM4destroy,  /* DEVdestroy     */    BSIM4mDelete,  /* DEVmodDelete   */    BSIM4delete,   /* DEVdelete      */    BSIM4getic,    /* DEVsetic       */    BSIM4ask,      /* DEVask         */    BSIM4mAsk,     /* DEVmodAsk      */    BSIM4pzLoad,   /* DEVpzLoad      */    BSIM4convTest, /* DEVconvTest    */    NULL,          /* DEVsenSetup    */    NULL,          /* DEVsenLoad     */    NULL,          /* DEVsenUpdate   */    NULL,          /* DEVsenAcLoad   */    NULL,          /* DEVsenPrint    */    NULL,          /* DEVsenTrunc    */    NULL,          /* DEVdisto       */    BSIM4noise,    /* DEVnoise       */#ifdef CIDER    NULL,          /* DEVdump        */    NULL,          /* DEVacct        */#endif    &BSIM4iSize,   /* DEVinstSize    */    &BSIM4mSize    /* DEVmodSize     */};SPICEdev *get_bsim4_info(void){    return &BSIM4info;}

⌨️ 快捷键说明

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