Good morning,
First of all, thank you very much for your help in advance.
I have a problem in dynamic casting.
sc_object *o = (sc_object*)(x[i]);
if (typeid(*o)==typeid(sc_out<bool>))
sc_out<bool> *thisPort=dynamic_cast
Good morning,
First of all, thank you very much for your help in advance.
I have a problem in dynamic casting.
sc_object *o = (sc_object*)(x[i]);
if (typeid(*o)==typeid(sc_out<bool>))
sc_out<bool> *thisPort=dynamic_cast