Browse Source

remove CVS `Id' and `log' keyword incantations

rlar 14 years ago
parent
commit
0779816dbb
  1. 10
      ChangeLog
  2. 32
      src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml
  3. 2
      src/spicelib/devices/adms/admst/ngspiceMODULE.hxx.xml
  4. 32
      src/spicelib/devices/adms/admst/ngspiceMODULEacld.c.xml
  5. 36
      src/spicelib/devices/adms/admst/ngspiceMODULEask.c.xml
  6. 58
      src/spicelib/devices/adms/admst/ngspiceMODULEdefs.h.xml
  7. 22
      src/spicelib/devices/adms/admst/ngspiceMODULEdel.c.xml
  8. 22
      src/spicelib/devices/adms/admst/ngspiceMODULEdest.c.xml
  9. 27
      src/spicelib/devices/adms/admst/ngspiceMODULEext.h.xml
  10. 56
      src/spicelib/devices/adms/admst/ngspiceMODULEguesstopology.c.xml
  11. 40
      src/spicelib/devices/adms/admst/ngspiceMODULEinit.c.xml
  12. 27
      src/spicelib/devices/adms/admst/ngspiceMODULEinit.h.xml
  13. 27
      src/spicelib/devices/adms/admst/ngspiceMODULEitf.h.xml
  14. 46
      src/spicelib/devices/adms/admst/ngspiceMODULEload.c.xml
  15. 35
      src/spicelib/devices/adms/admst/ngspiceMODULEmask.c.xml
  16. 22
      src/spicelib/devices/adms/admst/ngspiceMODULEmdel.c.xml
  17. 33
      src/spicelib/devices/adms/admst/ngspiceMODULEmpar.c.xml
  18. 25
      src/spicelib/devices/adms/admst/ngspiceMODULEnoise.c.xml
  19. 36
      src/spicelib/devices/adms/admst/ngspiceMODULEpar.c.xml
  20. 26
      src/spicelib/devices/adms/admst/ngspiceMODULEpzld.c.xml
  21. 32
      src/spicelib/devices/adms/admst/ngspiceMODULEsetup.c.xml
  22. 36
      src/spicelib/devices/adms/admst/ngspiceMODULEtemp.c.xml
  23. 20
      src/spicelib/devices/adms/admst/ngspiceMODULEtrunc.c.xml
  24. 80
      src/spicelib/devices/adms/admst/ngspiceMakefile.am.xml
  25. 79
      src/spicelib/devices/adms/admst/ngspiceVersion.xml

10
ChangeLog

@ -1,3 +1,13 @@
2011-12-12 Robert Larice
* src/spicelib/devices/adms/admst/ngspiceMODULE*.xml :
remove CVS `Id' and `log' keyword incantations
I did use '-->' in a commit message,
which was injected into the source files due to
CVS keyword expansion.
Please use `cvs log' if you really want to know the CVS log
2011-12-11 Robert Larice 2011-12-11 Robert Larice
* src/spicelib/devices/adms/admst/ngspice.xml : * src/spicelib/devices/adms/admst/ngspice.xml :
#4/4 #include <ngspice/...> --> #include "ngspice/..." for adms3 #4/4 #include <ngspice/...> --> #include "ngspice/..." for adms3

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

@ -1,37 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.8 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.7 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.6 2011/07/23 07:57:07 dwarning
lower case substitution in xml module
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
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE admst SYSTEM "admst.dtd"> <!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.3.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">

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

@ -1,37 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.8 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.7 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
Revision 1.4 2006/02/21 10:27:10 r29173
removed printf statements used for debug purpose
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,41 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.9 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.8 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.7 2011/08/12 15:18:41 rlar
pull two -adms3 fixes into -adms
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
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,63 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.19 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.18 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
some cc needs double for isinf macro
Revision 1.14 2007/07/23 17:24:14 dwarning
unique limexp behaviour
Revision 1.13 2007/07/05 10:20:47 r29173
added declaration of noise variables
Revision 1.12 2007/05/11 07:19:57 r29173
added support to 'div' builtin function
Revision 1.11 2007/02/10 16:08:41 dwarning
unification for func and derivative
Revision 1.10 2006/03/07 10:12:12 r29173
replaced '<' by xml special sequence '&lt;'
Revision 1.9 2006/03/06 16:36:55 dwarning
Macros for exp() limiting added.
Revision 1.8 2006/03/06 12:50:52 r29173
added support to 'analog functions'
Revision 1.7 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.6 2006/03/03 08:39:31 r29173
add simparam definitions when possible
Revision 1.5 2006/03/02 08:51:08 r29173
added macro _scale (scaling factor) - always set to 1.0
Revision 1.4 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.3 2006/02/09 11:25:24 pnenzi
Latest update from Laurent and Dietmar: (empty instances)
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,27 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.5 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.4 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
Revision 1.1 2006/03/01 14:30:24 pnenzi
Added mdel, del and dest functions to interface.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,27 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.5 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.4 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
Revision 1.1 2006/03/01 14:30:24 pnenzi
Added mdel, del and dest functions to interface.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,32 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
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
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,61 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.17 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.16 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.15 2011/08/12 15:18:41 rlar
pull two -adms3 fixes into -adms
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
traverse blocks named 'noise' or 'initial_step' during guesstopology code creation
Revision 1.11 2007/05/04 14:48:09 r29173
fixed implementation of tempate 'fname' (created unvalid C code)
Revision 1.9 2007/04/26 13:04:34 r29173
added cases initializeModel, initiliazeInstance (block name used by psp102)
Revision 1.8 2007/04/24 12:26:36 r29173
add case 'blockvariable'
Revision 1.7 2006/03/06 12:51:29 r29173
added support to 'analog functions'
Revision 1.6 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.5 2006/03/03 08:41:41 r29173
add missing xml code (computation of $function)
Revision 1.4 2006/03/02 08:53:51 r29173
started implementing of functions $simparam(), $given(), analysis()
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,45 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.10 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.9 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.8 2011/08/20 17:27:13 rlar
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
Revision 1.5 2006/03/01 14:30:24 pnenzi
Added mdel, del and dest functions to interface.
Revision 1.4 2006/02/26 22:09:02 pnenzi
Added support for pole-zero analysis (experimental).
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,32 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
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
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,32 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
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
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,51 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.12 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.11 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.10 2011/08/12 15:18:41 rlar
pull two -adms3 fixes into -adms
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
One additional NL prevent problems in vbicload.c
Revision 1.6 2007/04/30 13:10:35 r29173
improved 'guesstopology'
fixed implementation of macro 'noise'
when building 'load' traverse block 'noise'
Revision 1.5 2007/04/26 13:04:34 r29173
added cases initializeModel, initiliazeInstance (block name used by psp102)
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,40 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.9 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.8 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.7 2011/08/12 15:18:41 rlar
pull two -adms3 fixes into -adms
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
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,27 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.5 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.4 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
Revision 1.1 2006/03/01 14:30:24 pnenzi
Added mdel, del and dest functions to interface.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,38 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.8 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.7 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,30 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.4 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.3 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
Updated version to 2.2.0
Revision 1.1 2006/03/01 14:30:24 pnenzi
Added mdel, del and dest functions to interface.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,41 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.9 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.8 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.7 2011/08/12 15:18:41 rlar
pull two -adms3 fixes into -adms
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
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,31 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.6 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.5 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.4 2011/08/12 15:18:41 rlar
pull two -adms3 fixes into -adms
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
Revision 1.1 2006/02/26 22:09:03 pnenzi
Added support for pole-zero analysis (experimental).
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,37 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.8 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.7 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,41 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.9 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.8 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
Revision 1.7 2011/08/12 15:18:41 rlar
pull two -adms3 fixes into -adms
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
Revision 1.4 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.3 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,25 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.4 2011-12-11 18:16:09 rlar
#3/4 #include <ngspice/...> --> #include "ngspice/..." for adms
Revision 1.3 2011/08/20 17:49:37 rlar
#6/7 use a subdirectory "ngspice" for includes to create a uniq namespace
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.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,85 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!--
$Id$
$Log$
Revision 1.24 2011-08-24 16:12:03 rlar
adms, fix an extra backslash
Revision 1.23 2011/08/12 19:30:56 rlar
adms, fix parallel execution when using make -j
Revision 1.22 2011/08/12 15:18:41 rlar
pull two -adms3 fixes into -adms
Revision 1.21 2011/07/23 07:57:07 dwarning
lower case substitution in xml module
Revision 1.20 2011/05/20 16:15:04 rlar
revert ngspiceMakfile.am.xml
Revision 1.17 2011-02-21 19:40:23 dwarning
better maintainer-clean
Revision 1.16 2011/01/25 17:33:37 rlar
small fixes to make some `Makefiles' ready for build in a separate directory
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
Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS
Revision 1.12 2008/08/19 08:48:26 r29173
add dependency $module.c: admsva/$module.va
Revision 1.11 2007/07/05 09:44:12 r29173
added new evaluate function (support of ddx operator used inside contribs)
Revision 1.10 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.9 2006/03/01 14:30:24 pnenzi
Added mdel, del and dest functions to interface.
Revision 1.8 2006/02/26 22:09:01 pnenzi
Added support for pole-zero analysis (experimental).
Revision 1.7 2006/02/21 18:32:04 pnenzi
Added cleanfile target to remove generated .c and .h and .c.bak
Revision 1.6 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.5 2006/02/20 09:07:14 dwarning
For make adms we don't need make an new Makefile. Is done by autogen.sh.
Revision 1.4 2006/02/16 09:17:40 dwarning
Add .bak to perl -i switch because some interpreter versions struggles about
Revision 1.3 2006/02/08 09:28:11 pnenzi
Changed admsXml.exe to admsXml
+8
Revision 1.2 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!-- <!--
Written by Laurent Lemaitre - r29173@users.sourceforge.net Written by Laurent Lemaitre - r29173@users.sourceforge.net
Documentation: Documentation:

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

@ -1,84 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- RCS Info -->
<!--
$Id$
-->
<!--
$Log$
Revision 1.23 2011-08-28 09:11:47 dwarning
psp102 module name change
Revision 1.22 2011/08/24 19:27:51 dwarning
mextram name change
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
Updated the code for ekv model.
Revision 1.18 2007/05/11 07:19:58 r29173
added support to 'div' builtin function
Revision 1.17 2007/05/02 14:56:49 r29173
changed required adms version to 2.2.6
Revision 1.16 2007/04/30 13:10:35 r29173
improved 'guesstopology'
fixed implementation of macro 'noise'
when building 'load' traverse block 'noise'
Revision 1.15 2007/04/26 13:04:34 r29173
added cases initializeModel, initiliazeInstance (block name used by psp102)
Revision 1.14 2007/04/24 12:28:15 r29173
add case 'blockvariable'
Revision 1.13 2007/04/24 08:59:09 r29173
added missing new lines (due to changes in adms225)
renamed pspva to psp102
Revision 1.12 2006/03/06 12:55:02 r29173
added support to 'analog functions'
Revision 1.11 2006/03/05 09:38:41 pnenzi
Updated version to 2.2.0
Revision 1.10 2006/03/02 09:04:38 r29173
started handling of adms elements 'case' and 'nilled'
Revision 1.9 2006/02/21 20:06:05 dwarning
Set pnp default to 0.
Revision 1.8 2006/02/21 08:05:18 dwarning
Introduction of alias names for modules to prevent cryptic naming.
Revision 1.7 2006/02/10 06:59:56 pnenzi
Added section for r and c elements (Laurent)
Revision 1.6 2006/02/09 11:25:24 pnenzi
Latest update from Laurent and Dietmar: (empty instances)
Revision 1.3 2006/02/02 17:56:31 pnenzi
Changed adms required version to 2.1.3 ,J
Revision 1.2 2006/02/02 14:26:50 pnenzi
Removed nmos and pmos from list of parameters. (Laurent)
Revision 1.1 2006/01/31 17:53:48 pnenzi
Initial import for admst (Verilog-AMS) translators for ngspice.
-->
<!DOCTYPE admst SYSTEM "admst.dtd"> <!DOCTYPE admst SYSTEM "admst.dtd">
<admst version="2.3.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">

Loading…
Cancel
Save