pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/verilog-current update to 20060124 snapshot.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d354ee0a62bc
branches:  trunk
changeset: 507037:d354ee0a62bc
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Jan 25 12:11:00 2006 +0000

description:
update to 20060124 snapshot.

A few new features have been added to allow proper simulation with
newer Xilinx UNISIM models. (They are starting to use Verilog 2001
features.) And also various bug fixes in this release.


-- Primitive and continuous assign delays can now be non-constant. This
   needed some new run-time support, so vvp had a slight format change,
   and certain new optimizations follow as a result.

-- Bug handling certain constant sub-expressions in concatenation
   expressions. Also, allow concat expressions in constant contexts.

-- Support for wide divide expressions.

-- Fixes for stubborn compilers.

-- Fix bugs in padding of signed expressions.

-- More fixes for following the data types of expressions.

diffstat:

 cad/verilog-current/Makefile |  6 +++---
 cad/verilog-current/PLIST    |  6 +-----
 cad/verilog-current/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 12 deletions(-)

diffs (66 lines):

diff -r eda1e844610a -r d354ee0a62bc cad/verilog-current/Makefile
--- a/cad/verilog-current/Makefile      Wed Jan 25 11:50:40 2006 +0000
+++ b/cad/verilog-current/Makefile      Wed Jan 25 12:11:00 2006 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.48 2005/05/22 20:28:47 jlam Exp $
+# $NetBSD: Makefile,v 1.49 2006/01/25 12:11:00 dmcmahill Exp $
 #
 
 DISTNAME=      verilog-${SNAPDATE}
 PKGNAME=       verilog-current-${SNAPDATE}
 CATEGORIES=    cad
-MASTER_SITES=  ftp://icarus.com/pub/eda/verilog/snapshots/pre-0.8/
+MASTER_SITES=  ftp://icarus.com/pub/eda/verilog/snapshots/
 
 MAINTAINER=    dmcmahill%NetBSD.org@localhost
 HOMEPAGE=      http://icarus.com/eda/verilog/index.html
@@ -14,7 +14,7 @@
 
 CONFLICTS+=    verilog-[0-9]*
 
-SNAPDATE=              20041004
+SNAPDATE=              20060124
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            bison gmake lex
 CONFIGURE_ARGS+=       --without-ipal
diff -r eda1e844610a -r d354ee0a62bc cad/verilog-current/PLIST
--- a/cad/verilog-current/PLIST Wed Jan 25 11:50:40 2006 +0000
+++ b/cad/verilog-current/PLIST Wed Jan 25 12:11:00 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/09/02 01:55:47 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/01/25 12:11:01 dmcmahill Exp $
 bin/iverilog
 bin/iverilog-vpi
 bin/vvp
@@ -10,9 +10,6 @@
 lib/libveriuser.a
 lib/libvpi.a
 lib/ivl/cadpli.vpl
-lib/ivl/fpga-s.conf
-lib/ivl/fpga.conf
-lib/ivl/fpga.tgt
 lib/ivl/ivl
 lib/ivl/ivlpp
 lib/ivl/null-s.conf
@@ -26,7 +23,6 @@
 lib/ivl/xnf-s.conf
 lib/ivl/xnf.conf
 man/man1/iverilog.1
-man/man1/iverilog-fpga.1
 man/man1/iverilog-vpi.1
 man/man1/vvp.1
 @dirrm lib/ivl
diff -r eda1e844610a -r d354ee0a62bc cad/verilog-current/distinfo
--- a/cad/verilog-current/distinfo      Wed Jan 25 11:50:40 2006 +0000
+++ b/cad/verilog-current/distinfo      Wed Jan 25 12:11:00 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2005/02/23 14:59:25 agc Exp $
+$NetBSD: distinfo,v 1.25 2006/01/25 12:11:01 dmcmahill Exp $
 
-SHA1 (verilog-20041004.tar.gz) = 820763bbf1f5e3f001f73e195d274be76b8ae0a4
-RMD160 (verilog-20041004.tar.gz) = a8cf81f67b86d930f055e276d41589cbef71c003
-Size (verilog-20041004.tar.gz) = 1371537 bytes
+SHA1 (verilog-20060124.tar.gz) = 4b3784aeb5b91c0672522cd420dd96e73bd4e33c
+RMD160 (verilog-20060124.tar.gz) = de536f3d9c811dbbeea36bb64007aa26355dddcb
+Size (verilog-20060124.tar.gz) = 1507887 bytes
 SHA1 (patch-ad) = ef3fe90fb096b96807b2e5766f3ac6849867352a



Home | Main Index | Thread Index | Old Index