amitk3553 Posted May 10, 2013 Report Share Posted May 10, 2013 Helllo all, Are wait or sleep same thing or different?? Please share some information about this. Regards cam Quote Link to comment Share on other sites More sharing options...
Philipp A Hartmann Posted May 10, 2013 Report Share Posted May 10, 2013 There is no sleep in SystemC. If you refer to POSIX sleep, /* #include <unistd.h> */ unsigned int sleep(unsigned int seconds); then no, it is not the same thing. wait( sc_time ) refers to the simulation time, while sleep refers to the host's system time./Philipp maehne 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.