diff --git a/Changes b/Changes index 921647530..3cec0001a 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.6** +* Verilator 3.623 12/05/2006 *** Add --output-split-cfuncs for accelerating GCC compile. [Eugene Weber] diff --git a/bin/verilator b/bin/verilator index 83dcea274..a5fe01ce2 100755 --- a/bin/verilator +++ b/bin/verilator @@ -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. diff --git a/src/config.h.in b/src/config.h.in index cdd757b37..501150899 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -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