Version bump
This commit is contained in:
parent
a32caac3c1
commit
02e6005fa9
4
Changes
4
Changes
|
|
@ -3,11 +3,11 @@ 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.71***
|
||||
* Verilator 3.711 2009/06/23
|
||||
|
||||
**** Support decimal constants of arbitrary widths. [Mark Marshall]
|
||||
|
||||
**** Fix error on case statement with all duplicate items, bug99. [Mark Marshall]
|
||||
**** Fix error on case statement with all duplicate items, bug99. [Gary Thomas]
|
||||
|
||||
**** Fix segfault on unrolling for's with bad inits, bug90. [Andreas Olofsson]
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
//**********************************************************************
|
||||
//**** Version and host name
|
||||
|
||||
#define DTVERSION "Verilator 3.710 2009/05/19"
|
||||
#define DTVERSION "Verilator 3.711 2009/05/19"
|
||||
|
||||
//**********************************************************************
|
||||
//**** Functions
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
//
|
||||
// Copyright 2006 by Wilson Snyder. This program is free software; you can
|
||||
// redistribute it and/or modify it under the terms of either the GNU
|
||||
// General Public License or the Perl Artistic License.
|
||||
// Lesser General Public License Version 3 or the Perl Artistic License
|
||||
// Version 2.0.
|
||||
|
||||
// ** Note this file has DOS CR's so we can test them!
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue