Santhosh_Michael 0 Report post Posted August 11, 2017 Why sc_method is preferred over sc_thread ? Share this post Link to post Share on other sites
Philipp A Hartmann 220 Report post Posted August 11, 2017 I wouldn't say that in this generality. Both process types have their advantages, depending on the use case. Share this post Link to post Share on other sites
swami-cst 0 Report post Posted August 12, 2017 As Philip suggests above - both SC_METHODS and SC_THREADS have their advantages; and it also depends on the coding style adopted by the developer. That being said SC_METHOD doesn't pay the context switch penalty that is paid when using SC_THREAD. This can potentially speed up simulation. Share this post Link to post Share on other sites