60a61
> #include "systemc/ext/dt/bit/messages.hh"
82c83
< SC_REPORT_ERROR("(E204) value is not valid", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());
91c92
< SC_REPORT_ERROR("(E204) value is not valid", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_VALUE_NOT_VALID_, msg.str().c_str());