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
Hi !
So yes, you can choose which output you want for any SystemC models.
For example if you look the lua file you will see many models in it, you can print the log of any of them or even all of them.
By default the log of the platform are disabled:
The value of log_level can change, 0 it will print nothing, 1,2 you will have the SCP_ERROR, 3 you will have SCP_WARN, 4 you will have SCP_INFO, 5 you will have SCP_DEBUG and more than 5 you will have SCP_TRACE.
This is a great work!
SCP_DEBUG(()) << "ContainerBase Constructor";
based on the above code, I want to know why there is no output on the terminal. or the std::cout.
thanks for your attention!
The text was updated successfully, but these errors were encountered: