mirror of
https://github.com/verilator/verilator.git
synced 2024-12-28 18:27:34 +00:00
This commit is contained in:
parent
db3ce29b36
commit
f80c167d65
@ -424,7 +424,6 @@ m4_foreach([cflag],[
|
||||
[-Wno-c++11-narrowing],
|
||||
[-Wno-constant-logical-operand],
|
||||
[-Wno-non-pod-varargs],
|
||||
[-Wno-overloaded-virtual],
|
||||
[-Wno-parentheses-equality],
|
||||
[-Wno-shadow],
|
||||
[-Wno-sign-compare],
|
||||
|
@ -102,6 +102,8 @@ protected:
|
||||
// Phase callback is automatically unregistered in ~sc_object(). Only the trace file is
|
||||
// needed to be removed here
|
||||
if (m_traceFileAdded) simcontext()->remove_trace_file(this);
|
||||
#else
|
||||
(void)m_traceFileAdded;
|
||||
#endif
|
||||
#ifdef _VL_HAVE_SYSTEMC_STAGE_CALLBACK
|
||||
sc_unregister_stage_callback(*this, SC_PRE_TIMESTEP | SC_POST_UPDATE);
|
||||
@ -184,6 +186,7 @@ private:
|
||||
// SystemC 2.1.v1
|
||||
|
||||
void write_comment(const std::string&) override {}
|
||||
void trace(sc_core::sc_trace_file*) const override {}
|
||||
void trace(const unsigned int&, const std::string&, const char**) override {}
|
||||
|
||||
#define DECL_TRACE_METHOD_A(tp) \
|
||||
|
Loading…
Reference in New Issue
Block a user