mirror of
https://github.com/verilator/verilator.git
synced 2025-01-19 12:54:02 +00:00
Version bump
This commit is contained in:
parent
2c953dc37f
commit
314ffd9353
4
Changes
4
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]
|
||||
|
||||
|
@ -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
|
||||
|
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user