Browse Source

set version parameter to 2.3.0

pre-master-46
dwarning 15 years ago
parent
commit
649d73beaf
  1. 3
      ChangeLog
  2. 7
      src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml
  3. 2
      src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml
  4. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEacld.c.xml
  5. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEask.c.xml
  6. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml
  7. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEdel.c.xml
  8. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEdest.c.xml
  9. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEext.h.xml
  10. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml
  11. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEinit.c.xml
  12. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEinit.h.xml
  13. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEitf.h.xml
  14. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEload.c.xml
  15. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEmask.c.xml
  16. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEmdel.c.xml
  17. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEmpar.c.xml
  18. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEnoise.c.xml
  19. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEpar.c.xml
  20. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEpzld.c.xml
  21. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEsetup.c.xml
  22. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEtemp.c.xml
  23. 7
      src/spicelib/devices/adms/admst/ngspiceMODULEtrunc.c.xml
  24. 7
      src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml
  25. 7
      src/spicelib/devices/adms/admst/ngspiceVersion.xml

3
ChangeLog

@ -1,3 +1,6 @@
11-01-13 Dietmar Warning
* devices/adms/admst/*.xml: set version parameter to 2.3.0 to come in line with admsXml
11-01-12 Dietmar Warning
* devices/adms/admst/ngspiceMODULEdefs.h.xml: allow gmin stepping by using ckt->CKTdiagGmin

7
src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.4 2006-03-05 09:38:41 pnenzi
Revision 1.5 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
@ -41,7 +44,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">

2
src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.2" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:variable name="pprobe"/>
<admst:variable name="qprobe"/>

7
src/spicelib/devices/adms/admst/ngspiceMODULEacld.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2006-03-05 09:38:41 pnenzi
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
@ -44,7 +47,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEask.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2007-04-24 08:59:09 r29173
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2007/04/24 08:59:09 r29173
added missing new lines (due to changes in adms225)
renamed pspva to psp102
@ -45,7 +48,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">

7
src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.16 2011-01-12 20:06:59 dwarning
Revision 1.17 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.16 2011/01/12 20:06:59 dwarning
allow gmin stepping by using ckt->CKTdiagGmin
Revision 1.15 2009/01/01 20:48:48 dwarning
@ -70,7 +73,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEdel.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.2 2006-03-05 09:38:41 pnenzi
Revision 1.3 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.2 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
@ -34,7 +37,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEdest.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.2 2006-03-05 09:38:41 pnenzi
Revision 1.3 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.2 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
@ -34,7 +37,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEext.h.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2007-04-24 08:59:09 r29173
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2007/04/24 08:59:09 r29173
added missing new lines (due to changes in adms225)
renamed pspva to psp102
@ -45,7 +48,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">
<admst:value-of select="attribute[name='ngspicename']/value"/>
<admst:variable name="module" select="%s"/>

7
src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.13 2007-05-11 07:19:58 r29173
Revision 1.14 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.13 2007/05/11 07:19:58 r29173
added support to 'div' builtin function
Revision 1.12 2007/05/07 09:01:18 r29173
@ -65,7 +68,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.6" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<!-- expression//function: mapping verilog-name == C-name of function -->
<admst:template match="fname">

7
src/spicelib/devices/adms/admst/ngspiceMODULEinit.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.6 2006-03-05 09:38:41 pnenzi
Revision 1.7 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.6 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
@ -49,7 +52,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">
#include "config.h"

7
src/spicelib/devices/adms/admst/ngspiceMODULEinit.h.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2007-04-24 08:59:09 r29173
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2007/04/24 08:59:09 r29173
added missing new lines (due to changes in adms225)
renamed pspva to psp102
@ -45,7 +48,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">
<admst:value-of select="attribute[name='ngspicename']/value"/>
<admst:variable name="module" select="%s"/>

7
src/spicelib/devices/adms/admst/ngspiceMODULEitf.h.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2007-04-24 08:59:09 r29173
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2007/04/24 08:59:09 r29173
added missing new lines (due to changes in adms225)
renamed pspva to psp102
@ -45,7 +48,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">
<admst:value-of select="attribute[name='ngspicename']/value"/>
<admst:variable name="module" select="%s"/>

7
src/spicelib/devices/adms/admst/ngspiceMODULEload.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.8 2007-07-05 09:44:11 r29173
Revision 1.9 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.8 2007/07/05 09:44:11 r29173
added new evaluate function (support of ddx operator used inside contribs)
Revision 1.7 2007/05/05 21:11:46 dwarning
@ -55,7 +58,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEmask.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2008-01-06 17:45:33 dwarning
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2008/01/06 17:45:33 dwarning
add NL at the EOF
Revision 1.4 2006/03/05 09:38:41 pnenzi
@ -44,7 +47,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">

7
src/spicelib/devices/adms/admst/ngspiceMODULEmdel.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.2 2006-03-05 09:38:41 pnenzi
Revision 1.3 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.2 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
@ -34,7 +37,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEmpar.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2007-04-24 08:59:09 r29173
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2007/04/24 08:59:09 r29173
added missing new lines (due to changes in adms225)
renamed pspva to psp102
@ -45,7 +48,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">

7
src/spicelib/devices/adms/admst/ngspiceMODULEnoise.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.1 2007-07-05 09:45:33 r29173
Revision 1.2 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.1 2007/07/05 09:45:33 r29173
started noise implementation (added just a template!)
Revision 1.2 2006/03/05 09:38:41 pnenzi
@ -37,7 +40,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.7" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">
<admst:variable name="module" select="%(attribute[name='ngspicename']/value)"/>

7
src/spicelib/devices/adms/admst/ngspiceMODULEpar.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2007-04-24 08:59:09 r29173
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2007/04/24 08:59:09 r29173
added missing new lines (due to changes in adms225)
renamed pspva to psp102
@ -45,7 +48,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">
<admst:value-of select="attribute[name='ngspicename']/value"/>

7
src/spicelib/devices/adms/admst/ngspiceMODULEpzld.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.2 2006-03-05 09:38:41 pnenzi
Revision 1.3 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.2 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
@ -35,7 +38,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEsetup.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2006-03-06 12:50:15 r29173
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2006/03/06 12:50:15 r29173
added support to 'analog functions'
Revision 1.4 2006/03/05 09:38:41 pnenzi
@ -44,7 +47,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEtemp.c.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.5 2007-04-24 08:59:09 r29173
Revision 1.6 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.5 2007/04/24 08:59:09 r29173
added missing new lines (due to changes in adms225)
renamed pspva to psp102
@ -45,7 +48,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMODULEtrunc.c.xml

@ -4,7 +4,10 @@
<!--
$Id$
$Log$
Revision 1.1 2006-03-10 09:55:53 pnenzi
Revision 1.2 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.1 2006/03/10 09:55:53 pnenzi
Truncation error calculation.
@ -32,7 +35,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="dectype">
<admst:choose>

7
src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml

@ -3,7 +3,10 @@
<!--
$Id$
$Log$
Revision 1.14 2008-12-22 08:16:59 dwarning
Revision 1.15 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.14 2008/12/22 08:16:59 dwarning
switch to libtool
Revision 1.13 2008/08/24 17:12:59 pnenzi
@ -77,7 +80,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match="code">

7
src/spicelib/devices/adms/admst/ngspiceVersion.xml

@ -5,7 +5,10 @@
-->
<!--
$Log$
Revision 1.20 2007-07-05 10:20:48 r29173
Revision 1.21 2011-01-13 17:05:46 dwarning
set version parameter to 2.3.0
Revision 1.20 2007/07/05 10:20:48 r29173
added declaration of noise variables
Revision 1.19 2007/05/13 09:55:14 pnenzi
@ -71,7 +74,7 @@
-->
<!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.2.6" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst version="2.3.0" xmlns:admst="http://mot-adms.sourceforge.net/xml-files/admst">
<admst:template match=":new:jacobian">
<admst:value-of select="module"/>

Loading…
Cancel
Save