From 7c3c2af90b1ac41282cd467f99d7936e31dcb346 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 23 Mar 2008 13:58:27 +0000 Subject: [PATCH] Version bump git-svn-id: file://localhost/svn/verilator/trunk/verilator@1006 77ca24e4-aefa-0310-84f0-b9a241c72d87 --- Changes | 2 +- src/V3GraphDfa.cpp | 2 +- src/config_build.h.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index f8ebc5b4f..4c9482352 100644 --- a/Changes +++ b/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.66**** +* Verilator 3.660 2008/03/23 *** Add support for hard-coding VERILATOR_ROOT etc in the executables, to enable easier use of Verilator RPMs. [Gunter Dannoritzer] diff --git a/src/V3GraphDfa.cpp b/src/V3GraphDfa.cpp index 09edef791..f1a537f30 100644 --- a/src/V3GraphDfa.cpp +++ b/src/V3GraphDfa.cpp @@ -526,7 +526,7 @@ private: // Remap edges for (V3GraphVertex* vertexp = m_graphp->verticesBeginp(); vertexp; vertexp=vertexp->verticesNextp()) { if (DfaVertex* vvertexp = dynamic_cast(vertexp)) { - //UINFO(0, "FIX on vertex "<name()<name()<accepting() && vvertexp != m_tempNewerReject) { for (V3GraphEdge* nextp, *edgep = vertexp->outBeginp(); edgep; edgep=nextp) { nextp = edgep->outNextp(); diff --git a/src/config_build.h.in b/src/config_build.h.in index c01fcf8ea..9c497f03c 100644 --- a/src/config_build.h.in +++ b/src/config_build.h.in @@ -24,7 +24,7 @@ //********************************************************************** //**** Version and host name -#define DTVERSION "Verilator 3.658 2008/01/18" +#define DTVERSION "Verilator 3.660 2008/03/23" //********************************************************************** //**** Functions