Version bump
This commit is contained in:
parent
dd487d4184
commit
daf7f42138
2
Changes
2
Changes
|
|
@ -3,7 +3,7 @@ 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.6***
|
||||
* Verilator 3.671 2008/09/19
|
||||
|
||||
** SystemC uint64_t pins are now the default instead of sc_bv<64>.
|
||||
Use --no-pins64 for backward compatibility.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
// GNU General Public License for more details.
|
||||
//
|
||||
//*************************************************************************
|
||||
// OrderGraph Class Hiearchy:
|
||||
// OrderGraph Class Hierarchy:
|
||||
//
|
||||
// V3GraphVertex
|
||||
// OrderMoveVertex
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Getopt::Long::config ("no_auto_abbrev");
|
|||
if (! GetOptions (
|
||||
# Local options
|
||||
"help" => \&usage,
|
||||
"version" => sub { print "Version $VERSION\n"; },
|
||||
"version" => sub { print "Version $VERSION\n"; exit(0); },
|
||||
"yacc=s" => \$Opt_Yacc,
|
||||
# Passed to Bison
|
||||
"t|debug" => sub { $Opt_Debug = 1; },
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
//**********************************************************************
|
||||
//**** Version and host name
|
||||
|
||||
#define DTVERSION "Verilator 3.670 2008/07/23"
|
||||
#define DTVERSION "Verilator 3.671 2008/07/23"
|
||||
|
||||
//**********************************************************************
|
||||
//**** Functions
|
||||
|
|
|
|||
Loading…
Reference in New Issue