You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if it's a systemc problem or a verilator problem.
Error message
Warning: (W116) channel doesn't have a default event
In file: /home/nuclei/FastModel/systemc-2.3.4/src/sysc/communication/sc_interface.cpp:54
pure virtual method called
terminate called without an active exception
Even though the error is signalled in a file belonging to the SystemC PoC implementation, the problem lies more likely in your model. I suspect that your model is using some custom channel, which does not fully overload some pure virtual member function of the inherited base class. Use the appropriate SystemC forum to ask for support once you have ideally a minimal self-contained reproducer of the problem, which can be easily checked by the forum members.
I'm not sure if it's a systemc problem or a verilator problem.
Error message
For details, click on this link
mariusmm/RISC-V-TLM#24
The text was updated successfully, but these errors were encountered: