diff --git a/bin/verilator b/bin/verilator index 2bf1bf1be..af1d1fb86 100755 --- a/bin/verilator +++ b/bin/verilator @@ -2636,7 +2636,7 @@ finally call "trace_object->close()". For an example, see below and the test_c/sim_main.cpp file of the distribution. You also need to compile verilated_vcd_c.cpp and add it to your link, -preferably by adding the dependancies in $(VK_GLOBAL_OBJS) to your +preferably by adding the dependencies in $(VK_GLOBAL_OBJS) to your Makefile's link rule. This is done for you if using the Verilator --exe flag. @@ -2676,7 +2676,7 @@ question, however the timescale and timeprecision will not inherited from your SystemC settings. You also need to compile verilated_vcd_sc.cpp and verilated_vcd_c.cpp and -add them to your link, preferably by adding the dependancies in +add them to your link, preferably by adding the dependencies in $(VK_GLOBAL_OBJS) to your Makefile's link rule. This is done for you if using the Verilator --exe flag. diff --git a/src/config_build.h.in b/src/config_build.h.in index 04299a091..87f834eb1 100644 --- a/src/config_build.h.in +++ b/src/config_build.h.in @@ -25,7 +25,7 @@ //********************************************************************** //**** Version and host name -#define DTVERSION "Verilator 3.802 2010/05/01" +#define DTVERSION "Verilator 3.802+" //********************************************************************** //**** Functions