Hello All,
I am also one of new members here as well as for SystemC. Started working using SystemC from couple of months now.
And my question is, We have process in systemC as SC_METHOD and SC_THREAD, where we prefer to use SC_METHOD for simulation time point of view.
But what are other factors which we need to consider before start writing a code using one of this process, or in other words how do we decide whether we need to use
SC_METHOD over SC_THREAD or vice versa.
Thanks in advance for your help :).