Version bump

This commit is contained in:
Wilson Snyder 2009-05-02 07:38:24 -04:00
parent 2c953dc37f
commit 314ffd9353
4 changed files with 5 additions and 5 deletions

View File

@ -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]

View File

@ -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

View File

@ -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();

View File

@ -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