added missing new lines (due to changes in adms225)

renamed pspva to psp102
This commit is contained in:
r29173 2007-04-24 08:59:09 +00:00
parent c0458610e3
commit 22ef8823ce
8 changed files with 52 additions and 12 deletions

View File

@ -3,7 +3,11 @@
<!--
$Id$
$Log$
Revision 1.4 2006-03-05 09:38:41 pnenzi
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
@ -83,6 +87,7 @@ int $(module)ask(CKTcircuit *ckt, GENinstance *inst, int which, IFvalue *value,
}
return(-1);
}
</admst:template>
<admst:for-each select="/module">

View File

@ -3,7 +3,11 @@
<!--
$Id$
$Log$
Revision 1.4 2006-03-05 09:38:41 pnenzi
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
@ -74,6 +78,7 @@ extern int $(module)unsetup(GENmodel*,CKTcircuit*);
extern void $(module)destroy(GENmodel**);
#endif
</admst:template>

View File

@ -3,7 +3,11 @@
<!--
$Id$
$Log$
Revision 1.4 2006-03-05 09:38:41 pnenzi
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
@ -59,6 +63,7 @@ extern int $(module)iSize;
extern int $(module)mSize;
#endif
</admst:template>

View File

@ -3,7 +3,11 @@
<!--
$Id$
$Log$
Revision 1.4 2006-03-05 09:38:41 pnenzi
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
@ -52,6 +56,7 @@
extern SPICEdev *get_$(module)_info(void);
#endif
</admst:template>

View File

@ -3,7 +3,11 @@
<!--
$Id$
$Log$
Revision 1.4 2006-03-05 09:38:41 pnenzi
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
@ -85,6 +89,7 @@ int $(module)mParam(int param, IFvalue *value, GENmodel *inMod)
}
return(OK);
}
</admst:template>
<admst:for-each select="/module">

View File

@ -3,7 +3,11 @@
<!--
$Id$
$Log$
Revision 1.4 2006-03-05 09:38:41 pnenzi
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
@ -83,6 +87,7 @@ int $(module)par(int param, IFvalue *value, GENinstance *inst, IFvalue *select)
}
return(OK);
}
</admst:template>
<admst:for-each select="/module">

View File

@ -3,7 +3,11 @@
<!--
$Id$
$Log$
Revision 1.4 2006-03-05 09:38:41 pnenzi
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
@ -79,10 +83,12 @@ int $(module)temp(GENmodel *inModel, CKTcircuit *ckt)
register $(module)instance *here;
for ( ; model != NULL; model = model->$(module)nextModel )
{
<admst:apply-templates select="analog" match="analog:initial_model" required="yes"/>
/* loop through all the instances of the model */
for (here = model->$(module)instances; here != NULL ; here = here->$(module)nextInstance)
{
<admst:apply-templates select="analog" match="analog:initial_instance" required="yes"/>
} /* End of MOSFET Instance */
} /* End of Model Instance */

View File

@ -5,7 +5,11 @@
-->
<!--
$Log$
Revision 1.12 2006-03-06 12:55:02 r29173
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
@ -1794,7 +1798,7 @@
</admst:template>
<!-- variable:rhs -->
<admst:template match="variable" mode="rhs">
<admst:template match="variable">
<admst:value-of select="name"/>
<admst:if test="[parametertype='analogfunction']">
<admst:value-to select="/simulator/tmp" value="%s"/>
@ -1883,10 +1887,10 @@
<admst:value-to select="value" value="mextram"/>
</admst:new>
</admst:when>
<admst:when test="[name='pspva']">
<admst:when test="[name='psp102']">
<admst:new datatype="attribute" arguments="ngspicename">
<admst:push into="../attribute" select="." onduplicate="abort"/>
<admst:value-to select="value" value="psp"/>
<admst:value-to select="value" value="psp102"/>
</admst:new>
</admst:when>
<admst:otherwise>
@ -1994,7 +1998,7 @@
</admst:new>
</admst:if>
</admst:when>
<admst:when test="[name='pspva']">
<admst:when test="[name='psp102']">
<admst:if test="[nilled(variable[name='nmos'])]">
<admst:value-of select="analog"/>
<admst:value-of select="."/>