change model name from hisimhv to hisimhv1

This commit is contained in:
dwarning 2012-11-25 17:52:58 +01:00 committed by rlar
parent 67aaf6a26e
commit c1705e32ae
7 changed files with 41 additions and 41 deletions

View File

@ -1036,7 +1036,7 @@ AC_CONFIG_FILES([Makefile
src/spicelib/devices/hfet1/Makefile src/spicelib/devices/hfet1/Makefile
src/spicelib/devices/hfet2/Makefile src/spicelib/devices/hfet2/Makefile
src/spicelib/devices/hisim2/Makefile src/spicelib/devices/hisim2/Makefile
src/spicelib/devices/hisimhv/Makefile src/spicelib/devices/hisimhv1/Makefile
src/spicelib/devices/jfet/Makefile src/spicelib/devices/jfet/Makefile
src/spicelib/devices/jfet2/Makefile src/spicelib/devices/jfet2/Makefile
src/spicelib/devices/ltra/Makefile src/spicelib/devices/ltra/Makefile
@ -1112,7 +1112,7 @@ AC_CONFIG_FILES([Makefile
tests/general/Makefile tests/general/Makefile
tests/hfet/Makefile tests/hfet/Makefile
tests/hisim/Makefile tests/hisim/Makefile
tests/hisimhv/Makefile tests/hisimhv1/Makefile
tests/jfet/Makefile tests/jfet/Makefile
tests/mes/Makefile tests/mes/Makefile
tests/mesa/Makefile tests/mesa/Makefile

View File

@ -64,7 +64,7 @@ DYNAMIC_DEVICELIBS = \
spicelib/devices/hfet1/libhfet.la \ spicelib/devices/hfet1/libhfet.la \
spicelib/devices/hfet2/libhfet2.la \ spicelib/devices/hfet2/libhfet2.la \
spicelib/devices/hisim2/libhisim2.la \ spicelib/devices/hisim2/libhisim2.la \
spicelib/devices/hisimhv/libhisimhv.la \ spicelib/devices/hisimhv1/libhisimhv1.la \
spicelib/devices/jfet/libjfet.la \ spicelib/devices/jfet/libjfet.la \
spicelib/devices/jfet2/libjfet2.la \ spicelib/devices/jfet2/libjfet2.la \
spicelib/devices/ltra/libltra.la \ spicelib/devices/ltra/libltra.la \

View File

@ -28,7 +28,7 @@ SUBDIRS = \
hfet1 \ hfet1 \
hfet2 \ hfet2 \
hisim2 \ hisim2 \
hisimhv \ hisimhv1 \
jfet \ jfet \
jfet2 \ jfet2 \
ltra \ ltra \
@ -88,7 +88,7 @@ DIST_SUBDIRS = \
hfet1 \ hfet1 \
hfet2 \ hfet2 \
hisim2 \ hisim2 \
hisimhv \ hisimhv1 \
jfet \ jfet \
jfet2 \ jfet2 \
ltra \ ltra \

View File

@ -97,7 +97,7 @@ int add_udn(int,Evt_Udn_Info_t **);
#include "hfet1/hfetitf.h" #include "hfet1/hfetitf.h"
#include "hfet2/hfet2itf.h" #include "hfet2/hfet2itf.h"
#include "hisim2/hsm2itf.h" #include "hisim2/hsm2itf.h"
#include "hisimhv/hsmhvitf.h" #include "hisimhv1/hsmhvitf.h"
#include "ind/inditf.h" #include "ind/inditf.h"
#include "isrc/isrcitf.h" #include "isrc/isrcitf.h"
#include "jfet/jfetitf.h" #include "jfet/jfetitf.h"
@ -302,12 +302,12 @@ SPICEdev ** devices(void)
#ifdef ADMS #ifdef ADMS
#define DEVICES_USED {"asrc", "bjt", "vbic", "bsim1", "bsim2", "bsim3", "bsim3v32", "bsim3v2", "bsim3v1", "bsim4", "bsim4v4", "bsim4v5", "bsim4v6", \ #define DEVICES_USED {"asrc", "bjt", "vbic", "bsim1", "bsim2", "bsim3", "bsim3v32", "bsim3v2", "bsim3v1", "bsim4", "bsim4v4", "bsim4v5", "bsim4v6", \
"bsim4soi", "bsim3soipd", "bsim3soifd", "bsim3soidd", "hisim2", "hisimhv", \ "bsim4soi", "bsim3soipd", "bsim3soifd", "bsim3soidd", "hisim2", "hisimhv1", \
"cap", "cccs", "ccvs", "csw", "dio", "hfet", "hfet2", "ind", "isrc", "jfet", "ltra", "mes", "mesa" ,"mos1", "mos2", "mos3", \ "cap", "cccs", "ccvs", "csw", "dio", "hfet", "hfet2", "ind", "isrc", "jfet", "ltra", "mes", "mesa" ,"mos1", "mos2", "mos3", \
"mos6", "mos9", "res", "soi3", "sw", "tra", "urc", "vccs", "vcvs", "vsrc", "hicum0", "hicum2", "bjt504t", "ekv", "psp102"} "mos6", "mos9", "res", "soi3", "sw", "tra", "urc", "vccs", "vcvs", "vsrc", "hicum0", "hicum2", "bjt504t", "ekv", "psp102"}
#else #else
#define DEVICES_USED {"asrc", "bjt", "vbic", "bsim1", "bsim2", "bsim3", "bsim3v32", "bsim3v2", "bsim3v1", "bsim4", "bsim4v4", "bsim4v5", "bsim4v6", \ #define DEVICES_USED {"asrc", "bjt", "vbic", "bsim1", "bsim2", "bsim3", "bsim3v32", "bsim3v2", "bsim3v1", "bsim4", "bsim4v4", "bsim4v5", "bsim4v6", \
"bsim4soi", "bsim3soipd", "bsim3soifd", "bsim3soidd", "hisim2", "hisimhv", \ "bsim4soi", "bsim3soipd", "bsim3soifd", "bsim3soidd", "hisim2", "hisimhv1", \
"cap", "cccs", "ccvs", "csw", "dio", "hfet", "hfet2", "ind", "isrc", "jfet", "ltra", "mes", "mesa" ,"mos1", "mos2", "mos3", \ "cap", "cccs", "ccvs", "csw", "dio", "hfet", "hfet2", "ind", "isrc", "jfet", "ltra", "mes", "mesa" ,"mos1", "mos2", "mos3", \
"mos6", "mos9", "res", "soi3", "sw", "tra", "urc", "vccs", "vcvs", "vsrc"} "mos6", "mos9", "res", "soi3", "sw", "tra", "urc", "vccs", "vcvs", "vsrc"}
#endif #endif

View File

@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = libhisimhv.la noinst_LTLIBRARIES = libhisimhv1.la
libhisimhv_la_SOURCES = hisimhv.h \ libhisimhv1_la_SOURCES = hisimhv.h \
hsmhv.c \ hsmhv.c \
hsmhvacld.c \ hsmhvacld.c \
hsmhvask.c \ hsmhvask.c \

View File

@ -5,7 +5,7 @@ SUBDIRS = \
bsim4 \ bsim4 \
bsimsoi \ bsimsoi \
hisim \ hisim \
hisimhv hisimhv1
if XSPICE_WANTED if XSPICE_WANTED
SUBDIRS += xspice SUBDIRS += xspice
@ -25,7 +25,7 @@ DIST_SUBDIRS = \
general \ general \
hfet \ hfet \
hisim \ hisim \
hisimhv \ hisimhv1 \
jfet \ jfet \
mes \ mes \
mesa \ mesa \

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9,00" Version="9,00"
@ -2053,7 +2053,7 @@
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hisimhv.h" RelativePath="..\src\spicelib\devices\hisimhv1\hisimhv.h"
> >
</File> </File>
<File <File
@ -2085,35 +2085,35 @@
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvdef.h" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvdef.h"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhveval_qover.h" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhveval_qover.h"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvevalenv.h" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvevalenv.h"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvext.h" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvext.h"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvinit.h" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvinit.h"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvitf.h" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvitf.h"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvld_info_eval.h" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvld_info_eval.h"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvtemp_eval.h" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvtemp_eval.h"
> >
</File> </File>
<File <File
@ -5877,79 +5877,79 @@
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhv.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhv.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvacld.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvacld.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvask.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvask.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvcvtest.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvcvtest.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvdel.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvdel.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvdest.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvdest.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhveval.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhveval.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvgetic.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvgetic.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvinit.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvinit.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvld.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvld.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvmask.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvmask.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvmdel.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvmdel.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvmpar.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvmpar.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvnoi.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvnoi.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvpar.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvpar.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvpzld.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvpzld.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvset.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvset.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvtemp.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvtemp.c"
> >
</File> </File>
<File <File
RelativePath="..\src\spicelib\devices\hisimhv\hsmhvtrunc.c" RelativePath="..\src\spicelib\devices\hisimhv1\hsmhvtrunc.c"
> >
</File> </File>
<File <File