diff options
author | dmcmahill <dmcmahill> | 2000-11-22 21:15:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-11-22 21:15:13 +0000 |
commit | 997a63bd98c97836efb5b5261424b1cd29a2f0cd (patch) | |
tree | 84ca8d94ba29fdc5ed8c4e09c5caf2454c3b9c73 /cad | |
parent | f2ada944b227a7539d1944336b28e151e7412afa (diff) | |
download | pkgsrc-997a63bd98c97836efb5b5261424b1cd29a2f0cd.tar.gz |
update to acs-0.28
from the history file:
----------------------
New features:
1. New probes: diode G, mos IBD, IBS, GBD, GBS.
2. New options: "floor" and "vfloor". (Floor was in the manual, but
not in the simulator.)
Improvements, bug fixes, etc.
1. There is a change to the way behavioral modeling conditionals are
handled. It should now be 100% compatible with SPICE, considering the
subset that duplicates SPICE. There are still significant extensions
beyond SPICE, particularly that you can have behavioral resistors,
capacitors, inductors, etc.
2. Parameter default calculations are now done in a manner consistent
with Spice 3f5. Previously, it was supposedly consistent with Spice
2g6.
3. A bug in calculation of threshold voltage of the level 6 model, for
P channel devices, has been fixed.
4. A bug in calculation of Meyer capacitances when the device is
reversed has been fixed. This bug sometimes caused a discontinuity at
vds=0.
5. I have added some smoothing to the Meyer mos capacitor models.
This improves convergence. The down side is that sometimes the
answers are different. It is probably a little better, when
considering closeness to reality, but it is still Meyer's model.
6. MOSFET parasitic diodes are now the same as those used in Spice.
7. There are subtle changes in the diode model. I think this usually
improves convergence.
8. Charge calculation in Meyer capacitors and diode capacitiors is now
supposedly Spice 3 compatible.
9. An error in BSIM3 scaling has been fixed.
Some things that are still partially implemented:
1. Internal element: non-quasi-static poly-capacitor.
2. BSIM models, charge effects.
Bugs (nothing new, but needs repeating):
1. The transmission line initial conditions are not propagated until
the transient analysis runs.
2. The makefile does not set up the proper link for the model
compiler. You need to do it manually.
3. A bad setting of "vmax" and "vmin" can lead to convergence to a
nonsense result. It is not as bad now as it used to be.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/acs/Makefile | 4 | ||||
-rw-r--r-- | cad/acs/files/md5 | 4 | ||||
-rw-r--r-- | cad/acs/pkg/PLIST | 11 |
3 files changed, 14 insertions, 5 deletions
diff --git a/cad/acs/Makefile b/cad/acs/Makefile index ea93c645aa7..8aaabb83fd4 100644 --- a/cad/acs/Makefile +++ b/cad/acs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/08/16 22:02:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2000/11/22 21:15:13 dmcmahill Exp $ # -DISTNAME= acs-0.27 +DISTNAME= acs-0.28 CATEGORIES= cad MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ diff --git a/cad/acs/files/md5 b/cad/acs/files/md5 index 82c92fecf8c..b28a4ff216a 100644 --- a/cad/acs/files/md5 +++ b/cad/acs/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/08/16 22:02:46 dmcmahill Exp $ +$NetBSD: md5,v 1.4 2000/11/22 21:15:13 dmcmahill Exp $ -MD5 (acs-0.27.tar.gz) = 7238f4c069bd06bb223119991086648e +MD5 (acs-0.28.tar.gz) = 83c7d2bfa160f0afebc1cd9d0cacf81b diff --git a/cad/acs/pkg/PLIST b/cad/acs/pkg/PLIST index fa943f5d92c..da78ff78e51 100644 --- a/cad/acs/pkg/PLIST +++ b/cad/acs/pkg/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2000/08/16 22:02:48 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/11/22 21:15:13 dmcmahill Exp $ bin/acs share/doc/acs/acs-tutorial +share/doc/acs/contents.gif share/doc/acs/images.aux share/doc/acs/images.idx share/doc/acs/images.log @@ -65,6 +66,8 @@ share/doc/acs/labels.pl share/doc/acs/man.css share/doc/acs/man.html share/doc/acs/man.pdf +share/doc/acs/next.gif +share/doc/acs/next_g.gif share/doc/acs/node1.html share/doc/acs/node10.html share/doc/acs/node100.html @@ -170,7 +173,12 @@ share/doc/acs/node96.html share/doc/acs/node97.html share/doc/acs/node98.html share/doc/acs/node99.html +share/doc/acs/prev.gif +share/doc/acs/prev_g.gif +share/doc/acs/up.gif +share/doc/acs/up_g.gif share/doc/acs/whatisit +share/examples/acs/README share/examples/acs/eq.doc share/examples/acs/eq2-145.ckt share/examples/acs/eq2-289.ckt @@ -180,6 +188,7 @@ share/examples/acs/eq4-2305.ckt share/examples/acs/eq4-4609.ckt share/examples/acs/eq4-6913.ckt share/examples/acs/eq4-9217.ckt +share/examples/acs/eq4-9217.tran.ckt share/examples/acs/eqboost.ckt share/examples/acs/eqflat.ckt share/examples/acs/eqmodify.ckt |