mirror of
https://github.com/verilator/verilator.git
synced 2025-04-28 19:46:54 +00:00
Commentary, bug251
This commit is contained in:
parent
44b6c371db
commit
9a382c572c
@ -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.
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
//**********************************************************************
|
||||
//**** Version and host name
|
||||
|
||||
#define DTVERSION "Verilator 3.802 2010/05/01"
|
||||
#define DTVERSION "Verilator 3.802+"
|
||||
|
||||
//**********************************************************************
|
||||
//**** Functions
|
||||
|
Loading…
Reference in New Issue
Block a user