From 905afdef5a664cea9ecebee0467bba6450296136 Mon Sep 17 00:00:00 2001 From: dwarning Date: Sat, 28 May 2011 18:38:51 +0000 Subject: [PATCH] HiSIM1 to HiSIM2 --- DEVICES | 13 ++++++------- src/spicelib/parser/inpdomod.c | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/DEVICES b/DEVICES index af17bbf75..dac07ddf1 100644 --- a/DEVICES +++ b/DEVICES @@ -52,7 +52,7 @@ Table of contents 11.10 BSIM3 - BSIM model level 3 vers. 2 11.11 BSIM3 - BSIM model level 3 vers. 3 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 12. SOI 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 - 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 - Level: 64 - Dir: devices/hisim + Level: 61 + Dir: devices/hisim2 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) Web site: http://home.hiroshima-u.ac.jp/usdl/HiSIM.html Enhancements over the original model: - - Parallel Multiplier - NodesetFix 11.14 HiSIM_HV - Hiroshima-University STARC IGFET High Voltage Model diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 51f44ca55..6a07841de 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -416,9 +416,9 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab) err = INPmkTemp #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 - ("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 break; }