summaryrefslogtreecommitdiff
path: root/cad/gnetman/patches/patch-az
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-07-17 23:49:25 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-07-17 23:49:25 +0000
commit92a822c869ea4613f464c77956cd7786565ccdb3 (patch)
tree05d7397459d2dbbfd37be99ad720fccc6b8d221d /cad/gnetman/patches/patch-az
parent6db3a4c0cac18837eefeb0907d0dc42b81f9a4c4 (diff)
downloadpkgsrc-92a822c869ea4613f464c77956cd7786565ccdb3.tar.gz
import gnetman-20040507
gnetman is a program which currently supports advanced SPICE netlisting from gschem (part of the gEDA tool suite). The primary use so far has been for complex IC design. Supported features include multi-level hierarchy, instance arrays, and buses. If you're just doing flat designs for PC boards or smaller SPICE simulations, the usual path is to use the spice-sdb netlister for gnetlist instead. The long term goal of gnetman is far greater. Two projects under consideration include a schematic generator, and a technology mapping back-end for Icarus Verilog. Basically, gnetman is a netlist manipulation database well suited for low-level manipulation of netlists.
Diffstat (limited to 'cad/gnetman/patches/patch-az')
-rw-r--r--cad/gnetman/patches/patch-az22
1 files changed, 22 insertions, 0 deletions
diff --git a/cad/gnetman/patches/patch-az b/cad/gnetman/patches/patch-az
new file mode 100644
index 00000000000..7fcce03bb2a
--- /dev/null
+++ b/cad/gnetman/patches/patch-az
@@ -0,0 +1,22 @@
+$NetBSD: patch-az,v 1.1.1.1 2004/07/17 23:49:26 dmcmahill Exp $
+
+--- test/Makefile.am.orig Mon Jan 5 03:33:48 2004
++++ test/Makefile.am
+@@ -1,5 +1,16 @@
+ testdir = $(datadir)/gEDA/examples/gnetman
+
+-test_DATA=$(srcdir)/*.sch $(srcdir)/*.sym
++test_DATA= \
++ bustest.sch \
++ bustest.sym \
++ bustop.sch \
++ commatest.sch \
++ reg32.sch \
++ reg32.sym \
++ shifter.sch \
++ shifter.sym \
++ sim_test.sch \
++ spicecomp.sch \
++ spicetest.sch
+
+ EXTRA_DIST = $(test_DATA)