We need to write functional models with some shared memory features.
Would it be a good idea to have multiple threads in one module sharing its member variable? Or model multiple modules and use port variables for communication?
Is there any examples / tutorials online that are worth referring to?
Many thanks!!