pkgsrc/cad/gnetman/patches/patch-ax
dmcmahill 92a822c869 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.
2004-07-17 23:49:25 +00:00

18 lines
357 B
Text

$NetBSD: patch-ax,v 1.1.1.1 2004/07/17 23:49:26 dmcmahill Exp $
--- sch/Makefile.am.orig Wed Jan 21 15:25:50 2004
+++ sch/Makefile.am
@@ -1,5 +1,12 @@
schdir = $(datadir)/gEDA/sch/gnetman
-sch_DATA=$(srcdir)/*.sch
+sch_DATA= \
+ clkinv.sch \
+ dffr.sch \
+ inv.sch \
+ nand2.sch \
+ nand3.sch \
+ nor2.sch \
+ passtrans.sch
EXTRA_DIST = $(sch_DATA)