mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Version bump
git-svn-id: file://localhost/svn/verilator/trunk/verilator@1041 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
parent
77f063367a
commit
73c3d4bb50
17
Changes
17
Changes
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user