Subject: CVS commit: pkgsrc/cad/verilog-current
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 01/25/2006 12:11:01
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Wed Jan 25 12:11:01 UTC 2006

Modified Files:
	pkgsrc/cad/verilog-current: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/cad/verilog-current/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/cad/verilog-current/PLIST
cvs rdiff -r1.24 -r1.25 pkgsrc/cad/verilog-current/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.