From f19fbac0578e1a3ac2ccd6581a22a50f7702d75e Mon Sep 17 00:00:00 2001 From: rlar Date: Mon, 31 Jul 2017 18:27:16 +0200 Subject: [PATCH] copy adms.implicit.xml from the adms sources --- autogen.sh | 1 + .../devices/adms/admst/adms.implicit.xml | 799 ++++++++++++++++++ .../devices/adms/admst/ngspiceMakefile.am.xml | 3 + src/spicelib/devices/adms/bsim6/admsva/my.mak | 2 + .../devices/adms/bsimcmg/admsva/my.mak | 2 + 5 files changed, 807 insertions(+) create mode 100644 src/spicelib/devices/adms/admst/adms.implicit.xml diff --git a/autogen.sh b/autogen.sh index 02301d938..cdf8fe4e6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -208,6 +208,7 @@ $znew ( cd $ADMSDIR/$adms_dir $ADMSXML `ls admsva/*.va` -Iadmsva -xv -x \ + -e ../admst/adms.implicit.xml \ -e ../admst/ngspiceVersion.xml \ -e ../admst/ngspiceMakefile.am.xml ) diff --git a/src/spicelib/devices/adms/admst/adms.implicit.xml b/src/spicelib/devices/adms/admst/adms.implicit.xml new file mode 100644 index 000000000..6ca8b3634 --- /dev/null +++ b/src/spicelib/devices/adms/admst/adms.implicit.xml @@ -0,0 +1,799 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml b/src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml index 0de135130..99405e9f8 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml @@ -88,6 +88,7 @@ DISTCLEANFILES = Makefile.am \\ \%init.c \%init.h \%itf.h \%load.c \%mask.c \%mdel.c \%mpar.c \%par.c \\ \%pzld.c \%setup.c \%temp.c \%trunc.c \\ : \$(srcdir)/admsva/\%.va \\ + \$(ADMSXMLINTERFACE)/adms.implicit.xml \\ \$(ADMSXMLINTERFACE)/ngspiceVersion.xml \\ \$(ADMSXMLINTERFACE)/analogfunction.xml \\ \$(ADMSXMLINTERFACE)/ngspiceMODULEitf.h.xml \\ @@ -113,6 +114,8 @@ DISTCLEANFILES = Makefile.am \\ \$(ADMSXMLINTERFACE)/ngspiceMODULE.hxx.xml \\ \$(ADMSXMLINTERFACE)/ngspiceMODULE.c.xml \$(ADMSXML) -I\$(srcdir) -I\$(srcdir)/admsva \$< \\ + -x \\ + -e \$(ADMSXMLINTERFACE)/adms.implicit.xml \\ -e \$(ADMSXMLINTERFACE)/ngspiceVersion.xml \\ -e \$(ADMSXMLINTERFACE)/analogfunction.xml \\ -e \$(ADMSXMLINTERFACE)/ngspiceMODULEitf.h.xml \\ diff --git a/src/spicelib/devices/adms/bsim6/admsva/my.mak b/src/spicelib/devices/adms/bsim6/admsva/my.mak index 5cf42c488..7a0a292c1 100644 --- a/src/spicelib/devices/adms/bsim6/admsva/my.mak +++ b/src/spicelib/devices/adms/bsim6/admsva/my.mak @@ -9,6 +9,8 @@ bsim6acld.c bsim6.analogfunction.c bsim6ask.c bsim6.c bsim6del.c bsim6dest.c bsi to : $(SRCS:%.c=%.o) scripts = \ + -x \ + -e ../../admst/adms.implicit.xml \ -e ../../admst/ngspiceVersion.xml \ -e ../../admst/analogfunction.xml \ -e ../../admst/ngspiceMODULEitf.h.xml \ diff --git a/src/spicelib/devices/adms/bsimcmg/admsva/my.mak b/src/spicelib/devices/adms/bsimcmg/admsva/my.mak index 995dc8841..55fd09247 100644 --- a/src/spicelib/devices/adms/bsimcmg/admsva/my.mak +++ b/src/spicelib/devices/adms/bsimcmg/admsva/my.mak @@ -11,6 +11,8 @@ bsimcmgacld.c bsimcmg.analogfunction.c bsimcmgask.c bsimcmg.c bsimcmgdel.c bsimc to : $(SRCS:%.c=%.o) scripts = \ + -x \ + -e ../../admst/adms.implicit.xml \ -e ../../admst/ngspiceVersion.xml \ -e ../../admst/analogfunction.xml \ -e ../../admst/ngspiceMODULEitf.h.xml \