hi,
In systemc is in possible to invoke the same function using multiple threads ?
like in c++:
std::thread th1 (print_block,50,);
std::thread th2 (print_block,50,);
hi,
In systemc is in possible to invoke the same function using multiple threads ?
like in c++:
std::thread th1 (print_block,50,);
std::thread th2 (print_block,50,);