Browse Source

HiSIM1 to HiSIM2

dwarning 15 years ago
parent
commit
905afdef5a
  1. 13
      DEVICES
  2. 4
      src/spicelib/parser/inpdomod.c

13
DEVICES

@ -52,7 +52,7 @@ Table of contents
11.10 BSIM3 - BSIM model level 3 vers. 2 11.10 BSIM3 - BSIM model level 3 vers. 2
11.11 BSIM3 - BSIM model level 3 vers. 3 11.11 BSIM3 - BSIM model level 3 vers. 3
11.12 BSIM4 - BSIM model level 4 11.12 BSIM4 - BSIM model level 4
11.13 HiSIM - Hiroshima-University STARC IGFET Model
11.13 HiSIM2 - Hiroshima-University STARC IGFET Model
11.14 HiSIM_HV - Hiroshima-University STARC IGFET High Voltage Model 11.14 HiSIM_HV - Hiroshima-University STARC IGFET High Voltage Model
12. SOI devices 12. SOI devices
12.1 BSIM3SOI_FD - SOI model (fully depleted devices) 12.1 BSIM3SOI_FD - SOI model (fully depleted devices)
@ -686,21 +686,20 @@ will be updated every time the device specific code is altered or changed to ref
- Support for Multi-core processors using OpenMP - Support for Multi-core processors using OpenMP
11.13 HiSIM - Hiroshima-university STARC IGFET Model
11.13 HiSIM2 - Hiroshima-university STARC IGFET Model
Ver: 1.2.0
Ver: 2.5.1
Class: M Class: M
Level: 64
Dir: devices/hisim
Level: 61
Dir: devices/hisim2
Status: TO BE TESTED. Status: TO BE TESTED.
This is the HiSIM model available from Hiroshima University
This is the HiSIM2 model available from Hiroshima University
(Ultra-Small Device Engineering Laboratory) (Ultra-Small Device Engineering Laboratory)
Web site: http://home.hiroshima-u.ac.jp/usdl/HiSIM.html Web site: http://home.hiroshima-u.ac.jp/usdl/HiSIM.html
Enhancements over the original model: Enhancements over the original model:
- Parallel Multiplier
- NodesetFix - NodesetFix
11.14 HiSIM_HV - Hiroshima-University STARC IGFET High Voltage Model 11.14 HiSIM_HV - Hiroshima-University STARC IGFET High Voltage Model

4
src/spicelib/parser/inpdomod.c

@ -416,9 +416,9 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
err = err =
INPmkTemp INPmkTemp
#ifdef ADMS #ifdef ADMS
("Only MOS device levels 1-6,8-10,14,44,45,49,54-58,61,62,64 are supported in this binary\n");
("Only MOS device levels 1-6,8-10,14,44,45,49,54-58,60-62 are supported in this binary\n");
#else #else
("Only MOS device levels 1-6,8-10,14,49,54-58,61,62,64 are supported in this binary\n");
("Only MOS device levels 1-6,8-10,14,49,54-58,60-62 are supported in this binary\n");
#endif #endif
break; break;
} }

Loading…
Cancel
Save