35a36
> #include "../core/sc_main.hh"
158,160c159
< if (i.size())
< sc_trace(tf, i->read(), name);
< else
---
> if (::sc_core::sc_get_status() < ::sc_core::SC_START_OF_SIMULATION)
161a161,162
> else
> sc_trace(tf, i->read(), name);
319,321c320
< if (i.size())
< sc_trace(tf, i->read(), name);
< else
---
> if (::sc_core::sc_get_status() < ::sc_core::SC_START_OF_SIMULATION)
322a322,323
> else
> sc_trace(tf, i->read(), name);
478,480c479
< if (i.size())
< sc_trace(tf, i->read(), name);
< else
---
> if (::sc_core::sc_get_status() < ::sc_core::SC_START_OF_SIMULATION)
481a481,482
> else
> sc_trace(tf, i->read(), name);