devices/bsim4v7, add to build infrastructure
This commit is contained in:
parent
58122ce47b
commit
010174ec2a
|
|
@ -1080,6 +1080,7 @@ AC_CONFIG_FILES([Makefile
|
|||
src/spicelib/devices/bsim4/Makefile
|
||||
src/spicelib/devices/bsim4v5/Makefile
|
||||
src/spicelib/devices/bsim4v6/Makefile
|
||||
src/spicelib/devices/bsim4v7/Makefile
|
||||
src/spicelib/devices/bsim3soi_pd/Makefile
|
||||
src/spicelib/devices/bsim3soi_fd/Makefile
|
||||
src/spicelib/devices/bsim3soi_dd/Makefile
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ DYNAMIC_DEVICELIBS = \
|
|||
spicelib/devices/bsim4/libbsim4.la \
|
||||
spicelib/devices/bsim4v5/libbsim4v5.la \
|
||||
spicelib/devices/bsim4v6/libbsim4v6.la \
|
||||
spicelib/devices/bsim4v7/libbsim4v7.la \
|
||||
spicelib/devices/cap/libcap.la \
|
||||
spicelib/devices/bsim3soi_pd/libbsim3soipd.la \
|
||||
spicelib/devices/bsim3soi_fd/libbsim3soifd.la \
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ SUBDIRS = \
|
|||
bsim4 \
|
||||
bsim4v5 \
|
||||
bsim4v6 \
|
||||
bsim4v7 \
|
||||
bsim3v0 \
|
||||
bsim3v1 \
|
||||
bsim3v32 \
|
||||
|
|
@ -69,6 +70,7 @@ DIST_SUBDIRS = \
|
|||
bsim4 \
|
||||
bsim4v5 \
|
||||
bsim4v6 \
|
||||
bsim4v7 \
|
||||
bsim3v0 \
|
||||
bsim3v1 \
|
||||
bsim3v32 \
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ int add_udn(int,Evt_Udn_Info_t **);
|
|||
#include "bsim4/bsim4itf.h"
|
||||
#include "bsim4v5/bsim4v5itf.h"
|
||||
#include "bsim4v6/bsim4v6itf.h"
|
||||
#include "bsim4v7/bsim4v7itf.h"
|
||||
#include "bsim3soi_pd/b3soipditf.h"
|
||||
#include "bsim3soi_fd/b3soifditf.h"
|
||||
#include "bsim3soi_dd/b3soidditf.h"
|
||||
|
|
@ -151,6 +152,7 @@ static SPICEdev *(*static_devices[])(void) = {
|
|||
get_bsim4_info,
|
||||
get_bsim4v5_info,
|
||||
get_bsim4v6_info,
|
||||
get_bsim4v7_info,
|
||||
get_b3soipd_info,
|
||||
get_b3soifd_info,
|
||||
get_b3soidd_info,
|
||||
|
|
@ -282,12 +284,12 @@ SPICEdev ** devices(void)
|
|||
/*not yet usable*/
|
||||
|
||||
#ifdef ADMS
|
||||
#define DEVICES_USED {"asrc", "bjt", "vbic", "bsim1", "bsim2", "bsim3", "bsim3v32", "bsim3v2", "bsim3v1", "bsim4", "bsim4v5", "bsim4v6", \
|
||||
#define DEVICES_USED {"asrc", "bjt", "vbic", "bsim1", "bsim2", "bsim3", "bsim3v32", "bsim3v2", "bsim3v1", "bsim4", "bsim4v5", "bsim4v6", "bsim4v7", \
|
||||
"bsim4soi", "bsim3soipd", "bsim3soifd", "bsim3soidd", "hisim2", "hisimhv1", \
|
||||
"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"}
|
||||
#else
|
||||
#define DEVICES_USED {"asrc", "bjt", "vbic", "bsim1", "bsim2", "bsim3", "bsim3v32", "bsim3v2", "bsim3v1", "bsim4", "bsim4v5", "bsim4v6", \
|
||||
#define DEVICES_USED {"asrc", "bjt", "vbic", "bsim1", "bsim2", "bsim3", "bsim3v32", "bsim3v2", "bsim3v1", "bsim4", "bsim4v5", "bsim4v6", "bsim4v7", \
|
||||
"bsim4soi", "bsim3soipd", "bsim3soifd", "bsim3soidd", "hisim2", "hisimhv1", \
|
||||
"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"}
|
||||
|
|
|
|||
|
|
@ -225,6 +225,7 @@ INP2M (CKTcircuit *ckt, INPtables * tab, card * current)
|
|||
&& thismodel->INPmodType != INPtypelook ("BSIM4")
|
||||
&& thismodel->INPmodType != INPtypelook ("BSIM4v5")
|
||||
&& thismodel->INPmodType != INPtypelook ("BSIM4v6")
|
||||
&& thismodel->INPmodType != INPtypelook ("BSIM4v7")
|
||||
&& thismodel->INPmodType != INPtypelook ("BSIM3v0")
|
||||
&& thismodel->INPmodType != INPtypelook ("BSIM3v1")
|
||||
&& thismodel->INPmodType != INPtypelook ("SOI3")
|
||||
|
|
|
|||
|
|
@ -310,7 +310,10 @@ char *INPdomodel(CKTcircuit *ckt, card * image, INPtables * tab)
|
|||
if (prefix("4.6", ver)) {
|
||||
type = INPtypelook("BSIM4v6");
|
||||
}
|
||||
if ( (strstr(ver, "default")) || (prefix("4.7", ver)) ) {
|
||||
if (prefix("4.7", ver)) {
|
||||
type = INPtypelook("BSIM4v7");
|
||||
}
|
||||
if ( (strstr(ver, "default")) || (prefix("4.8", ver)) ) {
|
||||
type = INPtypelook("BSIM4");
|
||||
}
|
||||
if (type < 0) {
|
||||
|
|
|
|||
|
|
@ -220,6 +220,7 @@ INPgetModBin( CKTcircuit* ckt, char* name, INPmodel** model, INPtables* tab, cha
|
|||
&& modtmp->INPmodType != INPtypelook ("BSIM4")
|
||||
&& modtmp->INPmodType != INPtypelook ("BSIM4v5")
|
||||
&& modtmp->INPmodType != INPtypelook ("BSIM4v6")
|
||||
&& modtmp->INPmodType != INPtypelook ("BSIM4v7")
|
||||
&& modtmp->INPmodType != INPtypelook ("HiSIM2")
|
||||
&& modtmp->INPmodType != INPtypelook ("HiSIMHV")
|
||||
) continue; /* We left the loop if the model is not in the list */
|
||||
|
|
|
|||
|
|
@ -596,6 +596,22 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\bsim4v6itf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7def.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7ext.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7init.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7itf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\cap\capdefs.h"
|
||||
>
|
||||
|
|
@ -3384,6 +3400,86 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\b4v6trunc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7acld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7ask.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7check.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7cvtest.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7del.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7dest.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7geo.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7getic.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7ld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mask.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mdel.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mpar.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7noi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7par.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7pzld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7soachk.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7temp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7trunc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\parser\backq.c"
|
||||
>
|
||||
|
|
@ -3548,6 +3644,10 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\bsim4v6init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\cap\cap.c"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1392,6 +1392,22 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\bsim4v6itf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7def.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7ext.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7init.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7itf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\cap\capdefs.h"
|
||||
>
|
||||
|
|
@ -4164,6 +4180,86 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\b4v6trunc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7acld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7ask.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7check.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7cvtest.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7del.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7dest.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7geo.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7getic.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7ld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mask.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mdel.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mpar.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7noi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7par.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7pzld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7soachk.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7temp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7trunc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\parser\backq.c"
|
||||
>
|
||||
|
|
@ -4328,6 +4424,10 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\bsim4v6init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\cap\cap.c"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -892,6 +892,10 @@
|
|||
<ClInclude Include="..\src\spicelib\devices\bsim4v6\bsim4v6ext.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v6\bsim4v6init.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v6\bsim4v6itf.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v7\bsim4v7def.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v7\bsim4v7ext.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v7\bsim4v7init.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v7\bsim4v7itf.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\cap\capdefs.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\cap\capext.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\cap\capinit.h" />
|
||||
|
|
@ -1586,6 +1590,26 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\bsim4v6\b4v6soachk.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v6\b4v6temp.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v6\b4v6trunc.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7acld.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7ask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7check.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7cvtest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7del.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7dest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7geo.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7getic.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7ld.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7mask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7mdel.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7mpar.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7noi.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7par.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7pzld.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7set.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7soachk.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7temp.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7trunc.c" />
|
||||
<ClCompile Include="..\src\frontend\parser\backq.c" />
|
||||
<ClCompile Include="..\src\ciderlib\input\bdryset.c" />
|
||||
<ClCompile Include="..\src\maths\misc\bernoull.c" />
|
||||
|
|
@ -1627,6 +1651,7 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\bsim4\bsim4init.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v5\bsim4v5init.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v6\bsim4v6init.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\bsim4v7init.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\cap.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capacld.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capask.c" />
|
||||
|
|
|
|||
|
|
@ -1423,6 +1423,22 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\bsim4v6itf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7def.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7ext.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7init.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7itf.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\cap\capdefs.h"
|
||||
>
|
||||
|
|
@ -4195,6 +4211,86 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\b4v6trunc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7acld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7ask.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7check.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7cvtest.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7del.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7dest.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7geo.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7getic.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7ld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mask.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mdel.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7mpar.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7noi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7par.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7pzld.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7set.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7soachk.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7temp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\b4v7trunc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\parser\backq.c"
|
||||
>
|
||||
|
|
@ -4359,6 +4455,10 @@
|
|||
RelativePath="..\src\spicelib\devices\bsim4v6\bsim4v6init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\bsim4v7\bsim4v7init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\devices\cap\cap.c"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -875,6 +875,10 @@
|
|||
<ClInclude Include="..\src\spicelib\devices\bsim4v6\bsim4v6ext.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v6\bsim4v6init.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v6\bsim4v6itf.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v7\bsim4v7def.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v7\bsim4v7ext.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v7\bsim4v7init.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\bsim4v7\bsim4v7itf.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\cap\capdefs.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\cap\capext.h" />
|
||||
<ClInclude Include="..\src\spicelib\devices\cap\capinit.h" />
|
||||
|
|
@ -1569,6 +1573,26 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\bsim4v6\b4v6soachk.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v6\b4v6temp.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v6\b4v6trunc.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7acld.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7ask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7check.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7cvtest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7del.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7dest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7geo.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7getic.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7ld.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7mask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7mdel.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7mpar.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7noi.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7par.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7pzld.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7set.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7soachk.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7temp.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\b4v7trunc.c" />
|
||||
<ClCompile Include="..\src\frontend\parser\backq.c" />
|
||||
<ClCompile Include="..\src\ciderlib\input\bdryset.c" />
|
||||
<ClCompile Include="..\src\maths\misc\bernoull.c" />
|
||||
|
|
@ -1610,6 +1634,7 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\bsim4\bsim4init.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v5\bsim4v5init.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v6\bsim4v6init.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\bsim4v7\bsim4v7init.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\cap.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capacld.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capask.c" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue