From 83f7548b9b4f7dbd88b39af87e452abe1bd31b80 Mon Sep 17 00:00:00 2001 From: dwarning Date: Tue, 31 May 2011 04:58:11 +0000 Subject: [PATCH] compatibility issues --- NEWS | 9 +++------ src/spicelib/parser/ChangeLog | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index efac21561..637750901 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/src/spicelib/parser/ChangeLog b/src/spicelib/parser/ChangeLog index 61e2adfce..998d78688 100644 --- a/src/spicelib/parser/ChangeLog +++ b/src/spicelib/parser/ChangeLog @@ -75,7 +75,7 @@ 2000-01-16 Paolo Nenzi - * 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