Version bump

git-svn-id: file://localhost/svn/verilator/trunk/verilator@1041 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
Wilson Snyder 2008-04-25 12:17:12 +00:00
parent 77f063367a
commit 73c3d4bb50
2 changed files with 10 additions and 9 deletions

17
Changes
View File

@ -3,19 +3,22 @@ Revision history for Verilator
The contributors that suggested a given feature are shown in []. [by ...]
indicates the contributor was also the author of the fix; Thanks!
* Verilator 3.66***
* Verilator 3.662 2008/04/25
*** Add Verilog 2005 $clog2() function.
This is useful in calculating bus-widths from parameters.
*** Add error message when modules have duplicate names. [Stefan Thiede]
*** Support /**/ comments in -f option files. [Stefan Thiede]
*** Allow defines terminated in EOF, though against spec. [Stefan Thiede]
**** Add error message when modules have duplicate names. [Stefan Thiede]
*** Support optional argument to $finish and $stop. [by Stefan Thiede]
**** Support defines terminated in EOF, though against spec. [Stefan Thiede]
*** Ignore old standard(ish) Verilog-XL defines. [by Stefan Thiede]
**** Support optional argument to $finish and $stop. [by Stefan Thiede]
*** Allow /**/ comments in -f option files. [Stefan Thiede]
**** Support ranges on gate primitive instantiations. [Stefan Thiede]
**** Ignore old standard(ish) Verilog-XL defines. [by Stefan Thiede]
**** Fix "always @ ((a) or (b))" syntax error. [by Niranjan Prabhu]
@ -25,8 +28,6 @@ indicates the contributor was also the author of the fix; Thanks!
**** Fix internal error when params get non-constants. [Johan Wouters]
**** Fix ranges on gate primitive instantiations. [Stefan Thiede]
* Verilator 3.661 2008/04/04
*** The --enable-defenv configure option added in 3.660 is now the default.

View File

@ -24,7 +24,7 @@
//**********************************************************************
//**** Version and host name
#define DTVERSION "Verilator 3.661 2008/04/04"
#define DTVERSION "Verilator 3.662 2008/04/25"
//**********************************************************************
//**** Functions