add bsimcmg.va to build system
This commit is contained in:
parent
7979fa151c
commit
e967175f61
|
|
@ -1027,6 +1027,7 @@ if test "x$enable_adms" = xyes ; then
|
|||
AC_DEFINE([ADMS], [1], [Support for Verilog-A models])
|
||||
|
||||
VLADEVDIR=" adms/bsim6 \
|
||||
adms/bsimcmg \
|
||||
adms/ekv \
|
||||
adms/hicum0 \
|
||||
adms/hicum2 \
|
||||
|
|
@ -1035,6 +1036,7 @@ if test "x$enable_adms" = xyes ; then
|
|||
|
||||
# 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/bsimcmg/Makefile
|
||||
#VLAMKF src/spicelib/devices/adms/ekv/Makefile
|
||||
#VLAMKF src/spicelib/devices/adms/hicum0/Makefile
|
||||
#VLAMKF src/spicelib/devices/adms/hicum2/Makefile
|
||||
|
|
@ -1044,6 +1046,7 @@ if test "x$enable_adms" = xyes ; then
|
|||
NOTVLADEVDIR=""
|
||||
|
||||
VLADEV=" spicelib/devices/adms/bsim6/libbsim6.la \
|
||||
spicelib/devices/adms/bsimcmg/libbsimcmg.la \
|
||||
spicelib/devices/adms/ekv/libekv.la \
|
||||
spicelib/devices/adms/hicum0/libhicum0.la \
|
||||
spicelib/devices/adms/hicum2/libhicum2.la \
|
||||
|
|
|
|||
Loading…
Reference in New Issue