7913918505
Tools for schematic capture, netlist creation, and analog and digital simulation (log), IC mask layout, extraction, and DRC (wol), simple chip compilation (wolcomp), MOSIS fabrication request generation (mosis), netlist comparison (netcmp), data plotting (view) and postscript graphics editing (until). These tools were used exclusively for the design and test of all the integrated circuits described in Carver Mead's book "Analog VLSI and Neural Systems". Until was used as the primary tool for figure creation for the book. The directory also contains an example of an analog VLSI chip that was designed and fabricated with these tools, and an example of an Actel field-programmable gate array design that was simulated and converted to Actel format with these tools (example). These tools were originally written for HP 200 Series ("Chipmunk") computers, and were later ported to Unix and the X Window System.
12 lines
487 B
Plaintext
12 lines
487 B
Plaintext
$OpenBSD: patch-psys_include_p2c_p2c_h,v 1.1.1.1 2003/10/25 18:33:27 pvalchev Exp $
|
|
--- psys/include/p2c/p2c.h.orig 2003-03-12 15:47:35.000000000 -0700
|
|
+++ psys/include/p2c/p2c.h 2003-10-25 11:12:13.000000000 -0600
|
|
@@ -336,6 +336,7 @@ extern Void P_sun_argv PP( (char *, int
|
|
#define EndOfFile 30
|
|
|
|
/* Creating temporary files */
|
|
+#define HAVE_TMPFILE
|
|
#if (defined(BSD) || defined(NO_TMPFILE)) && !defined(HAVE_TMPFILE)
|
|
# define tmpfile() (fopen(tmpnam(NULL), "w+"))
|
|
#endif
|