compatibility issues
This commit is contained in:
parent
3bfd809af4
commit
83f7548b9b
7
NEWS
7
NEWS
|
|
@ -205,9 +205,6 @@ description of improvements follows (extracted form Alan's mail):
|
||||||
|
|
||||||
Output File Format Changes -
|
Output File Format Changes -
|
||||||
|
|
||||||
Rawfile format changed to PSPICE Probe format (Usable with
|
|
||||||
Demo version of Microsim's Probe).
|
|
||||||
|
|
||||||
(NOTE: Do not rely on this, we may revert to the old format
|
(NOTE: Do not rely on this, we may revert to the old format
|
||||||
in the next release).
|
in the next release).
|
||||||
|
|
||||||
|
|
@ -287,13 +284,13 @@ Transient Convergence Enhancements -
|
||||||
zero. This leads to a discontinuity of drain current with respect
|
zero. This leads to a discontinuity of drain current with respect
|
||||||
to gate voltage. The code is now modified to use Vbin for the jump
|
to gate voltage. The code is now modified to use Vbin for the jump
|
||||||
decision. It looks like the code should actually use Vth as the
|
decision. It looks like the code should actually use Vth as the
|
||||||
threshold voltage, but since PSPICE and HSPICE both follow the
|
threshold voltage, but since other SPICE simulators follow the
|
||||||
original Berkeley code, this was left alone.
|
original Berkeley code, this was left alone.
|
||||||
|
|
||||||
|
|
||||||
New Model Parameters -
|
New Model Parameters -
|
||||||
|
|
||||||
A PSPICE/HSPICE-like "M" device parameter (i.e. M devices in
|
A device multiplier instance parameter "M" (i.e. M devices in
|
||||||
parallel) was added to the MOS1,2,3 and BSIM3 mosfet models.
|
parallel) was added to the MOS1,2,3 and BSIM3 mosfet models.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
|
|
||||||
2000-01-16 Paolo Nenzi <p.nenzi@ieee.org>
|
2000-01-16 Paolo Nenzi <p.nenzi@ieee.org>
|
||||||
|
|
||||||
* inp2r.c: Modified resistor code. Added ac value (ala HSPICE),
|
* inp2r.c: Modified resistor code. Added instance parameter ac ,
|
||||||
from Serban Popescu contributed sources.
|
from Serban Popescu contributed sources.
|
||||||
|
|
||||||
2000-01-15 Paolo Nenzi <p.nenzi@ieee.org>
|
2000-01-15 Paolo Nenzi <p.nenzi@ieee.org>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue