From 314ffd9353ddbf450c7692e5ba871f23c1a528b7 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 2 May 2009 07:38:24 -0400 Subject: [PATCH] Version bump --- Changes | 4 ++-- src/V3Coverage.cpp | 2 +- src/V3Tristate.cpp | 2 +- src/config_build.h.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index b75e1143d..3eaee6d69 100644 --- a/Changes +++ b/Changes @@ -3,9 +3,9 @@ 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.7*** +* Verilator 3.703 2009/05/02 -**** Fix $clog2 calculation error with powers-of-2, bug81. [Patricio Kaplan] +*** Fix $clog2 calculation error with powers-of-2, bug81. [Patricio Kaplan] **** Fix error with tasks that have output first, bug78. [Andrea Foletto] diff --git a/src/V3Coverage.cpp b/src/V3Coverage.cpp index b702f195f..ef9aa74a1 100644 --- a/src/V3Coverage.cpp +++ b/src/V3Coverage.cpp @@ -280,7 +280,7 @@ private: } } virtual void visit(AstBegin* nodep, AstNUser*) { - // Record the hiearchy of any named begins, so we can apply to user + // Record the hierarchy of any named begins, so we can apply to user // coverage points. This is because there may be cov points inside // generate blocks; each point should get separate consideration. // (Currently ignored for line coverage, since any generate iteration diff --git a/src/V3Tristate.cpp b/src/V3Tristate.cpp index 66d95b89d..2d7cd8680 100644 --- a/src/V3Tristate.cpp +++ b/src/V3Tristate.cpp @@ -156,7 +156,7 @@ private: // assign x = (OE) ? y : 'hZ; // assign x = (OE) ? 'hz : y; - // see if this a COND and seperate out the __en logic from the output logic if it is + // see if this a COND and separate out the __en logic from the output logic if it is if (nodep->rhsp()->castCond()) { AstCond* condp = nodep->rhsp()->castCond(); AstNode* oep = condp->condp(); diff --git a/src/config_build.h.in b/src/config_build.h.in index 6e4f73f26..8eef3756a 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.702 2009/03/28" +#define DTVERSION "Verilator 3.703 2009/05/02" //********************************************************************** //**** Functions