adds TSAN/ASAN buid settings
This commit is contained in:
@@ -27,7 +27,7 @@ struct initiator : ::sc_core ::sc_module {
|
||||
SC_THREAD(run);
|
||||
}
|
||||
|
||||
~initiator() {}
|
||||
~initiator() = default;
|
||||
|
||||
private:
|
||||
void run() {
|
||||
@@ -79,7 +79,7 @@ struct top_module : ::sc_core ::sc_module {
|
||||
SC_THREAD(run);
|
||||
}
|
||||
|
||||
~top_module() {}
|
||||
~top_module() = default;
|
||||
|
||||
void b_transport(tlm::tlm_generic_payload& gp, sc_core::sc_time& t) {
|
||||
SCCDEBUG(SCMOD) << "Received b_transport call at local time " << t;
|
||||
|
||||
Reference in New Issue
Block a user