diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-11-27 02:50:08 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-11-27 02:50:08 +0000 |
commit | ef4e3b32a61ae4deab050f32b082709b2bbcfec8 (patch) | |
tree | 16e6beb414d310100874b0f8a4a03df7459e9a1c /cad/verilog-current | |
parent | 760b89670a7c7870cb86af2626e3844d7953e2fe (diff) | |
download | pkgsrc-ef4e3b32a61ae4deab050f32b082709b2bbcfec8.tar.gz |
update to verilog-current 20041004.
Release Notes for Icarus Verilog Snapshot 20041004
Some minor Makefile bugs have been fixed, and source file text
formatting has in some cases been normalized for release. Also,
configure scripts have been factored for a more consistent build.
Fixed continuous assignments to carry strength when needed for correct
behavior. This bug led to subtly incorrect reset behavior, but could
have caused strength modeling errors in a variety of situations.
Fixed some <= vs >= behaviors to be consistent. The results of these
comparisons, when sized values are involved, are more standard now.
Diffstat (limited to 'cad/verilog-current')
-rw-r--r-- | cad/verilog-current/Makefile | 5 | ||||
-rw-r--r-- | cad/verilog-current/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile index 73824cf1d09..e900b7d50f0 100644 --- a/cad/verilog-current/Makefile +++ b/cad/verilog-current/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2004/10/03 00:13:13 tv Exp $ +# $NetBSD: Makefile,v 1.44 2004/11/27 02:50:08 dmcmahill Exp $ # DISTNAME= verilog-${SNAPDATE} PKGNAME= verilog-current-${SNAPDATE} -PKGREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/ @@ -18,7 +17,7 @@ CONFLICTS+= verilog-[0-9]* USE_BUILDLINK3= yes BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -SNAPDATE= 20040915 +SNAPDATE= 20041004 GNU_CONFIGURE= yes USE_GNU_TOOLS+= lex make CONFIGURE_ARGS+= --without-ipal diff --git a/cad/verilog-current/distinfo b/cad/verilog-current/distinfo index e17bc3a3559..9fcf93775f7 100644 --- a/cad/verilog-current/distinfo +++ b/cad/verilog-current/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2004/09/21 02:23:19 dmcmahill Exp $ +$NetBSD: distinfo,v 1.23 2004/11/27 02:50:09 dmcmahill Exp $ -SHA1 (verilog-20040915.tar.gz) = 44bf7d444fa2dac6b598d133c3e86557662679c4 -Size (verilog-20040915.tar.gz) = 1371319 bytes +SHA1 (verilog-20041004.tar.gz) = 820763bbf1f5e3f001f73e195d274be76b8ae0a4 +Size (verilog-20041004.tar.gz) = 1371537 bytes SHA1 (patch-ad) = ef3fe90fb096b96807b2e5766f3ac6849867352a |