Add bsim6.va to build system
This commit is contained in:
parent
6ad8a801ba
commit
062763f911
|
|
@ -1026,13 +1026,15 @@ if test "x$enable_adms" = xyes ; then
|
|||
fi
|
||||
AC_DEFINE([ADMS], [1], [Support for Verilog-A models])
|
||||
|
||||
VLADEVDIR=" adms/ekv \
|
||||
VLADEVDIR=" adms/bsim6 \
|
||||
adms/ekv \
|
||||
adms/hicum0 \
|
||||
adms/hicum2 \
|
||||
adms/mextram \
|
||||
adms/psp102 "
|
||||
|
||||
# The makefiles for adms (to be added to AC_CONFIG_FILES by ./autogen.sh --adms)
|
||||
#VLAMKF src/spicelib/devices/adms/bsim6/Makefile
|
||||
#VLAMKF src/spicelib/devices/adms/ekv/Makefile
|
||||
#VLAMKF src/spicelib/devices/adms/hicum0/Makefile
|
||||
#VLAMKF src/spicelib/devices/adms/hicum2/Makefile
|
||||
|
|
@ -1041,7 +1043,8 @@ if test "x$enable_adms" = xyes ; then
|
|||
|
||||
NOTVLADEVDIR=""
|
||||
|
||||
VLADEV=" spicelib/devices/adms/ekv/libekv.la \
|
||||
VLADEV=" spicelib/devices/adms/bsim6/libbsim6.la \
|
||||
spicelib/devices/adms/ekv/libekv.la \
|
||||
spicelib/devices/adms/hicum0/libhicum0.la \
|
||||
spicelib/devices/adms/hicum2/libhicum2.la \
|
||||
spicelib/devices/adms/mextram/libbjt504t.la \
|
||||
|
|
|
|||
Loading…
Reference in New Issue