diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-21 23:18:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-02-21 23:18:44 +0000 |
commit | 3a47f502d07236db040fb406e78ff5f160c161de (patch) | |
tree | df1c53452bac6bc3b8c6b7e7ecb04019d0fb6b91 /cad | |
parent | d717373e5e440190d68d2e72a1b7272635203037 (diff) | |
download | pkgsrc-3a47f502d07236db040fb406e78ff5f160c161de.tar.gz |
Update to verilog-current-20070123
Release Note for Icarus Verilog Snapshot 20070123
Handling of arrays has been rewritten to allow support for net
arrays. This caused ivl_target API changes, as well as elaboration and
vvp run time changes. There may be bits of the old method lingering in
the source code.
Improve support for constant power (**) expressions, and other
constant exppressions that are passed to functions/tasks.
Improve elaboration of for-loop increment expressions. There were some
bugs there that are not fixed.
Fix argument width calculations for shift operations.
Constant ector expressions can have real constants. Handle this at run
time where needed.
Fix some bad lookaside optimizations for assignments to l-value part
selects.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/verilog-current/Makefile | 4 | ||||
-rw-r--r-- | cad/verilog-current/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index e13bb742af8..11ff95ba4d7 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2006/10/10 00:19:49 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.54 2007/02/21 23:18:44 dmcmahill Exp $ # DISTNAME= verilog-${SNAPDATE} @@ -17,7 +17,7 @@ CONFLICTS+= verilog-[0-9]* GCC_REQD+= 3.0 USE_LANGUAGES= c c++ -SNAPDATE= 20061009 +SNAPDATE= 20070123 GNU_CONFIGURE= yes USE_TOOLS+= bison gmake lex CONFIGURE_ARGS+= --without-ipal diff --git a/cad/verilog-current/distinfo b/cad/verilog-current/distinfo index 2088aebdec5..e32bc6870e6 100644 --- a/cad/verilog-current/distinfo +++ b/cad/verilog-current/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2006/10/10 00:19:49 dmcmahill Exp $ +$NetBSD: distinfo,v 1.28 2007/02/21 23:18:44 dmcmahill Exp $ -SHA1 (verilog-20061009.tar.gz) = 0dbb5385d7e332eadcaeb589ea1d2d31980eb237 -RMD160 (verilog-20061009.tar.gz) = de4501f311b09b89b649570cfcb6b95603f22cc4 -Size (verilog-20061009.tar.gz) = 1604430 bytes +SHA1 (verilog-20070123.tar.gz) = 6b737279fe876e039322a6c31457372073366ec1 +RMD160 (verilog-20070123.tar.gz) = 351ef57933d03064666f0b209448e76bb943c5fa +Size (verilog-20070123.tar.gz) = 1577268 bytes SHA1 (patch-ad) = 9492af75153405c49076f2dcd11d2dc338640514 |