diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-06-06 22:50:07 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-06-06 22:50:07 +0000 |
commit | 3b02b881fca42ae43ef204f066595ffb2e6e939e (patch) | |
tree | 54c0274931bc76012e347c7cf2c1e870945d276f /cad/fasthenry/pkg | |
parent | 87597fc92cd40b065d4eb254d8cc554411bdaa99 (diff) | |
download | pkgsrc-3b02b881fca42ae43ef204f066595ffb2e6e939e.tar.gz |
Initial addition of a three-dimensional inductance extraction program.
Closes pr 5418 by Dan McMahill; heavy portlinting.
Diffstat (limited to 'cad/fasthenry/pkg')
-rw-r--r-- | cad/fasthenry/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cad/fasthenry/pkg/DESCR | 11 | ||||
-rw-r--r-- | cad/fasthenry/pkg/PLIST | 38 |
3 files changed, 50 insertions, 0 deletions
diff --git a/cad/fasthenry/pkg/COMMENT b/cad/fasthenry/pkg/COMMENT new file mode 100644 index 00000000000..d86dd22b96c --- /dev/null +++ b/cad/fasthenry/pkg/COMMENT @@ -0,0 +1 @@ +A three-dimensional inductance extraction program. diff --git a/cad/fasthenry/pkg/DESCR b/cad/fasthenry/pkg/DESCR new file mode 100644 index 00000000000..731f108dd89 --- /dev/null +++ b/cad/fasthenry/pkg/DESCR @@ -0,0 +1,11 @@ +FastHenry is a three-dimensional inductance extraction program. +FastHenry computes the frequency dependent self and mutual inductances +and resistances between conductors of complex shape. The algorithm +used in FastHenry is an acceleration of the mesh formulation approach. +The linear system resulting from the mesh formulation is solved using +a generalized minimal residual algorithm with a fast multipole +algorithm to efficiently compute the iterates. + + +FastHenry was written at MIT by the MIT RLE VLSI-CAD research +group (http://rle-vlsi.mit.edu/). diff --git a/cad/fasthenry/pkg/PLIST b/cad/fasthenry/pkg/PLIST new file mode 100644 index 00000000000..04e0195d443 --- /dev/null +++ b/cad/fasthenry/pkg/PLIST @@ -0,0 +1,38 @@ +@comment $NetBSD: PLIST,v 1.1 1998/06/06 22:50:08 frueauf Exp $ +bin/fasthenry +bin/zbuf +share/examples/fasthenry/30pin.inp +share/examples/fasthenry/3d_example2.inp +share/examples/fasthenry/3d_example2_coarse.inp +share/examples/fasthenry/Zc_3d_examp2.mat +share/examples/fasthenry/Zc_pin_con7.mat +share/examples/fasthenry/broken.inp +share/examples/fasthenry/gpexamp_copper.inp +share/examples/fasthenry/hole.inp +share/examples/fasthenry/holey_gp.inp +share/examples/fasthenry/make_nonuniform.c +share/examples/fasthenry/msm.inp +share/examples/fasthenry/nonuni01.inp +share/examples/fasthenry/onebargp.inp +share/examples/fasthenry/pin-con2seg.inp +share/examples/fasthenry/pin-con7.inp +share/examples/fasthenry/pin-connect.inp +share/examples/fasthenry/plane.in +share/examples/fasthenry/rom_check_con7_r20.ckt +share/examples/fasthenry/simple_gp.inp +share/examples/fasthenry/template.inp +share/examples/fasthenry/together.inp +share/examples/fasthenry/together_nonuni.inp +share/examples/fasthenry/trace.test.release +share/examples/fasthenry/trace_over_mesh_new.inp +share/examples/fasthenry/tree_sample.hier +share/examples/fasthenry/tree_sample.inp +share/examples/fasthenry/vias.inp +share/doc/fasthenry/README +share/doc/fasthenry/manual_001.ps +share/doc/fasthenry/manual_002.ps +share/doc/fasthenry/manual_003.ps +share/doc/fasthenry/nonuniform_manual_1.ps +share/doc/fasthenry/nonuniform_manual_2.ps +@dirrm share/examples/fasthenry +@dirrm share/doc/fasthenry |