Commentary

This commit is contained in:
Wilson Snyder 2009-06-26 06:47:48 -04:00
parent 8b20d777b0
commit cd9b15b2a6

View File

@ -2330,6 +2330,12 @@ Call Verilated::assertOn(false) before you first call the model, then turn
it back on after reset. It defaults to true. When false, all assertions
controlled by --assert are disabled.
=item Why do I get "undefined reference to `get_datap()'"?
You need to apply the SystemC patches that are provided with the SystemPerl
kit. These enable fast tracing of SystemC sc_bv<> signals. Recompiling
SystemC is not needed, it's just a header change.
=item Why do I get "undefined reference to `sc_time_stamp()'"?
In C++ (non SystemC) code you need to define this function so that the