#include "systemc.h" SC_MODULE(process_time_example) { SC_CTOR(process_time_example){ SC_THREAD(Thread1); SC_THREAD(Thread2); } void Thread1(void) { wait(500.1, SC_MS); cout<<"Thread 1 la 500.1 ms. Timp curent: "<