summaryrefslogtreecommitdiff
path: root/cad/verilog/patches/patch-aa
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-08-04 01:20:43 +0000
committerdmcmahill <dmcmahill>2001-08-04 01:20:43 +0000
commitbd8168a58b59cfc8f1e41e9c8910aa36ffd3a13c (patch)
treefb7a953d710d8aa2d602e08e725f2c97f6431ec6 /cad/verilog/patches/patch-aa
parent2d464435b7876449b761f02c255d738d9b7cf355 (diff)
downloadpkgsrc-bd8168a58b59cfc8f1e41e9c8910aa36ffd3a13c.tar.gz
update to verilog-0.5
* The Big Change: VVP Past versions of Icarus Verilog performed simulation by compiling the Verilog design to intermediate C++ code, then in turn compiling that C++ (usually with G++) to a binary executable. This program was then executed to actually run the simulation. The 0.5 compiler, however, uses a custom internal language called "vvp." The vvp code generator writes a program in the vvp language that the vvp interpreter executes. This gets runtime performance similar to the older vvm method, but compile times are much faster. The result of this change is that there is a new program, ``vvp'', that is installed with the existing ``iverilog'' compiler. This program actually executes the simulation generated by the vvp code generator. There are manual pages for the iverilog command and the new vvp command, as well as a QUICK_START document to help you run your first simulation. * What Else Is New The compiler itself is now a lot more robust. While it still does not compile and understand the entire IEEE1364 standard, the compiler is less likely to crash on bad input, gives better error messages, and has generally been cleaned up.
Diffstat (limited to 'cad/verilog/patches/patch-aa')
-rw-r--r--cad/verilog/patches/patch-aa54
1 files changed, 0 insertions, 54 deletions
diff --git a/cad/verilog/patches/patch-aa b/cad/verilog/patches/patch-aa
deleted file mode 100644
index d762afcd46e..00000000000
--- a/cad/verilog/patches/patch-aa
+++ /dev/null
@@ -1,54 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2001/02/07 18:26:17 dmcmahill Exp $
-
---- tgt-null/null.c.orig Fri Dec 1 23:50:32 2000
-+++ tgt-null/null.c Sun Feb 4 12:41:40 2001
-@@ -25,5 +25,5 @@
- */
-
--# include <ivl_target.h>
-+# include "ivl_target.h"
-
-
---- tgt-pal/enables.c.orig Fri Dec 8 22:42:52 2000
-+++ tgt-pal/enables.c Sun Feb 4 12:41:50 2001
-@@ -20,3 +20,3 @@
-
--# include <ivl_target.h>
-+# include "ivl_target.h"
- # include <assert.h>
---- tgt-pal/fit_log.c.orig Thu Dec 14 18:37:47 2000
-+++ tgt-pal/fit_log.c Sun Feb 4 12:41:59 2001
-@@ -21,5 +21,5 @@
- #endif
-
--# include <ivl_target.h>
-+# include "ivl_target.h"
- # include <stdio.h>
- # include <stdlib.h>
---- tgt-pal/fit_reg.c.orig Sun Jan 14 19:05:39 2001
-+++ tgt-pal/fit_reg.c Sun Feb 4 12:42:08 2001
-@@ -21,5 +21,5 @@
- #endif
-
--# include <ivl_target.h>
-+# include "ivl_target.h"
- # include <stdio.h>
- # include <assert.h>
---- tgt-stub/stub.c.orig Sun Jan 14 19:47:02 2001
-+++ tgt-stub/stub.c Sun Feb 4 12:42:21 2001
-@@ -28,5 +28,5 @@
- */
-
--# include <ivl_target.h>
-+# include "ivl_target.h"
- # include <stdio.h>
-
---- tgt-verilog/verilog.c.orig Sun Jan 14 19:05:39 2001
-+++ tgt-verilog/verilog.c Wed Feb 7 10:48:53 2001
-@@ -27,5 +27,5 @@
- */
-
--# include <ivl_target.h>
-+# include "ivl_target.h"
- # include <stdio.h>
- # include <assert.h>