summaryrefslogtreecommitdiff
path: root/cad/verilog-current/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2006-01-25 12:11:00 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2006-01-25 12:11:00 +0000
commit7db586530d48bab2cc6afba8c2d8c147d905a353 (patch)
tree1ae7b6699db5016b040ed93b378c4e0cb120313d /cad/verilog-current/Makefile
parentf350bb883465caf1d7fdffb3e5e5ffcfdaa64d02 (diff)
downloadpkgsrc-7db586530d48bab2cc6afba8c2d8c147d905a353.tar.gz
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 (limited to 'cad/verilog-current/Makefile')
-rw-r--r--cad/verilog-current/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile
index d11cc15c710..5b26db0a817 100644
--- a/cad/verilog-current/Makefile
+++ b/cad/verilog-current/Makefile
@@ -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
HOMEPAGE= http://icarus.com/eda/verilog/index.html
@@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
CONFLICTS+= verilog-[0-9]*
-SNAPDATE= 20041004
+SNAPDATE= 20060124
GNU_CONFIGURE= yes
USE_TOOLS+= bison gmake lex
CONFIGURE_ARGS+= --without-ipal