compatibility issues

This commit is contained in:
dwarning 2011-05-31 04:58:11 +00:00
parent 3bfd809af4
commit 83f7548b9b
2 changed files with 4 additions and 7 deletions

9
NEWS
View File

@ -205,9 +205,6 @@ description of improvements follows (extracted form Alan's mail):
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
in the next release).
@ -287,16 +284,16 @@ Transient Convergence Enhancements -
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
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.
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.
Input Read-in and Checking -
Numbers beginning with a + sign got the input routine confused.

View File

@ -75,7 +75,7 @@
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.
2000-01-15 Paolo Nenzi <p.nenzi@ieee.org>