Version bump
git-svn-id: file://localhost/svn/verilator/trunk/verilator@832 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
parent
038ee69a96
commit
8b91a9f898
2
Changes
2
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.6**
|
||||
* Verilator 3.623 12/05/2006
|
||||
|
||||
*** Add --output-split-cfuncs for accelerating GCC compile. [Eugene Weber]
|
||||
|
||||
|
|
|
|||
|
|
@ -1611,6 +1611,11 @@ controlled by --assert are disabled.
|
|||
In C++ (non SystemC) code you need to define this function so that the
|
||||
simulator knows the current time. See the "CONNECTING TO C++" examples.
|
||||
|
||||
=item Why do I get "undefined reference to `VL_RAND_RESET_I' or `Verilated::...'"?
|
||||
|
||||
You need to link your compiled Verilated code against the verilated.cpp
|
||||
file found in the include directory of the Verilator kit.
|
||||
|
||||
=item Is the PLI supported?
|
||||
|
||||
No.
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
//**********************************************************************
|
||||
//**** Version and host name
|
||||
|
||||
#define DTVERSION "Verilator 3.622 10/17/2006"
|
||||
#define DTVERSION "Verilator 3.623 12/05/2006"
|
||||
|
||||
//**********************************************************************
|
||||
//**** Functions
|
||||
|
|
|
|||
Loading…
Reference in New Issue