35a36
> #include "../core/sc_main.hh"
187,189c188
< if (i.size())
< sc_trace(tf, i->read(), name);
< else
---
> if (::sc_core::sc_get_status() < ::sc_core::SC_START_OF_SIMULATION)
190a190,191
> else
> sc_trace(tf, i->read(), name);
360,362c361
< if (i.size())
< sc_trace(tf, i->read(), name);
< else
---
> if (::sc_core::sc_get_status() < ::sc_core::SC_START_OF_SIMULATION)
363a363,364
> else
> sc_trace(tf, i->read(), name);
552,554c553
< if (i.size())
< sc_trace(tf, i->read(), name);
< else
---
> if (::sc_core::sc_get_status() < ::sc_core::SC_START_OF_SIMULATION)
555a555,556
> else
> sc_trace(tf, i->read(), name);