92a822c869
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.
10 lines
275 B
Text
10 lines
275 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
|
|
|
|
--- Makefile.am.orig Fri May 7 12:46:47 2004
|
|
+++ Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-AM_CFLAGS=-Wall -W -Wno-unused-parameter -Wno-unused-function -DDDR_DEBUG
|
|
+AM_CFLAGS=-DDDR_DEBUG
|
|
|
|
SUBDIRS=src doc sym sch test
|
|
|