Hi all!
I have an error that I never had before with AMS. I have a few sc_modules with in and out TDF ports. Inside these sc_modules I have sca_modules, which are connected to those in and out TDF ports. This have been working fine until now, but I created a new class of module exactly the same way as the others and I have this error. I checked in the library and it seems like my sca_module is not assigned to any view:
if (view_interface == NULL)
{
std::ostringstream str;
str << "Error: " << name()
<< " a sca_module must be associated with a concrete view!"
<