summaryrefslogtreecommitdiff
path: root/cad/verilog-current/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-10-22 02:52:17 +0000
committerdmcmahill <dmcmahill>2002-10-22 02:52:17 +0000
commitff5577bf69458aa4863eec7fbfbd79fd3bc034ce (patch)
tree1c1ddfff6ccc9ec4c53d9d70ee4b64452d20d19a /cad/verilog-current/Makefile
parent68da78f0a39db3ce0893a8ec76f55b1a54a5a48e (diff)
downloadpkgsrc-ff5577bf69458aa4863eec7fbfbd79fd3bc034ce.tar.gz
update to verilog-current-20021019
Release Notes for Icarus Verilog Snapshot 20021019 The synthesizer now detects asynchronous set/reset inputs to DFF devices. The fpga and vvp code generators have been updated to support these signals. The vvp code generator also gained some register management code that improves the thread register usage. This redoces code size for certain common cases, and thus improves simulation performance. The requirements on `ifdef and related compiler directives has been relaxed, to correspond to more common behavior. The parameter range support crashed if the range expressions had parameters in them. This is fixed, and some signed-ness bugs fixed along with it. Rearrange some of the configure script tests to assure better compatibility accross platforms.
Diffstat (limited to 'cad/verilog-current/Makefile')
-rw-r--r--cad/verilog-current/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/verilog-current/Makefile b/cad/verilog-current/Makefile
index 348daec56e7..7dd4c417fe5 100644
--- a/cad/verilog-current/Makefile
+++ b/cad/verilog-current/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2002/10/17 01:38:42 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.31 2002/10/22 02:52:17 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 @@ BUILD_DEPENDS+= gperf-2.7.2:../../devel/gperf
CONFLICTS+= verilog-[0-9]*
-SNAPDATE= 20020921
+SNAPDATE= 20021019
GNU_CONFIGURE= yes
USE_GMAKE= yes
#