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 ...]
|
The contributors that suggested a given feature are shown in []. [by ...]
|
||||||
indicates the contributor was also the author of the fix; Thanks!
|
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>.
|
** SystemC uint64_t pins are now the default instead of sc_bv<64>.
|
||||||
Use --no-pins64 for backward compatibility.
|
Use --no-pins64 for backward compatibility.
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
//
|
//
|
||||||
//*************************************************************************
|
//*************************************************************************
|
||||||
// OrderGraph Class Hiearchy:
|
// OrderGraph Class Hierarchy:
|
||||||
//
|
//
|
||||||
// V3GraphVertex
|
// V3GraphVertex
|
||||||
// OrderMoveVertex
|
// OrderMoveVertex
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ Getopt::Long::config ("no_auto_abbrev");
|
||||||
if (! GetOptions (
|
if (! GetOptions (
|
||||||
# Local options
|
# Local options
|
||||||
"help" => \&usage,
|
"help" => \&usage,
|
||||||
"version" => sub { print "Version $VERSION\n"; },
|
"version" => sub { print "Version $VERSION\n"; exit(0); },
|
||||||
"yacc=s" => \$Opt_Yacc,
|
"yacc=s" => \$Opt_Yacc,
|
||||||
# Passed to Bison
|
# Passed to Bison
|
||||||
"t|debug" => sub { $Opt_Debug = 1; },
|
"t|debug" => sub { $Opt_Debug = 1; },
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
//**********************************************************************
|
//**********************************************************************
|
||||||
//**** Version and host name
|
//**** Version and host name
|
||||||
|
|
||||||
#define DTVERSION "Verilator 3.670 2008/07/23"
|
#define DTVERSION "Verilator 3.671 2008/07/23"
|
||||||
|
|
||||||
//**********************************************************************
|
//**********************************************************************
|
||||||
//**** Functions
|
//**** Functions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue