hsm1temp.c
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· C语言 代码 · 共 36 行
C
36 行
/*********************************************************************** HiSIM (Hiroshima University STARC IGFET Model) Copyright (C) 2003 STARC VERSION : HiSIM 1.2.0 FILE : hsm1temp.c of HiSIM 1.2.0 April 9, 2003 : released by STARC Physical Design Group***********************************************************************/#include "ngspice.h"#include "smpdefs.h"#include "cktdefs.h"#include "hsm1def.h"#include "const.h"#include "sperror.h"#include "suffix.h"int HSM1temp(GENmodel *inModel, CKTcircuit *ckt){ /* "ckt->CKTtemp" dependence of HiSIM parameters is treated all in * HSM1evaluate102/112/120(). So there is no task in HSM1temp(). */ /* PN: * Hope the temp dependence treated in the evaluate function does * not break the parallel code. Parallel code structure here suggests: if (here->HSM1owner != ARCHme) continue; */ return(OK);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?