summaryrefslogtreecommitdiff
path: root/cad/gnucap/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-11-15 02:58:50 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-11-15 02:58:50 +0000
commit868355cf4d39fa6dfdafb0a0fe94593cc604aad1 (patch)
treebfb949be6409ca4211fde7fce2729db45d8916c2 /cad/gnucap/patches
parent8757a7a76aac4b4ac9648255c90e6473dc2a9acb (diff)
downloadpkgsrc-868355cf4d39fa6dfdafb0a0fe94593cc604aad1.tar.gz
initial import of GnuCap
GnuCap is a general purpose circuit simulator. GnuCap was formerly known as ACS. GnuCap performs nonlinear dc and transient analyses, fourier analysis, and ac analysis linearized at an operating point. It is fully interactive and command driven. It can also be run in batch mode or as a server. The output is produced as it simulates. Spice compatible models for the MOSFET (level 1-7) and diode are included in this release. Since it is fully interactive, it is possible to make changes and re-simulate quickly. The interactive design makes it well suited to the typical iterative design process used it optimizing a circuit design. Unlike Spice, the engine is designed to do true mixed-mode simulation. Most of the code is in place for future support of event driven analog simulation, and true multi-rate simulation. If you are tired of Spice and want a second opinion, you want to play with the circuit and want a simulator that is interactive, you want to study the source code and want something easier to follow than Spice, or you are a researcher working on modeling and want automated model generation tools to make your job easier, try GnuCap.
Diffstat (limited to 'cad/gnucap/patches')
-rw-r--r--cad/gnucap/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/gnucap/patches/patch-aa b/cad/gnucap/patches/patch-aa
new file mode 100644
index 00000000000..67ea5ac9553
--- /dev/null
+++ b/cad/gnucap/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/11/15 02:58:50 dmcmahill Exp $
+
+--- src/md.h.orig Sat Jun 30 03:20:53 2001
++++ src/md.h Thu Jul 5 06:40:14 2001
+@@ -46,5 +46,5 @@
+ };
+ /*--------------------------------------------------------------------------*/
+-#if defined(__unix__)
++#if defined(__unix__) || defined(UNIX)
+ /* usual but non-standard collection of includes */
+ #include <unistd.h> /* chdir, access, getcwd */