diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-17 08:26:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-17 08:26:42 +0000 |
commit | bb01be3ddb9acece444c80066b665cbfa24df3d5 (patch) | |
tree | 6726c1499a0ef59536b2654123a9eb240c172f27 /cad/iverilog | |
parent | 148e621cf93c5996d66f69a43ed8e95e985439ff (diff) | |
download | ports-bb01be3ddb9acece444c80066b665cbfa24df3d5.tar.gz ports-bb01be3ddb9acece444c80066b665cbfa24df3d5.zip |
Maintainer update to snapshot version. In addition to fixing the port
for gcc3.3, 10 months of updates are included:
- Rework expression parsing and elaboration to accomodate real/realtime
values and expressions.
- Calculate delay statement delays using elaborated expressions instead
of pre-elaborated expression trees.
- Implement the wait statement behaviorally instead of as nets.
- Support event names as expression elements.
- Fix configuration errors, spelling errors, clarification of certain
objects.
See internal revision logs in each file for more elaboration.
Notes
Notes:
svn path=/head/; revision=91497
Diffstat (limited to 'cad/iverilog')
-rw-r--r-- | cad/iverilog/Makefile | 8 | ||||
-rw-r--r-- | cad/iverilog/distinfo | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile index f1048e3358d0..e0ce997f4240 100644 --- a/cad/iverilog/Makefile +++ b/cad/iverilog/Makefile @@ -7,10 +7,12 @@ # PORTNAME= iverilog -PORTVERSION= 0.7 +PORTVERSION= 0.7.20030722 CATEGORIES= cad -MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION}/ -DISTNAME= verilog-${PORTVERSION} +#MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION}/ +#DISTNAME= verilog-${PORTVERSION} +MASTER_SITES= ftp://icarus.com/pub/eda/verilog/snapshots/ +DISTNAME= verilog-20030722 MAINTAINER= watchman@ludd.luth.se COMMENT= A Verilog simulation and synthesis tool diff --git a/cad/iverilog/distinfo b/cad/iverilog/distinfo index 7bfda1f05889..d334394264ee 100644 --- a/cad/iverilog/distinfo +++ b/cad/iverilog/distinfo @@ -1 +1 @@ -MD5 (verilog-0.7.tar.gz) = c8f09bc061e890242d39b9afc8e69698 +MD5 (verilog-20030722.tar.gz) = b435baa100fb368a9cfc12f510af9c6e |