From 8b91a9f898c779f32249b6a6c55ce9923c2493d1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 5 Dec 2006 15:12:19 +0000 Subject: [PATCH] Version bump git-svn-id: file://localhost/svn/verilator/trunk/verilator@832 77ca24e4-aefa-0310-84f0-b9a241c72d87 --- Changes | 2 +- bin/verilator | 5 +++++ src/config.h.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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